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