From 0b0bbd4c423d451bf9cbe4eeda8e628690db0873 Mon Sep 17 00:00:00 2001 From: Matthias Date: Fri, 20 Dec 2024 18:18:44 +0100 Subject: [PATCH] chore: improve comment wording --- freqtrade/freqtradebot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/freqtrade/freqtradebot.py b/freqtrade/freqtradebot.py index d29f56914..ed08b99af 100644 --- a/freqtrade/freqtradebot.py +++ b/freqtrade/freqtradebot.py @@ -1303,7 +1303,7 @@ class FreqtradeBot(LoggingMixin): logger.warning( f"Unable to handle stoploss on exchange for {trade.pair}: {exception}" ) - # Check if we can sell our current pair + # Check if we can exit our current pair if not trade.has_open_orders and trade.is_open and self.handle_trade(trade): trades_closed += 1