From a149b5417319410b1d3a606059d30b87fd9e223f Mon Sep 17 00:00:00 2001 From: zhangkun Date: Mon, 24 Nov 2025 16:11:50 +0800 Subject: [PATCH] =?UTF-8?q?Hyperopt=E5=8F=82=E6=95=B0=E6=9B=B4=E6=96=B0=20?= =?UTF-8?q?-=20=E9=98=B6=E6=AE=B5:0=20|=20VM:lisa=20|=20ResponseID:5wUgud3?= =?UTF-8?q?5l0lc=20|=202025-11-24=2016:11:50?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- freqtrade/templates/freqaiprimer.json | 52 +++++++++++++++------------ 1 file changed, 29 insertions(+), 23 deletions(-) diff --git a/freqtrade/templates/freqaiprimer.json b/freqtrade/templates/freqaiprimer.json index 35edfb7..361e2cf 100644 --- a/freqtrade/templates/freqaiprimer.json +++ b/freqtrade/templates/freqaiprimer.json @@ -1,19 +1,8 @@ { - "strategy_name": "FreqaiPrimer", + "export_time": "2025-11-23 14:25:38.989402+00:00", + "ft_stratparam_v": 1, + "max_open_trades": 5, "params": { - "roi": {}, - "stoploss": { - "stoploss": -0.085 - }, - "trailing": { - "trailing_stop": true, - "trailing_stop_positive": 0.0125, - "trailing_stop_positive_offset": 0.045, - "trailing_only_offset_is_reached": false - }, - "max_open_trades": { - "max_open_trades": 5 - }, "buy": { "add_bb_lower_proximity": 1.102, "add_position_callback": 0.052, @@ -21,9 +10,9 @@ "add_rsi_oversold_threshold": 31, "add_stochrsi_oversold": 21, "adjust_multiplier": 0.66, - "bb_length": 36, - "bb_lower_deviation": 0.926, - "bb_std": 2.7, + "bb_length": 21, + "bb_lower_deviation": 1.022, + "bb_std": 3.76, "bb_width_threshold": 0.005, "h1_max_candles": 40, "h1_max_consecutive_candles": 2, @@ -31,12 +20,17 @@ "max_entry_adjustments": 6, "min_condition_count": 2, "rsi_bull_threshold": 68, - "rsi_length": 14, + "rsi_length": 19, "rsi_oversold": 20, - "stochrsi_bull_threshold": 21, + "stochrsi_bull_threshold": 28, "stochrsi_neutral_threshold": 22, - "volume_multiplier": 4.3 + "volume_multiplier": 5.056 }, + "max_open_trades": { + "max_open_trades": 5 + }, + "protection": {}, + "roi": {}, "sell": { "exit_bb_upper_deviation": 0.923, "exit_profit_tier1": 0.032, @@ -49,8 +43,20 @@ "reduce_coefficient": 0.263, "reduce_profit_base": 0.063 }, - "protection": {} + "stoploss": { + "stoploss": -0.085 + }, + "trailing": { + "trailing_only_offset_is_reached": false, + "trailing_stop": true, + "trailing_stop_positive": 0.0125, + "trailing_stop_positive_offset": 0.045 + } }, - "ft_stratparam_v": 1, - "export_time": "2025-11-23 14:25:38.989402+00:00" + "stoploss": -0.085, + "strategy_name": "FreqaiPrimer", + "trailing_only_offset_is_reached": false, + "trailing_stop": true, + "trailing_stop_positive": 0.0125, + "trailing_stop_positive_offset": 0.045 } \ No newline at end of file