myTestFreqAI/freqtrade/templates/freqaiprimer.json
2025-06-03 23:27:35 +00:00

36 lines
789 B
JSON

{
"strategy_name": "FreqaiPrimer",
"params": {
"max_open_trades": {
"max_open_trades": 4
},
"buy": {
"BUY_THRESHOLD_MAX": -0.005,
"BUY_THRESHOLD_MIN": -0.05
},
"sell": {
"SELL_THRESHOLD_MAX": 0.05,
"SELL_THRESHOLD_MIN": 0.005,
"TRAILING_STOP_DISTANCE": 0.01,
"TRAILING_STOP_START": 0.03
},
"protection": {},
"roi": {
"0": 0.135,
"21": 0.033,
"41": 0.007,
"110": 0
},
"stoploss": {
"stoploss": -0.036
},
"trailing": {
"trailing_stop": true,
"trailing_stop_positive": 0.151,
"trailing_stop_positive_offset": 0.237,
"trailing_only_offset_is_reached": true
}
},
"ft_stratparam_v": 1,
"export_time": "2025-06-03 22:51:36.760022+00:00"
}