remove unnecessary comment
This commit is contained in:
parent
9712fb2d57
commit
25d8e93a90
@ -699,8 +699,7 @@ class FreqtradeBot(object):
|
||||
except DependencyException as exception:
|
||||
logger.warning('Unable to fetch stoploss order: %s', exception)
|
||||
|
||||
# If trade open order id does not exist,
|
||||
# it means buy order is fulfilled
|
||||
# If trade open order id does not exist: buy order is fulfilled
|
||||
buy_order_fulfilled = not trade.open_order_id
|
||||
|
||||
# Limit price threshold: As limit price should always be below price
|
||||
|
Loading…
Reference in New Issue
Block a user