From 1c2ffc6aaafca31fded965886f63f2024aa15c45 Mon Sep 17 00:00:00 2001 From: Matthias Date: Mon, 8 Sep 2025 19:32:20 +0200 Subject: [PATCH] chore: improve log message --- freqtrade/optimize/analysis/lookahead_helpers.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/freqtrade/optimize/analysis/lookahead_helpers.py b/freqtrade/optimize/analysis/lookahead_helpers.py index 8c5ce6cb4..bc892727a 100644 --- a/freqtrade/optimize/analysis/lookahead_helpers.py +++ b/freqtrade/optimize/analysis/lookahead_helpers.py @@ -145,8 +145,7 @@ class LookaheadAnalysisSubFunctions: config["enable_protections"] = False logger.info( "Protections were enabled. " - "Disabling protections now " - "since they could otherwise produce false positives." + "Disabling protections now since they can produce false positives." ) if config["targeted_trade_amount"] < config["minimum_trade_amount"]: # this combo doesn't make any sense.