添加裸K形态,前端添加KLC显示

This commit is contained in:
jackyu66git
2025-10-29 01:16:50 +08:00
parent abe663e1a6
commit fe4193b153
8 changed files with 589 additions and 114 deletions
+35
View File
@@ -0,0 +1,35 @@
{
"strategy_name": "PatternTrader",
"params": {
"trailing": {
"trailing_stop": false,
"trailing_stop_positive": null,
"trailing_stop_positive_offset": 0.0,
"trailing_only_offset_is_reached": false
},
"max_open_trades": {
"max_open_trades": 1
},
"buy": {
"fast_ma": 9,
"lev": 2.9,
"slow_ma": 31,
"time": 29
},
"sell": {
"exit_delay": 6
},
"protection": {},
"roi": {
"0": 0.062,
"6": 0.019,
"16": 0.014,
"40": 0
},
"stoploss": {
"stoploss": -0.316
}
},
"ft_stratparam_v": 1,
"export_time": "2025-10-28 07:39:54.768566+00:00"
}