hyperopted:hyperopt_org.sh --epochs 500 --random-state 149 --start-date 20250729 --end-date 20251129 --space buy --space sell -j 3

This commit is contained in:
zhangkun9038@dingtalk.com 2025-12-22 16:16:39 +00:00
parent 320b16dcbc
commit fb83b844b2
3 changed files with 117 additions and 17 deletions

View File

@ -20,28 +20,28 @@
"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,
"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": 18,
"rsi_oversold": 31,
"stochrsi_bull_threshold": 31,
"stochrsi_neutral_threshold": 27,
"volume_multiplier": 1.2
"rsi_length": 21,
"rsi_oversold": 30,
"stochrsi_bull_threshold": 32,
"stochrsi_neutral_threshold": 28,
"volume_multiplier": 1.8
},
"sell": {
"exit_bb_upper_deviation": 0.99,
"exit_volume_multiplier": 2.4,
"exit_bb_upper_deviation": 0.98,
"exit_volume_multiplier": 2.8,
"roi_param_a": -6e-05,
"roi_param_k": 108,
"roi_param_t": 0.101,
"rsi_overbought": 70
"roi_param_k": 72,
"roi_param_t": 0.061,
"rsi_overbought": 66
},
"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": 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,
"rsi_bull_threshold": 45,
"rsi_length": 18,
"rsi_oversold": 31,
"stochrsi_bull_threshold": 31,
"stochrsi_neutral_threshold": 27,
"volume_multiplier": 1.2
},
"sell": {
"exit_bb_upper_deviation": 0.99,
"exit_volume_multiplier": 2.4,
"roi_param_a": -6e-05,
"roi_param_k": 108,
"roi_param_t": 0.101,
"rsi_overbought": 70
},
"protection": {}
},
"ft_stratparam_v": 1,
"export_time": "2025-12-15 14:19:00.824138+00:00"
}

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": 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,
"rsi_bull_threshold": 45,
"rsi_length": 18,
"rsi_oversold": 31,
"stochrsi_bull_threshold": 31,
"stochrsi_neutral_threshold": 27,
"volume_multiplier": 1.2
},
"sell": {
"exit_bb_upper_deviation": 0.99,
"exit_volume_multiplier": 2.4,
"roi_param_a": -6e-05,
"roi_param_k": 108,
"roi_param_t": 0.101,
"rsi_overbought": 70
},
"protection": {}
},
"ft_stratparam_v": 1,
"export_time": "2025-12-15 14:19:00.824138+00:00"
}