From c487d6c965394aae34bf6be293993995749568e3 Mon Sep 17 00:00:00 2001 From: Ubuntu Date: Sun, 4 Jan 2026 06:27:08 +0000 Subject: [PATCH] =?UTF-8?q?=E5=90=8C=E4=B8=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config_examples/dryrun.json | 2 +- config_examples/hyperopt.json | 2 +- freqtrade/templates/freqaiprimer.json | 32 ++++++++++++++++----------- 3 files changed, 21 insertions(+), 15 deletions(-) diff --git a/config_examples/dryrun.json b/config_examples/dryrun.json index c9e30f1b..cb2cd03f 100644 --- a/config_examples/dryrun.json +++ b/config_examples/dryrun.json @@ -1,10 +1,10 @@ { + "enable_strategy_log": true, "exchange": { "name": "okx", "key": "cbda9fde-b9e3-4a2d-94f9-e5c3705dfb5c", "secret": "CD3B7DB459CBBD540E0926E5C48150E1", "password": "c^-d:g;P2S9?Q#^", - "enable_strategy_log": true, "enable_ws": false, "ccxt_config": { "enableRateLimit": true, diff --git a/config_examples/hyperopt.json b/config_examples/hyperopt.json index 6f59758d..9f435c16 100644 --- a/config_examples/hyperopt.json +++ b/config_examples/hyperopt.json @@ -1,10 +1,10 @@ { + "enable_strategy_log": false, "exchange": { "name": "okx", "key": "cbda9fde-b9e3-4a2d-94f9-e5c3705dfb5c", "secret": "CD3B7DB459CBBD540E0926E5C48150E1", "password": "c^-d:g;P2S9?Q#^", - "enable_strategy_log": false, "enable_ws": false, "ccxt_config": { "enableRateLimit": true, diff --git a/freqtrade/templates/freqaiprimer.json b/freqtrade/templates/freqaiprimer.json index 34a8aa7f..ccc64480 100644 --- a/freqtrade/templates/freqaiprimer.json +++ b/freqtrade/templates/freqaiprimer.json @@ -20,20 +20,26 @@ "add_position_multiplier": 1.15, "max_entry_adjustments": 4, "stake_divisor": 9.3, - "bb_length": 30, - "bb_lower_deviation": 1.01, - "bb_std": 1.6, - "bb_width_threshold": 0.016, - "h1_max_candles": 213, - "h1_max_consecutive_candles": 3, - "h1_rapid_rise_threshold": 0.118, - "min_condition_count": 3, + "bb_length": 11, + "bb_lower_deviation": 1.05, + "bb_std": 2.0, + "bb_width_threshold": 0.019, + "entry_interval_minutes": 126, + "freqai_entry_up_percent": 1.41, + "freqai_exit_down_percent": 0.83, + "h1_max_candles": 251, + "h1_max_consecutive_candles": 1, + "h1_rapid_rise_threshold": 0.07, + "min_condition_count": 2, + "ml_entry_signal_threshold": 0.84, + "ml_exit_signal_threshold": 0.36, "rsi_bull_threshold": 45, - "rsi_length": 18, + "rsi_length": 15, "rsi_oversold": 31, - "stochrsi_bull_threshold": 31, - "stochrsi_neutral_threshold": 27, - "volume_multiplier": 1.2 + "stochrsi_bull_threshold": 35, + "stochrsi_neutral_threshold": 21, + "volatility_adjustment_factor": 0.07, + "volume_multiplier": 1.5 }, "sell": { "exit_bb_upper_deviation": 0.99, @@ -46,5 +52,5 @@ "protection": {} }, "ft_stratparam_v": 1, - "export_time": "2025-12-15 14:19:00.824138+00:00" + "export_time": "2026-01-04 06:25:17.692729+00:00" } \ No newline at end of file