From 6916e494798f7171b1ca5de79b042e0f31d07c41 Mon Sep 17 00:00:00 2001 From: "zhangkun9038@dingtalk.com" Date: Mon, 28 Apr 2025 14:10:54 +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 --- 4. **清理缓存**: | 5 +++++ 5. **重新训练**: | 5 +++++ config_examples/config_freqai.okx.json | 4 ++-- 3 files changed, 12 insertions(+), 2 deletions(-) create mode 100644 4. **清理缓存**: create mode 100644 5. **重新训练**: diff --git a/4. **清理缓存**: b/4. **清理缓存**: new file mode 100644 index 0000000..3bb7671 --- /dev/null +++ b/4. **清理缓存**: @@ -0,0 +1,5 @@ + +<<<<<<< HEAD +======= + rm -rf /freqtrade/user_data/models/test62/ +>>>>>>> Snippet diff --git a/5. **重新训练**: b/5. **重新训练**: new file mode 100644 index 0000000..8a18d3d --- /dev/null +++ b/5. **重新训练**: @@ -0,0 +1,5 @@ + +<<<<<<< HEAD +======= + freqtrade trade --config config_examples/config_freqai.okx.json --strategy FreqaiExampleStrategy +>>>>>>> Snippet diff --git a/config_examples/config_freqai.okx.json b/config_examples/config_freqai.okx.json index 9f7f17a..7886864 100644 --- a/config_examples/config_freqai.okx.json +++ b/config_examples/config_freqai.okx.json @@ -74,11 +74,11 @@ "method": "recursive_elimination" }, "feature_parameters": { - "include_timeframes": ["5m"], + "include_timeframes": ["15m"], "include_corr_pairlist": ["BTC/USDT"], "label_period_candles": 10, "include_shifted_candles": 1, - "DI_threshold": 1.5, + "DI_threshold": 0.5, "weight_factor": 0.9, "principal_component_analysis": false, "use_SVM_to_remove_outliers": false,