From 9712fb2d57669217523e797ec5ffd81796a02981 Mon Sep 17 00:00:00 2001 From: Misagh Date: Fri, 5 Apr 2019 19:49:02 +0200 Subject: [PATCH] removing unnecessary comment --- freqtrade/freqtradebot.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/freqtrade/freqtradebot.py b/freqtrade/freqtradebot.py index 9bd3384fa..a0725ad08 100644 --- a/freqtrade/freqtradebot.py +++ b/freqtrade/freqtradebot.py @@ -703,10 +703,7 @@ class FreqtradeBot(object): # it means buy order is fulfilled buy_order_fulfilled = not trade.open_order_id - # Limit price threshold - # This is the limit price percentage below which you don't want to sell - # 0.99 is arbitrary here. - # As limit price should always be below price + # Limit price threshold: As limit price should always be below price limit_price_pct = 0.99 # If buy order is fulfilled but there is no stoploss,