hyperopt 优化

This commit is contained in:
Ubuntu 2025-05-18 18:10:44 +08:00
parent 77f48fdadf
commit f70a1027d1

View File

@ -5,28 +5,28 @@
"max_open_trades": 4 "max_open_trades": 4
}, },
"buy": { "buy": {
"buy_rsi": 39.01486243151008 "buy_rsi": 47.038290547713025
}, },
"sell": { "sell": {
"sell_rsi": 69.01486243151008 "sell_rsi": 77.03829054771305
}, },
"protection": {}, "protection": {},
"roi": { "roi": {
"0": 0.21500000000000002, "0": 0.093,
"8": 0.081, "20": 0.05,
"38": 0.028, "27": 0.008,
"57": 0 "51": 0
}, },
"stoploss": { "stoploss": {
"stoploss": -0.029 "stoploss": -0.033
}, },
"trailing": { "trailing": {
"trailing_stop": true, "trailing_stop": true,
"trailing_stop_positive": 0.246, "trailing_stop_positive": 0.183,
"trailing_stop_positive_offset": 0.33799999999999997, "trailing_stop_positive_offset": 0.255,
"trailing_only_offset_is_reached": true "trailing_only_offset_is_reached": true
} }
}, },
"ft_stratparam_v": 1, "ft_stratparam_v": 1,
"export_time": "2025-05-17 10:28:46.008125+00:00" "export_time": "2025-05-18 10:08:45.257900+00:00"
} }