From fbd72745cbecc99ec90eef8d0a2eead0ee83c755 Mon Sep 17 00:00:00 2001 From: "zhangkun9038@dingtalk.com" Date: Mon, 28 Apr 2025 13:34:56 +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 | 23 +++++------------------ 1 file changed, 5 insertions(+), 18 deletions(-) diff --git a/config_examples/config_freqai.okx.json b/config_examples/config_freqai.okx.json index 626b4197..b177e4de 100644 --- a/config_examples/config_freqai.okx.json +++ b/config_examples/config_freqai.okx.json @@ -67,7 +67,6 @@ "freqaimodel": "CatboostClassifier", "purge_old_models": 2, "train_period_days": 15, - "identifier": "test62", "train_period_days": 90, "backtest_period_days": 30, "live_retrain_hours": 0, @@ -75,27 +74,15 @@ "method": "recursive_elimination" }, "feature_parameters": { - "include_timeframes": [ - "3m", - "15m", - "1h" - ], - "include_corr_pairlist": [ - "BTC/USDT", - "SOL/USDT" - ], - "label_period_candles": 20, - "include_shifted_candles": 2, + "include_timeframes": ["15m"], + "include_corr_pairlist": ["BTC/USDT"], + "label_period_candles": 10, + "include_shifted_candles": 1, "DI_threshold": 0.9, "weight_factor": 0.9, "principal_component_analysis": false, "use_SVM_to_remove_outliers": false, - "indicator_periods_candles": [ - 10, - 20, - 50 - ], - "plot_feature_importances": 0 + "indicator_periods_candles": [14], }, "data_split_parameters": { "test_size": 0.2