backtest支持参数化使用其他策略
This commit is contained in:
parent
c1abe4dc9a
commit
97dbae9e35
@ -254,7 +254,7 @@ echo "docker-compose run --rm freqtrade backtesting $PAIRS_FLAG \
|
||||
--config /freqtrade/config_examples/$CONFIG_FILE \
|
||||
--config /freqtrade/templates/$CONFIG_FILE \
|
||||
--strategy-path /freqtrade/templates \
|
||||
--strategy $STRATEGY_NAME \
|
||||
--strategy $STRATEGY_CLASS_NAME \
|
||||
--timerange $START_DATE-$END_DATE \
|
||||
--fee 0.0008 \
|
||||
--breakdown day \
|
||||
@ -267,7 +267,7 @@ docker-compose run --rm freqtrade backtesting $PAIRS_FLAG \
|
||||
--config /freqtrade/templates/$CONFIG_FILE \
|
||||
--strategy-path /freqtrade/templates \
|
||||
--enable-protections \
|
||||
--strategy $STRATEGY_NAME \
|
||||
--strategy $STRATEGY_CLASS_NAME \
|
||||
--timerange $START_DATE-$END_DATE \
|
||||
--fee 0.0008 \
|
||||
--breakdown day \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user