disable freqai

This commit is contained in:
zhangkun 2026-02-18 03:41:29 +08:00
parent 20c4beae48
commit 7afc095a5f

View File

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