From 1ab6773257704bc47e6f52f38b68a662adbb7906 Mon Sep 17 00:00:00 2001 From: Matthias Date: Fri, 25 Mar 2022 15:17:46 +0100 Subject: [PATCH] Update todo-lev to todo --- freqtrade/freqtradebot.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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)