myTestFreqAI/freqtrade/templates/freqaiprimer.json

42 lines
1.0 KiB
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": 22,
"bb_lower_deviation": 1.05,
"bb_std": 1.6,
"bb_width_threshold": 0.017,
"h1_max_candles": 239,
"h1_max_consecutive_candles": 1,
"h1_rapid_rise_threshold": 0.054,
"min_condition_count": 3,
"rsi_bull_threshold": 48,
"rsi_length": 9,
"rsi_oversold": 50,
"stochrsi_bull_threshold": 38,
"stochrsi_neutral_threshold": 27,
"volume_multiplier": 1.8
},
"sell": {
"exit_bb_upper_deviation": 0.99,
"exit_volume_multiplier": 2.6,
"rsi_overbought": 67
},
"protection": {}
},
"ft_stratparam_v": 1,
"export_time": "2025-09-08 10:59:05.144144+00:00"
}