From 4783e1bdeed13855e5a1d0799670b8b87d3183aa Mon Sep 17 00:00:00 2001 From: "zhangkun9038@dingtalk.com" Date: Sun, 8 Feb 2026 01:29:20 +0800 Subject: [PATCH] =?UTF-8?q?debug=20identifier=20=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config_examples/basic.json | 2 +- config_examples/dryrun.json | 2 +- config_examples/live.json | 2 +- config_examples/theforcev7.json | 2 +- config_freqai_primer.json | 2 +- tools/live.sh | 5 +++++ 6 files changed, 10 insertions(+), 5 deletions(-) diff --git a/config_examples/basic.json b/config_examples/basic.json index 8ec803ef..762cf824 100644 --- a/config_examples/basic.json +++ b/config_examples/basic.json @@ -60,7 +60,7 @@ }, "freqaimodel": "XGBoostRegressor", "purge_old_models": 2, - "identifier": "test175", + "identifier": "test61", "train_period_days": 30, "backtest_period_days": 10, "live_retrain_hours": 0, diff --git a/config_examples/dryrun.json b/config_examples/dryrun.json index cc9efdc6..673d2252 100644 --- a/config_examples/dryrun.json +++ b/config_examples/dryrun.json @@ -92,7 +92,7 @@ }, "freqaimodel": "LightGBMMultiTargetRegressor", "purge_old_models": 2, - "identifier": "dryrun-freqai", + "identifier": "test60", "train_period_days": 18, "backtest_period_days": 2, "live_retrain_hours": 2, diff --git a/config_examples/live.json b/config_examples/live.json index 349c7aef..88a23411 100644 --- a/config_examples/live.json +++ b/config_examples/live.json @@ -86,7 +86,7 @@ }, "freqaimodel": "LightGBMMultiTargetRegressor", "purge_old_models": 2, - "identifier": "live-freqai", + "identifier": "test59", "train_period_days": 18, "backtest_period_days": 2, "live_retrain_hours": 2, diff --git a/config_examples/theforcev7.json b/config_examples/theforcev7.json index 1104e5a1..464904f2 100644 --- a/config_examples/theforcev7.json +++ b/config_examples/theforcev7.json @@ -25,7 +25,7 @@ "tradable_balance_ratio": 1, "fiat_display_currency": "USD", "dry_run": true, - "identifier": "demo1", + "identifier": "test62", "timeframe": "5m", "dry_run_wallet": 1000, "cancel_open_orders_on_exit": true, diff --git a/config_freqai_primer.json b/config_freqai_primer.json index 5166d02b..095ab809 100644 --- a/config_freqai_primer.json +++ b/config_freqai_primer.json @@ -55,7 +55,7 @@ }, "freqai": { "enabled": true, - "identifier": "freqai_primer_mixed", + "identifier": "test63", "model": "LightGBMRegressor", "purge_old_models": 2, "train_period_days": 15, diff --git a/tools/live.sh b/tools/live.sh index cb89aac1..6f76d48b 100755 --- a/tools/live.sh +++ b/tools/live.sh @@ -250,6 +250,11 @@ PARAMS_NAME=$(echo "$STRATEGY_NAME" | tr '[:upper:]' '[:lower:]') echo "使用策略: $STRATEGY_NAME" >&2 echo "使用配置: $CONFIG_FILE" >&2 +echo "参数文件: $PARAMS_NAME.json" >&2 +echo "配置加载顺序:" >&2 +echo " 1. /freqtrade/config_examples/$CONFIG_FILE" >&2 +echo " 2. /freqtrade/templates/${PARAMS_NAME}.json" >&2 +echo " 3. /freqtrade/config_examples/live.json" >&2 echo "测试分支: $TEST_BRANCH" >&2 echo "远程币对列表URL: $PAIR_REMOTE_LIST_URL" >&2