MACD使用标准参数

This commit is contained in:
jackyu66git
2025-08-10 19:55:26 +08:00
parent 05942fed8e
commit 285f62f1ab
15 changed files with 1281 additions and 39 deletions
+28
View File
@@ -0,0 +1,28 @@
{
"strategy_name": "ChanMomentumBayes",
"params": {
"max_open_trades": {
"max_open_trades": 1
},
"buy": {},
"sell": {},
"protection": {},
"roi": {
"0": 0.395,
"41": 0.128,
"206": 0.034,
"555": 0
},
"stoploss": {
"stoploss": -0.345
},
"trailing": {
"trailing_stop": true,
"trailing_stop_positive": 0.219,
"trailing_stop_positive_offset": 0.229,
"trailing_only_offset_is_reached": false
}
},
"ft_stratparam_v": 1,
"export_time": "2025-08-09 09:13:05.692223+00:00"
}