Hyperopt参数更新 - 阶段:0 | VM:charming | ResponseID:BsaahUdbZIwa | 2025-11-24 13:49:50

This commit is contained in:
zhangkun 2025-11-24 13:49:50 +08:00
parent 7e569e18f5
commit bfaa70cec0

View File

@ -1,19 +1,8 @@
{ {
"strategy_name": "FreqaiPrimer", "export_time": "2025-11-23 14:25:38.989402+00:00",
"ft_stratparam_v": 1,
"max_open_trades": 5,
"params": { "params": {
"roi": {},
"stoploss": {
"stoploss": -0.085
},
"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": { "buy": {
"add_bb_lower_proximity": 1.102, "add_bb_lower_proximity": 1.102,
"add_position_callback": 0.052, "add_position_callback": 0.052,
@ -21,9 +10,9 @@
"add_rsi_oversold_threshold": 31, "add_rsi_oversold_threshold": 31,
"add_stochrsi_oversold": 21, "add_stochrsi_oversold": 21,
"adjust_multiplier": 0.66, "adjust_multiplier": 0.66,
"bb_length": 36, "bb_length": 57,
"bb_lower_deviation": 0.926, "bb_lower_deviation": 1.097,
"bb_std": 2.7, "bb_std": 2.321,
"bb_width_threshold": 0.005, "bb_width_threshold": 0.005,
"h1_max_candles": 40, "h1_max_candles": 40,
"h1_max_consecutive_candles": 2, "h1_max_consecutive_candles": 2,
@ -31,12 +20,17 @@
"max_entry_adjustments": 6, "max_entry_adjustments": 6,
"min_condition_count": 2, "min_condition_count": 2,
"rsi_bull_threshold": 68, "rsi_bull_threshold": 68,
"rsi_length": 14, "rsi_length": 13,
"rsi_oversold": 20, "rsi_oversold": 20,
"stochrsi_bull_threshold": 21, "stochrsi_bull_threshold": 27,
"stochrsi_neutral_threshold": 22, "stochrsi_neutral_threshold": 22,
"volume_multiplier": 4.3 "volume_multiplier": 3.042
}, },
"max_open_trades": {
"max_open_trades": 5
},
"protection": {},
"roi": {},
"sell": { "sell": {
"exit_bb_upper_deviation": 0.923, "exit_bb_upper_deviation": 0.923,
"exit_profit_tier1": 0.032, "exit_profit_tier1": 0.032,
@ -49,8 +43,20 @@
"reduce_coefficient": 0.263, "reduce_coefficient": 0.263,
"reduce_profit_base": 0.063 "reduce_profit_base": 0.063
}, },
"protection": {} "stoploss": {
"stoploss": -0.085
},
"trailing": {
"trailing_only_offset_is_reached": false,
"trailing_stop": true,
"trailing_stop_positive": 0.0125,
"trailing_stop_positive_offset": 0.045
}
}, },
"ft_stratparam_v": 1, "stoploss": -0.085,
"export_time": "2025-11-23 14:25:38.989402+00:00" "strategy_name": "FreqaiPrimer",
"trailing_only_offset_is_reached": false,
"trailing_stop": true,
"trailing_stop_positive": 0.0125,
"trailing_stop_positive_offset": 0.045
} }