update params from hyperopt result of niyon

This commit is contained in:
Ubuntu 2025-11-20 05:08:43 +08:00
parent 951b039799
commit 57f716b3cd

View File

@ -20,23 +20,23 @@
"max_open_trades": 5
},
"buy": {
"add_position_callback": 0.042,
"adjust_multiplier": 0.2,
"bb_length": 16,
"bb_lower_deviation": 1.04,
"bb_std": 2.8,
"bb_width_threshold": 0.018,
"h1_max_candles": 264,
"h1_max_consecutive_candles": 4,
"h1_rapid_rise_threshold": 0.139,
"max_entry_adjustments": 3,
"min_condition_count": 2,
"rsi_bull_threshold": 50,
"rsi_length": 11,
"rsi_oversold": 39,
"add_position_callback": 0.035,
"adjust_multiplier": 0.52,
"bb_length": 23,
"bb_lower_deviation": 1.01,
"bb_std": 2.2,
"bb_width_threshold": 0.017,
"h1_max_candles": 246,
"h1_max_consecutive_candles": 2,
"h1_rapid_rise_threshold": 0.147,
"max_entry_adjustments": 2,
"min_condition_count": 3,
"rsi_bull_threshold": 45,
"rsi_length": 19,
"rsi_oversold": 30,
"stochrsi_bull_threshold": 40,
"stochrsi_neutral_threshold": 20,
"volume_multiplier": 1.7
"stochrsi_neutral_threshold": 29,
"volume_multiplier": 1.2
},
"sell": {
"exit_bb_upper_deviation": 0.99,
@ -49,5 +49,5 @@
"protection": {}
},
"ft_stratparam_v": 1,
"export_time": "2025-11-16 20:08:10.436302+00:00"
}
"export_time": "2025-11-19 20:37:28.229186+00:00"
}