enable protections

This commit is contained in:
zhangkun9038@dingtalk.com 2025-08-08 02:34:38 +08:00
parent 5e11b1b1a5
commit 392effbccd

View File

@ -66,6 +66,7 @@ echo "docker-compose run --rm freqtrade backtesting $PAIRS_FLAG \
--config /freqtrade/config_examples/$CONFIG_FILE \
--strategy-path /freqtrade/templates \
--strategy $STRATEGY_NAME \
--enable-protections \
--timerange $START_DATE-$END_DATE \
--fee 0.0008 \
--cache none >output.log"
@ -77,6 +78,7 @@ docker-compose run --rm freqtrade backtesting $PAIRS_FLAG \
--strategy-path /freqtrade/templates \
--strategy $STRATEGY_NAME \
--timerange $START_DATE-$END_DATE \
--enable-protections \
--fee 0.0008 \
--breakdown day \
--cache none >output.log 2>&1