disable freqai

This commit is contained in:
zhangkun 2026-02-18 03:40:32 +08:00
parent a03ec5030f
commit 20c4beae48
2 changed files with 3 additions and 3 deletions

View File

@ -71,7 +71,7 @@
"use_order_book": false
},
"freqai": {
"enabled": true,
"enabled": false,
"data_kitchen": {
"fillna": "ffill"
},

View File

@ -362,9 +362,9 @@ docker run -d --restart=always \
--fee 0.0008 \
--config /freqtrade/config_examples/$CONFIG_FILE \
--config /freqtrade/templates/${PARAMS_NAME}.json \
--config /freqtrade/config_examples/live_${FREQAI_MODEL}.json \
--strategy $STRATEGY_NAME \
--strategy-path /freqtrade/templates
RUN_RESULT=$?
RUN_RESULT=$?
set -e # 恢复 set -e
if [ $RUN_RESULT -eq 0 ]; then