添加klu的3种形态识别

This commit is contained in:
jackyu66git
2025-11-01 02:50:44 +08:00
parent 8bb3798a7c
commit 8e21ecb057
8 changed files with 287 additions and 117 deletions
-35
View File
@@ -1,35 +0,0 @@
{
"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"
}