diff --git a/freqtrade/freqtradebot.py b/freqtrade/freqtradebot.py index 4491d4e18..f2cd5e5ad 100644 --- a/freqtrade/freqtradebot.py +++ b/freqtrade/freqtradebot.py @@ -990,7 +990,8 @@ class FreqtradeBot(LoggingMixin): Check if trade is fulfilled in which case the stoploss on exchange should be added immediately if stoploss on exchange is enabled. - # TODO-lev: liquidation price always on exchange, even without stoploss_on_exchange + # TODO: liquidation price always on exchange, even without stoploss_on_exchange + # Therefore fetching account liquidations for open pairs may make sense. """ logger.debug('Handling stoploss on exchange %s ...', trade)