backtest移除了对原生freqtrade的调用
This commit is contained in:
parent
827211f880
commit
91bde46bb9
@ -37,10 +37,10 @@ hyperopt_config="${STRATEGY_NAME%.py}.json"
|
||||
docker-compose run --rm freqtrade backtesting \
|
||||
--logfile /freqtrade/user_data/logs/freqtrade.log \
|
||||
--freqaimodel XGBoostRegressor \
|
||||
--config /freqtrade/config_examples/config_my_hyperopt.json \
|
||||
--config /freqtrade/config_examples/$CONFIG_FILE \
|
||||
--strategy-path /freqtrade/templates \
|
||||
--strategy TheForceV7 \
|
||||
--timerange 20250510-20250514 \
|
||||
--strategy $STRATEGY_NAME \
|
||||
--timerange $START_DATE-$END_DATE \
|
||||
--breakdown week month \
|
||||
--export trades \
|
||||
--fee 0.0008 \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user