enable protections
This commit is contained in:
parent
5e11b1b1a5
commit
392effbccd
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user