From 612334d3f1e56467f3f8b24197b993f04d897330 Mon Sep 17 00:00:00 2001 From: Ubuntu Date: Tue, 6 Jan 2026 16:11:26 +0000 Subject: [PATCH] =?UTF-8?q?=E6=89=8B=E5=8A=A8=E8=B0=83=E8=8A=82ml=E7=BD=AE?= =?UTF-8?q?=E4=BF=A1=E5=BA=A6=E9=98=88=E5=80=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- freqtrade/templates/freqaiprimer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/freqtrade/templates/freqaiprimer.json b/freqtrade/templates/freqaiprimer.json index d392edcd..d0a2c59a 100644 --- a/freqtrade/templates/freqaiprimer.json +++ b/freqtrade/templates/freqaiprimer.json @@ -37,7 +37,7 @@ "stochrsi_bull_threshold": 31, "stochrsi_neutral_threshold": 27, "volume_multiplier": 1.2, - "ml_entry_signal_threshold": 0.37 + "ml_entry_signal_threshold": 0.51 }, "sell": { "exit_bb_upper_deviation": 0.99, @@ -46,10 +46,10 @@ "roi_param_k": 108, "roi_param_t": 0.101, "rsi_overbought": 70, - "ml_exit_signal_threshold": 0.68 + "ml_exit_signal_threshold": 0.49 }, "protection": {} }, "ft_stratparam_v": 1, "export_time": "2026-01-06 15:05:40.003677+00:00" -} \ No newline at end of file +}