From 3c2c30b70235a2f519b4fdf4797776610a18eceb Mon Sep 17 00:00:00 2001 From: phyer Date: Sun, 8 Feb 2026 00:55:43 +0800 Subject: [PATCH] =?UTF-8?q?dryrun.json=20=E5=92=8C=20live.json=20=E5=88=86?= =?UTF-8?q?=E5=88=AB=E8=AE=BE=E7=BD=AE=E5=90=84=E8=87=AA=E7=9A=84=20identi?= =?UTF-8?q?fier?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config_examples/freqaiprimer.json | 1 - tools/dryrun.sh | 2 +- tools/live.sh | 2 +- 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/config_examples/freqaiprimer.json b/config_examples/freqaiprimer.json index 2aec6841..24d8fa16 100644 --- a/config_examples/freqaiprimer.json +++ b/config_examples/freqaiprimer.json @@ -75,7 +75,6 @@ }, "freqaimodel": "LightGBMMultiTargetRegressor", "purge_old_models": 2, - "identifier": "test58", "train_period_days": 12, "backtest_period_days": 2, "live_retrain_hours": 2, diff --git a/tools/dryrun.sh b/tools/dryrun.sh index 2debd3cb..d44e0564 100755 --- a/tools/dryrun.sh +++ b/tools/dryrun.sh @@ -229,7 +229,7 @@ done # 加载策略配置 STRATEGY_NAME=${STRATEGY_NAME:-TheForceV7} -CONFIG_FILE=${CONFIG_FILE:-basic.json} +CONFIG_FILE=${CONFIG_FILE:-freqaiprimer.json} # 修改:使用 freqaiprimer.json 作为基础配置 PARAMS_NAME=$(echo "$STRATEGY_NAME" | tr '[:upper:]' '[:lower:]') echo "使用策略: $STRATEGY_NAME" >&2 diff --git a/tools/live.sh b/tools/live.sh index bfde56ba..cb89aac1 100755 --- a/tools/live.sh +++ b/tools/live.sh @@ -245,7 +245,7 @@ done # 加载策略配置 STRATEGY_NAME=${STRATEGY_NAME:-TheForceV7} -CONFIG_FILE=${CONFIG_FILE:-basic.json} +CONFIG_FILE=${CONFIG_FILE:-freqaiprimer.json} # 修改:使用 freqaiprimer.json 作为基础配置 PARAMS_NAME=$(echo "$STRATEGY_NAME" | tr '[:upper:]' '[:lower:]') echo "使用策略: $STRATEGY_NAME" >&2