From 7afc095a5fbec81a98a76c39d7f9ead68652c398 Mon Sep 17 00:00:00 2001 From: zhangkun Date: Wed, 18 Feb 2026 03:41:29 +0800 Subject: [PATCH] disable freqai --- tools/live.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/tools/live.sh b/tools/live.sh index b1e703ff..81597c22 100755 --- a/tools/live.sh +++ b/tools/live.sh @@ -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