myTestFreqAI/freqtrade/templates/FreqaiExampleStrategy.json
zhangkun9038@dingtalk.com b154f5f95d merged
2025-04-23 17:48:12 +08:00

33 lines
657 B
JSON

{
"strategy_name": "FreqaiExampleStrategy",
"params": {
"max_open_trades": {
"max_open_trades": 4
},
"buy": {
"buy_rsi": 28
},
"sell": {
"sell_rsi": 89
},
"protection": {},
"roi": {
"0": 0.08099999999999999,
"7": 0.038,
"23": 0.013,
"63": 0
},
"stoploss": {
"stoploss": -0.236
},
"trailing": {
"trailing_stop": true,
"trailing_stop_positive": 0.139,
"trailing_stop_positive_offset": 0.14800000000000002,
"trailing_only_offset_is_reached": true
}
},
"ft_stratparam_v": 1,
"export_time": "2025-04-23 09:36:34.486164+00:00"
}