diff --git a/freqtrade/templates/freqaiprimer.json b/freqtrade/templates/freqaiprimer.json index 63b99edf..b550447e 100644 --- a/freqtrade/templates/freqaiprimer.json +++ b/freqtrade/templates/freqaiprimer.json @@ -16,31 +16,31 @@ }, "buy": { "bb_std": 2.8, - "bb_width_threshold": 0.018, - "h1_max_candles": 180, + "bb_width_threshold": 0.011, + "h1_max_candles": 218, "h1_max_consecutive_candles": 2, - "max_entry_adjustments": 3, - "rsi_bull_threshold": 52, - "rsi_length": 15, - "stochrsi_bull_threshold": 36, - "volume_multiplier": 1.6, - "add_position_callback": 0.055, - "bb_length": 19, - "bb_lower_deviation": 1.05, - "h1_rapid_rise_threshold": 0.141, - "min_condition_count": 2, - "rsi_oversold": 30, - "stake_divisor": 3.144, - "step_coefficient": 0.53, - "stochrsi_neutral_threshold": 29 + "max_entry_adjustments": 4, + "rsi_bull_threshold": 55, + "rsi_length": 8, + "stochrsi_bull_threshold": 30, + "volume_multiplier": 1.9, + "add_position_callback": 0.03, + "bb_length": 12, + "bb_lower_deviation": 1.01, + "h1_rapid_rise_threshold": 0.052, + "min_condition_count": 3, + "rsi_oversold": 43, + "stake_divisor": 2.395, + "step_coefficient": 1.08, + "stochrsi_neutral_threshold": 21 }, "sell": { "roi_param_a": -6e-05, - "roi_param_k": 132, - "roi_param_t": 0.168, - "exit_bb_upper_deviation": 1.01, - "exit_volume_multiplier": 2.5, - "rsi_overbought": 58 + "roi_param_k": 118, + "roi_param_t": 0.022, + "exit_bb_upper_deviation": 0.98, + "exit_volume_multiplier": 2.0, + "rsi_overbought": 57 }, "protection": {} }, diff --git a/freqtrade/templates/freqaiprimer.json.backup.20251214_121456 b/freqtrade/templates/freqaiprimer.json.backup.20251214_121456 new file mode 100644 index 00000000..63b99edf --- /dev/null +++ b/freqtrade/templates/freqaiprimer.json.backup.20251214_121456 @@ -0,0 +1,49 @@ +{ + "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": { + "bb_std": 2.8, + "bb_width_threshold": 0.018, + "h1_max_candles": 180, + "h1_max_consecutive_candles": 2, + "max_entry_adjustments": 3, + "rsi_bull_threshold": 52, + "rsi_length": 15, + "stochrsi_bull_threshold": 36, + "volume_multiplier": 1.6, + "add_position_callback": 0.055, + "bb_length": 19, + "bb_lower_deviation": 1.05, + "h1_rapid_rise_threshold": 0.141, + "min_condition_count": 2, + "rsi_oversold": 30, + "stake_divisor": 3.144, + "step_coefficient": 0.53, + "stochrsi_neutral_threshold": 29 + }, + "sell": { + "roi_param_a": -6e-05, + "roi_param_k": 132, + "roi_param_t": 0.168, + "exit_bb_upper_deviation": 1.01, + "exit_volume_multiplier": 2.5, + "rsi_overbought": 58 + }, + "protection": {} + }, + "ft_stratparam_v": 1, + "export_time": "2025-12-11 03:11:56.522275+00:00" +} \ No newline at end of file diff --git a/freqtrade/templates/freqaiprimer.json.backup.20251214_163610 b/freqtrade/templates/freqaiprimer.json.backup.20251214_163610 new file mode 100644 index 00000000..63b99edf --- /dev/null +++ b/freqtrade/templates/freqaiprimer.json.backup.20251214_163610 @@ -0,0 +1,49 @@ +{ + "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": { + "bb_std": 2.8, + "bb_width_threshold": 0.018, + "h1_max_candles": 180, + "h1_max_consecutive_candles": 2, + "max_entry_adjustments": 3, + "rsi_bull_threshold": 52, + "rsi_length": 15, + "stochrsi_bull_threshold": 36, + "volume_multiplier": 1.6, + "add_position_callback": 0.055, + "bb_length": 19, + "bb_lower_deviation": 1.05, + "h1_rapid_rise_threshold": 0.141, + "min_condition_count": 2, + "rsi_oversold": 30, + "stake_divisor": 3.144, + "step_coefficient": 0.53, + "stochrsi_neutral_threshold": 29 + }, + "sell": { + "roi_param_a": -6e-05, + "roi_param_k": 132, + "roi_param_t": 0.168, + "exit_bb_upper_deviation": 1.01, + "exit_volume_multiplier": 2.5, + "rsi_overbought": 58 + }, + "protection": {} + }, + "ft_stratparam_v": 1, + "export_time": "2025-12-11 03:11:56.522275+00:00" +} \ No newline at end of file diff --git a/freqtrade/templates/freqaiprimer.json.backup.20251214_164210 b/freqtrade/templates/freqaiprimer.json.backup.20251214_164210 new file mode 100644 index 00000000..63b99edf --- /dev/null +++ b/freqtrade/templates/freqaiprimer.json.backup.20251214_164210 @@ -0,0 +1,49 @@ +{ + "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": { + "bb_std": 2.8, + "bb_width_threshold": 0.018, + "h1_max_candles": 180, + "h1_max_consecutive_candles": 2, + "max_entry_adjustments": 3, + "rsi_bull_threshold": 52, + "rsi_length": 15, + "stochrsi_bull_threshold": 36, + "volume_multiplier": 1.6, + "add_position_callback": 0.055, + "bb_length": 19, + "bb_lower_deviation": 1.05, + "h1_rapid_rise_threshold": 0.141, + "min_condition_count": 2, + "rsi_oversold": 30, + "stake_divisor": 3.144, + "step_coefficient": 0.53, + "stochrsi_neutral_threshold": 29 + }, + "sell": { + "roi_param_a": -6e-05, + "roi_param_k": 132, + "roi_param_t": 0.168, + "exit_bb_upper_deviation": 1.01, + "exit_volume_multiplier": 2.5, + "rsi_overbought": 58 + }, + "protection": {} + }, + "ft_stratparam_v": 1, + "export_time": "2025-12-11 03:11:56.522275+00:00" +} \ No newline at end of file diff --git a/freqtrade/templates/freqaiprimer.json.backup.20251214_164440 b/freqtrade/templates/freqaiprimer.json.backup.20251214_164440 new file mode 100644 index 00000000..63b99edf --- /dev/null +++ b/freqtrade/templates/freqaiprimer.json.backup.20251214_164440 @@ -0,0 +1,49 @@ +{ + "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": { + "bb_std": 2.8, + "bb_width_threshold": 0.018, + "h1_max_candles": 180, + "h1_max_consecutive_candles": 2, + "max_entry_adjustments": 3, + "rsi_bull_threshold": 52, + "rsi_length": 15, + "stochrsi_bull_threshold": 36, + "volume_multiplier": 1.6, + "add_position_callback": 0.055, + "bb_length": 19, + "bb_lower_deviation": 1.05, + "h1_rapid_rise_threshold": 0.141, + "min_condition_count": 2, + "rsi_oversold": 30, + "stake_divisor": 3.144, + "step_coefficient": 0.53, + "stochrsi_neutral_threshold": 29 + }, + "sell": { + "roi_param_a": -6e-05, + "roi_param_k": 132, + "roi_param_t": 0.168, + "exit_bb_upper_deviation": 1.01, + "exit_volume_multiplier": 2.5, + "rsi_overbought": 58 + }, + "protection": {} + }, + "ft_stratparam_v": 1, + "export_time": "2025-12-11 03:11:56.522275+00:00" +} \ No newline at end of file diff --git a/freqtrade/templates/freqaiprimer.json.backup.20251214_165401 b/freqtrade/templates/freqaiprimer.json.backup.20251214_165401 new file mode 100644 index 00000000..63b99edf --- /dev/null +++ b/freqtrade/templates/freqaiprimer.json.backup.20251214_165401 @@ -0,0 +1,49 @@ +{ + "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": { + "bb_std": 2.8, + "bb_width_threshold": 0.018, + "h1_max_candles": 180, + "h1_max_consecutive_candles": 2, + "max_entry_adjustments": 3, + "rsi_bull_threshold": 52, + "rsi_length": 15, + "stochrsi_bull_threshold": 36, + "volume_multiplier": 1.6, + "add_position_callback": 0.055, + "bb_length": 19, + "bb_lower_deviation": 1.05, + "h1_rapid_rise_threshold": 0.141, + "min_condition_count": 2, + "rsi_oversold": 30, + "stake_divisor": 3.144, + "step_coefficient": 0.53, + "stochrsi_neutral_threshold": 29 + }, + "sell": { + "roi_param_a": -6e-05, + "roi_param_k": 132, + "roi_param_t": 0.168, + "exit_bb_upper_deviation": 1.01, + "exit_volume_multiplier": 2.5, + "rsi_overbought": 58 + }, + "protection": {} + }, + "ft_stratparam_v": 1, + "export_time": "2025-12-11 03:11:56.522275+00:00" +} \ No newline at end of file diff --git a/freqtrade/templates/freqaiprimer.json.backup.20251214_165632 b/freqtrade/templates/freqaiprimer.json.backup.20251214_165632 new file mode 100644 index 00000000..63b99edf --- /dev/null +++ b/freqtrade/templates/freqaiprimer.json.backup.20251214_165632 @@ -0,0 +1,49 @@ +{ + "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": { + "bb_std": 2.8, + "bb_width_threshold": 0.018, + "h1_max_candles": 180, + "h1_max_consecutive_candles": 2, + "max_entry_adjustments": 3, + "rsi_bull_threshold": 52, + "rsi_length": 15, + "stochrsi_bull_threshold": 36, + "volume_multiplier": 1.6, + "add_position_callback": 0.055, + "bb_length": 19, + "bb_lower_deviation": 1.05, + "h1_rapid_rise_threshold": 0.141, + "min_condition_count": 2, + "rsi_oversold": 30, + "stake_divisor": 3.144, + "step_coefficient": 0.53, + "stochrsi_neutral_threshold": 29 + }, + "sell": { + "roi_param_a": -6e-05, + "roi_param_k": 132, + "roi_param_t": 0.168, + "exit_bb_upper_deviation": 1.01, + "exit_volume_multiplier": 2.5, + "rsi_overbought": 58 + }, + "protection": {} + }, + "ft_stratparam_v": 1, + "export_time": "2025-12-11 03:11:56.522275+00:00" +} \ No newline at end of file diff --git a/freqtrade/templates/freqaiprimer.json.backup.20251214_173417 b/freqtrade/templates/freqaiprimer.json.backup.20251214_173417 new file mode 100644 index 00000000..63b99edf --- /dev/null +++ b/freqtrade/templates/freqaiprimer.json.backup.20251214_173417 @@ -0,0 +1,49 @@ +{ + "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": { + "bb_std": 2.8, + "bb_width_threshold": 0.018, + "h1_max_candles": 180, + "h1_max_consecutive_candles": 2, + "max_entry_adjustments": 3, + "rsi_bull_threshold": 52, + "rsi_length": 15, + "stochrsi_bull_threshold": 36, + "volume_multiplier": 1.6, + "add_position_callback": 0.055, + "bb_length": 19, + "bb_lower_deviation": 1.05, + "h1_rapid_rise_threshold": 0.141, + "min_condition_count": 2, + "rsi_oversold": 30, + "stake_divisor": 3.144, + "step_coefficient": 0.53, + "stochrsi_neutral_threshold": 29 + }, + "sell": { + "roi_param_a": -6e-05, + "roi_param_k": 132, + "roi_param_t": 0.168, + "exit_bb_upper_deviation": 1.01, + "exit_volume_multiplier": 2.5, + "rsi_overbought": 58 + }, + "protection": {} + }, + "ft_stratparam_v": 1, + "export_time": "2025-12-11 03:11:56.522275+00:00" +} \ No newline at end of file diff --git a/freqtrade/templates/freqaiprimer.json.backup.20251214_173450 b/freqtrade/templates/freqaiprimer.json.backup.20251214_173450 new file mode 100644 index 00000000..63b99edf --- /dev/null +++ b/freqtrade/templates/freqaiprimer.json.backup.20251214_173450 @@ -0,0 +1,49 @@ +{ + "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": { + "bb_std": 2.8, + "bb_width_threshold": 0.018, + "h1_max_candles": 180, + "h1_max_consecutive_candles": 2, + "max_entry_adjustments": 3, + "rsi_bull_threshold": 52, + "rsi_length": 15, + "stochrsi_bull_threshold": 36, + "volume_multiplier": 1.6, + "add_position_callback": 0.055, + "bb_length": 19, + "bb_lower_deviation": 1.05, + "h1_rapid_rise_threshold": 0.141, + "min_condition_count": 2, + "rsi_oversold": 30, + "stake_divisor": 3.144, + "step_coefficient": 0.53, + "stochrsi_neutral_threshold": 29 + }, + "sell": { + "roi_param_a": -6e-05, + "roi_param_k": 132, + "roi_param_t": 0.168, + "exit_bb_upper_deviation": 1.01, + "exit_volume_multiplier": 2.5, + "rsi_overbought": 58 + }, + "protection": {} + }, + "ft_stratparam_v": 1, + "export_time": "2025-12-11 03:11:56.522275+00:00" +} \ No newline at end of file diff --git a/freqtrade/templates/freqaiprimer.json.backup.20251214_173602 b/freqtrade/templates/freqaiprimer.json.backup.20251214_173602 new file mode 100644 index 00000000..63b99edf --- /dev/null +++ b/freqtrade/templates/freqaiprimer.json.backup.20251214_173602 @@ -0,0 +1,49 @@ +{ + "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": { + "bb_std": 2.8, + "bb_width_threshold": 0.018, + "h1_max_candles": 180, + "h1_max_consecutive_candles": 2, + "max_entry_adjustments": 3, + "rsi_bull_threshold": 52, + "rsi_length": 15, + "stochrsi_bull_threshold": 36, + "volume_multiplier": 1.6, + "add_position_callback": 0.055, + "bb_length": 19, + "bb_lower_deviation": 1.05, + "h1_rapid_rise_threshold": 0.141, + "min_condition_count": 2, + "rsi_oversold": 30, + "stake_divisor": 3.144, + "step_coefficient": 0.53, + "stochrsi_neutral_threshold": 29 + }, + "sell": { + "roi_param_a": -6e-05, + "roi_param_k": 132, + "roi_param_t": 0.168, + "exit_bb_upper_deviation": 1.01, + "exit_volume_multiplier": 2.5, + "rsi_overbought": 58 + }, + "protection": {} + }, + "ft_stratparam_v": 1, + "export_time": "2025-12-11 03:11:56.522275+00:00" +} \ No newline at end of file diff --git a/freqtrade/templates/freqaiprimer.json.backup.20251214_173626 b/freqtrade/templates/freqaiprimer.json.backup.20251214_173626 new file mode 100644 index 00000000..63b99edf --- /dev/null +++ b/freqtrade/templates/freqaiprimer.json.backup.20251214_173626 @@ -0,0 +1,49 @@ +{ + "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": { + "bb_std": 2.8, + "bb_width_threshold": 0.018, + "h1_max_candles": 180, + "h1_max_consecutive_candles": 2, + "max_entry_adjustments": 3, + "rsi_bull_threshold": 52, + "rsi_length": 15, + "stochrsi_bull_threshold": 36, + "volume_multiplier": 1.6, + "add_position_callback": 0.055, + "bb_length": 19, + "bb_lower_deviation": 1.05, + "h1_rapid_rise_threshold": 0.141, + "min_condition_count": 2, + "rsi_oversold": 30, + "stake_divisor": 3.144, + "step_coefficient": 0.53, + "stochrsi_neutral_threshold": 29 + }, + "sell": { + "roi_param_a": -6e-05, + "roi_param_k": 132, + "roi_param_t": 0.168, + "exit_bb_upper_deviation": 1.01, + "exit_volume_multiplier": 2.5, + "rsi_overbought": 58 + }, + "protection": {} + }, + "ft_stratparam_v": 1, + "export_time": "2025-12-11 03:11:56.522275+00:00" +} \ No newline at end of file diff --git a/freqtrade/templates/freqaiprimer.json.backup.20251214_173737 b/freqtrade/templates/freqaiprimer.json.backup.20251214_173737 new file mode 100644 index 00000000..63b99edf --- /dev/null +++ b/freqtrade/templates/freqaiprimer.json.backup.20251214_173737 @@ -0,0 +1,49 @@ +{ + "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": { + "bb_std": 2.8, + "bb_width_threshold": 0.018, + "h1_max_candles": 180, + "h1_max_consecutive_candles": 2, + "max_entry_adjustments": 3, + "rsi_bull_threshold": 52, + "rsi_length": 15, + "stochrsi_bull_threshold": 36, + "volume_multiplier": 1.6, + "add_position_callback": 0.055, + "bb_length": 19, + "bb_lower_deviation": 1.05, + "h1_rapid_rise_threshold": 0.141, + "min_condition_count": 2, + "rsi_oversold": 30, + "stake_divisor": 3.144, + "step_coefficient": 0.53, + "stochrsi_neutral_threshold": 29 + }, + "sell": { + "roi_param_a": -6e-05, + "roi_param_k": 132, + "roi_param_t": 0.168, + "exit_bb_upper_deviation": 1.01, + "exit_volume_multiplier": 2.5, + "rsi_overbought": 58 + }, + "protection": {} + }, + "ft_stratparam_v": 1, + "export_time": "2025-12-11 03:11:56.522275+00:00" +} \ No newline at end of file diff --git a/freqtrade/templates/freqaiprimer.json.backup.20251214_174047 b/freqtrade/templates/freqaiprimer.json.backup.20251214_174047 new file mode 100644 index 00000000..b550447e --- /dev/null +++ b/freqtrade/templates/freqaiprimer.json.backup.20251214_174047 @@ -0,0 +1,49 @@ +{ + "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": { + "bb_std": 2.8, + "bb_width_threshold": 0.011, + "h1_max_candles": 218, + "h1_max_consecutive_candles": 2, + "max_entry_adjustments": 4, + "rsi_bull_threshold": 55, + "rsi_length": 8, + "stochrsi_bull_threshold": 30, + "volume_multiplier": 1.9, + "add_position_callback": 0.03, + "bb_length": 12, + "bb_lower_deviation": 1.01, + "h1_rapid_rise_threshold": 0.052, + "min_condition_count": 3, + "rsi_oversold": 43, + "stake_divisor": 2.395, + "step_coefficient": 1.08, + "stochrsi_neutral_threshold": 21 + }, + "sell": { + "roi_param_a": -6e-05, + "roi_param_k": 118, + "roi_param_t": 0.022, + "exit_bb_upper_deviation": 0.98, + "exit_volume_multiplier": 2.0, + "rsi_overbought": 57 + }, + "protection": {} + }, + "ft_stratparam_v": 1, + "export_time": "2025-12-11 03:11:56.522275+00:00" +} \ No newline at end of file