This commit is contained in:
misagh 2018-11-24 18:36:07 +01:00
parent b2c0b20a58
commit fe8927136c

View File

@ -693,7 +693,7 @@ class FreqtradeBot(object):
)['id']
trade.stoploss_order_id = str(stoploss_order_id)
# Or there is already a stoploss on exchnage.
# Or there is already a stoploss on exchange.
# so we check if it is hit ...
elif trade.stoploss_order_id:
logger.debug('Handling stoploss on exchange %s ...', trade)