myTestFreqAI/freqtrade/templates/freqaiprimer.json

39 lines
971 B
JSON

{
"strategy_name": "FreqaiPrimer",
"params": {
"roi": {},
"stoploss": {
"stoploss": -0.14
},
"trailing": {
"trailing_stop": true,
"trailing_stop_positive": 0.0125,
"trailing_stop_positive_offset": 0.045,
"trailing_only_offset_is_reached": false
},
"max_open_trades": {
"max_open_trades": 5
},
"buy": {
"bb_length": 17,
"bb_lower_deviation": 1.04,
"bb_std": 1.8,
"bb_width_threshold": 0.012,
"h1_max_candles": 108,
"h1_max_consecutive_candles": 2,
"h1_rapid_rise_threshold": 0.109,
"min_condition_count": 2,
"rsi_bull_threshold": 46,
"rsi_length": 19,
"rsi_overbought": 60,
"rsi_oversold": 49,
"stochrsi_bull_threshold": 37,
"stochrsi_neutral_threshold": 23,
"volume_multiplier": 1.5
},
"sell": {},
"protection": {}
},
"ft_stratparam_v": 1,
"export_time": "2025-09-08 03:00:52.051003+00:00"
}