mirror of
https://github.com/freqtrade/freqtrade.git
synced 2025-12-03 02:23:05 +00:00
chore: improve log message
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user