From ade68cdc969a896f444ce9d1a11e28d287ac9157 Mon Sep 17 00:00:00 2001 From: "zhangkun9038@dingtalk.com" Date: Tue, 16 Sep 2025 14:08:30 +0000 Subject: [PATCH] =?UTF-8?q?run=E4=BA=8624=E5=B0=8F=E6=97=B6=E5=87=BA?= =?UTF-8?q?=E6=9D=A5=E7=9A=84=E4=B8=80=E4=B8=AA=E5=88=9B=E7=BA=AA=E5=BD=95?= =?UTF-8?q?=E7=9A=84=E7=BB=93=E6=9E=9C,=204=E4=B8=AA=E6=9C=88=E5=88=A9?= =?UTF-8?q?=E6=B6=A654%?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- freqtrade/templates/freqaiprimer.json | 38 +++++++++++++-------------- 1 file changed, 19 insertions(+), 19 deletions(-) diff --git a/freqtrade/templates/freqaiprimer.json b/freqtrade/templates/freqaiprimer.json index 014cb29c..c49660ae 100644 --- a/freqtrade/templates/freqaiprimer.json +++ b/freqtrade/templates/freqaiprimer.json @@ -16,33 +16,33 @@ }, "buy": { "stake_divisor": 2, - "add_position_callback": 0.044, - "bb_length": 19, - "bb_lower_deviation": 1.05, + "add_position_callback": 0.053, + "bb_length": 13, + "bb_lower_deviation": 1.04, "bb_std": 3.0, - "bb_width_threshold": 0.013, - "h1_max_candles": 282, + "bb_width_threshold": 0.012, + "h1_max_candles": 200, "h1_max_consecutive_candles": 3, "h1_rapid_rise_threshold": 0.064, - "max_entry_adjustments": 3, + "max_entry_adjustments": 4, "min_condition_count": 2, - "rsi_bull_threshold": 46, - "rsi_length": 19, - "rsi_oversold": 38, - "stochrsi_bull_threshold": 32, - "stochrsi_neutral_threshold": 27, - "volume_multiplier": 1.9 + "rsi_bull_threshold": 54, + "rsi_length": 16, + "rsi_oversold": 47, + "stochrsi_bull_threshold": 36, + "stochrsi_neutral_threshold": 30, + "volume_multiplier": 1.6 }, "sell": { - "exit_bb_upper_deviation": 0.98, - "exit_volume_multiplier": 1.5, - "roi_param_a": -0.0001, - "roi_param_k": 50, - "roi_param_t": 0.06, - "rsi_overbought": 55 + "exit_bb_upper_deviation": 0.99, + "exit_volume_multiplier": 1.7, + "roi_param_a": -6e-05, + "roi_param_k": 132, + "roi_param_t": 0.168, + "rsi_overbought": 59 }, "protection": {} }, "ft_stratparam_v": 1, "export_time": "2025-09-12 15:49:20.688983+00:00" -} \ No newline at end of file +}