diff --git a/freqtrade/templates/freqaiprimer.json b/freqtrade/templates/freqaiprimer.json index 68733c45..dc373de8 100644 --- a/freqtrade/templates/freqaiprimer.json +++ b/freqtrade/templates/freqaiprimer.json @@ -21,27 +21,27 @@ "max_entry_adjustments": 4, "stake_divisor": 9.3, "bb_length": 16, - "bb_lower_deviation": 1.03, - "bb_std": 2.8, - "bb_width_threshold": 0.015, - "h1_max_candles": 112, - "h1_max_consecutive_candles": 2, - "h1_rapid_rise_threshold": 0.143, + "bb_lower_deviation": 1.01, + "bb_std": 1.8, + "bb_width_threshold": 0.027, + "h1_max_candles": 215, + "h1_max_consecutive_candles": 3, + "h1_rapid_rise_threshold": 0.066, "min_condition_count": 3, "rsi_bull_threshold": 45, "rsi_length": 21, - "rsi_oversold": 30, - "stochrsi_bull_threshold": 32, - "stochrsi_neutral_threshold": 28, - "volume_multiplier": 1.8 + "rsi_oversold": 31, + "stochrsi_bull_threshold": 30, + "stochrsi_neutral_threshold": 25, + "volume_multiplier": 1.4 }, "sell": { - "exit_bb_upper_deviation": 0.98, - "exit_volume_multiplier": 2.8, - "roi_param_a": -6e-05, - "roi_param_k": 72, - "roi_param_t": 0.061, - "rsi_overbought": 66 + "exit_bb_upper_deviation": 1.02, + "exit_volume_multiplier": 2.9, + "roi_param_a": -5e-05, + "roi_param_k": 70, + "roi_param_t": 0.089, + "rsi_overbought": 69 }, "protection": {} }, diff --git a/freqtrade/templates/freqaiprimer.json.backup.20251222_171655 b/freqtrade/templates/freqaiprimer.json.backup.20251222_171655 new file mode 100644 index 00000000..68733c45 --- /dev/null +++ b/freqtrade/templates/freqaiprimer.json.backup.20251222_171655 @@ -0,0 +1,50 @@ +{ + "strategy_name": "FreqaiPrimer", + "params": { + "roi": {}, + "stoploss": { + "stoploss": -0.14 + }, + "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_position_callback": 0.043, + "add_position_growth": 4.5, + "add_position_multiplier": 1.15, + "max_entry_adjustments": 4, + "stake_divisor": 9.3, + "bb_length": 16, + "bb_lower_deviation": 1.03, + "bb_std": 2.8, + "bb_width_threshold": 0.015, + "h1_max_candles": 112, + "h1_max_consecutive_candles": 2, + "h1_rapid_rise_threshold": 0.143, + "min_condition_count": 3, + "rsi_bull_threshold": 45, + "rsi_length": 21, + "rsi_oversold": 30, + "stochrsi_bull_threshold": 32, + "stochrsi_neutral_threshold": 28, + "volume_multiplier": 1.8 + }, + "sell": { + "exit_bb_upper_deviation": 0.98, + "exit_volume_multiplier": 2.8, + "roi_param_a": -6e-05, + "roi_param_k": 72, + "roi_param_t": 0.061, + "rsi_overbought": 66 + }, + "protection": {} + }, + "ft_stratparam_v": 1, + "export_time": "2025-12-15 14:19:00.824138+00:00" +} \ No newline at end of file