run了24小时出来的一个创纪录的结果, 4个月利润54%

This commit is contained in:
zhangkun9038@dingtalk.com 2025-09-16 14:08:30 +00:00
parent 7aa5697d72
commit ade68cdc96

View File

@ -16,30 +16,30 @@
},
"buy": {
"stake_divisor": 2,
"add_position_callback": 0.044,
"bb_length": 19,
"bb_lower_deviation": 1.05,
"add_position_callback": 0.053,
"bb_length": 13,
"bb_lower_deviation": 1.04,
"bb_std": 3.0,
"bb_width_threshold": 0.013,
"h1_max_candles": 282,
"bb_width_threshold": 0.012,
"h1_max_candles": 200,
"h1_max_consecutive_candles": 3,
"h1_rapid_rise_threshold": 0.064,
"max_entry_adjustments": 3,
"max_entry_adjustments": 4,
"min_condition_count": 2,
"rsi_bull_threshold": 46,
"rsi_length": 19,
"rsi_oversold": 38,
"stochrsi_bull_threshold": 32,
"stochrsi_neutral_threshold": 27,
"volume_multiplier": 1.9
"rsi_bull_threshold": 54,
"rsi_length": 16,
"rsi_oversold": 47,
"stochrsi_bull_threshold": 36,
"stochrsi_neutral_threshold": 30,
"volume_multiplier": 1.6
},
"sell": {
"exit_bb_upper_deviation": 0.98,
"exit_volume_multiplier": 1.5,
"roi_param_a": -0.0001,
"roi_param_k": 50,
"roi_param_t": 0.06,
"rsi_overbought": 55
"exit_bb_upper_deviation": 0.99,
"exit_volume_multiplier": 1.7,
"roi_param_a": -6e-05,
"roi_param_k": 132,
"roi_param_t": 0.168,
"rsi_overbought": 59
},
"protection": {}
},