debug log for live

This commit is contained in:
zhangkun9038@dingtalk.com 2025-12-25 06:58:57 +08:00
parent 568c7c0da8
commit 71a5343114
2 changed files with 5 additions and 0 deletions

View File

@ -0,0 +1,3 @@
{
"strategy_log_level": "DEBUG"
}

View File

@ -190,6 +190,7 @@ echo "docker-compose run --rm freqtrade backtesting $PAIRS_FLAG \
--freqaimodel LightGBMRegressorMultiTarget \
--config /freqtrade/config_examples/$CONFIG_FILE \
--config /freqtrade/templates/freqaiprimer.json \
--config /freqtrade/config_examples/debuglog.json \
--strategy-path /freqtrade/templates \
--strategy $STRATEGY_NAME \
--timerange $START_DATE-$END_DATE \
@ -202,6 +203,7 @@ docker-compose run --rm freqtrade backtesting $PAIRS_FLAG \
--freqaimodel LightGBMRegressorMultiTarget \
--config /freqtrade/config_examples/$CONFIG_FILE \
--config /freqtrade/templates/freqaiprimer.json \
--config /freqtrade/config_examples/debuglog.json \
--strategy-path /freqtrade/templates \
--enable-protections \
--strategy $STRATEGY_NAME \