试试ai
This commit is contained in:
parent
4fd3e4cc9e
commit
e95c4dc109
@ -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 = {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user