From 8448ab40f5c9e8ed3e24302c891f5ad022095a1a Mon Sep 17 00:00:00 2001 From: "zhangkun9038@dingtalk.com" Date: Mon, 28 Apr 2025 14:11:36 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B7=9F=E7=89=B9=E5=BE=81=E6=95=B0=E9=87=8F?= =?UTF-8?q?=E6=B2=A1=E5=85=B3=E7=B3=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config_examples/config_freqai.okx.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/config_examples/config_freqai.okx.json b/config_examples/config_freqai.okx.json index 78868642..4535010f 100644 --- a/config_examples/config_freqai.okx.json +++ b/config_examples/config_freqai.okx.json @@ -66,7 +66,7 @@ }, "freqaimodel": "CatboostClassifier", "purge_old_models": 2, - "train_period_days": 180, + "train_period_days": 15, "train_period_days": 180, "backtest_period_days": 60, "live_retrain_hours": 0, @@ -78,7 +78,7 @@ "include_corr_pairlist": ["BTC/USDT"], "label_period_candles": 10, "include_shifted_candles": 1, - "DI_threshold": 0.5, + "DI_threshold": 0.7, "weight_factor": 0.9, "principal_component_analysis": false, "use_SVM_to_remove_outliers": false, @@ -87,11 +87,11 @@ "data_split_parameters": { "test_size": 0.2 }, - "model_training_parameters": { + "model_training_parameters": { "n_estimators": 100, "learning_rate": 0.05, "max_depth": 5 - } + } }, "api_server": { "enabled": true,