backtest移除了对原生freqtrade的调用

This commit is contained in:
zhangkun9038@dingtalk.com 2025-05-16 10:29:10 +00:00
parent 827211f880
commit 91bde46bb9

View File

@ -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 \