We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6d2bc5 commit 1c2ffc6Copy full SHA for 1c2ffc6
freqtrade/optimize/analysis/lookahead_helpers.py
@@ -145,8 +145,7 @@ def calculate_config_overrides(config: Config):
145
config["enable_protections"] = False
146
logger.info(
147
"Protections were enabled. "
148
- "Disabling protections now "
149
- "since they could otherwise produce false positives."
+ "Disabling protections now since they can produce false positives."
150
)
151
if config["targeted_trade_amount"] < config["minimum_trade_amount"]:
152
# this combo doesn't make any sense.
0 commit comments