myTestFreqAI/freqtrade/templates/freqaiprimer.json

27 lines
599 B
JSON

{
"strategy_name": "FreqaiPrimer",
"params": {
"roi": {},
"stoploss": {
"stoploss": -0.14
},
"max_open_trades": {
"max_open_trades": 5
},
"buy": {
"trend_final_bearish_threshold": 13,
"trend_final_bullish_threshold": 55
},
"sell": {},
"protection": {},
"trailing": {
"trailing_stop": true,
"trailing_stop_positive": 0.046,
"trailing_stop_positive_offset": 0.14600000000000002,
"trailing_only_offset_is_reached": false
}
},
"ft_stratparam_v": 1,
"export_time": "2025-08-14 06:30:51.352733+00:00"
}