From e95c4dc109f4a8c6ab55838f4ced71ed31fe7631 Mon Sep 17 00:00:00 2001 From: "zhangkun9038@dingtalk.com" Date: Tue, 2 Sep 2025 22:17:15 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AF=95=E8=AF=95ai?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- freqtrade/templates/freqaiprimer.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/freqtrade/templates/freqaiprimer.py b/freqtrade/templates/freqaiprimer.py index bc5effd7..48d466da 100644 --- a/freqtrade/templates/freqaiprimer.py +++ b/freqtrade/templates/freqaiprimer.py @@ -49,6 +49,7 @@ class FreqaiPrimer(IStrategy): # FreqAI配置 freqai_info = { + "identifier": "test58", # 更新标识符以强制重新训练 "model": "LightGBMRegressor", "feature_parameters": { "include_timeframes": ["5m", "15m", "1h"], @@ -69,6 +70,8 @@ class FreqaiPrimer(IStrategy): "num_leaves": 31, "verbose": -1, }, + "fit_live_predictions_candles": 100, + "live_retrain_candles": 100, } plot_config = {