disable freqai

This commit is contained in:
zhangkun 2026-02-18 02:28:10 +08:00
parent aab70c973b
commit aa2f369fc9

View File

@ -361,9 +361,8 @@ docker run -d --restart=always \
--freqaimodel $FREQAI_MODEL \
--fee 0.0008 \
--config /freqtrade/config_examples/$CONFIG_FILE \
--config /freqtrade/templates/${PARAMS_NAME}.json
#--config /freqtrade/config_examples/live_${FREQAI_MODEL}.json \ 不再使用freqai了这个版本下
--strategy $STRATEGY_NAME \
--config /freqtrade/templates/${PARAMS_NAME}.json \
--strategy $STRATEGY_NAME \
--strategy-path /freqtrade/templates
RUN_RESULT=$?
set -e # 恢复 set -e