This commit is contained in:
zhangkun9038@dingtalk.com 2025-09-02 22:17:15 +08:00
parent 4fd3e4cc9e
commit e95c4dc109

View File

@ -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 = {