mirror of
https://github.com/freqtrade/freqtrade.git
synced 2025-12-16 04:41:15 +00:00
chore: improve log message
This commit is contained in:
@@ -145,8 +145,7 @@ class LookaheadAnalysisSubFunctions:
|
|||||||
config["enable_protections"] = False
|
config["enable_protections"] = False
|
||||||
logger.info(
|
logger.info(
|
||||||
"Protections were enabled. "
|
"Protections were enabled. "
|
||||||
"Disabling protections now "
|
"Disabling protections now since they can produce false positives."
|
||||||
"since they could otherwise produce false positives."
|
|
||||||
)
|
)
|
||||||
if config["targeted_trade_amount"] < config["minimum_trade_amount"]:
|
if config["targeted_trade_amount"] < config["minimum_trade_amount"]:
|
||||||
# this combo doesn't make any sense.
|
# this combo doesn't make any sense.
|
||||||
|
|||||||
Reference in New Issue
Block a user