hyperopted:CAGR: 179.81%

This commit is contained in:
zhangkun9038@dingtalk.com 2025-12-22 17:51:10 +00:00
parent 3c3eeaf742
commit 27456646ef
2 changed files with 66 additions and 16 deletions

View File

@ -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": {}
},

View File

@ -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"
}