myTestFreqAI/freqtrade/templates/freqaiprimer.json

65 lines
1.6 KiB
JSON

{
"export_time": "2025-11-19 20:37:28.229186+00:00",
"ft_stratparam_v": 1,
"max_open_trades": 5,
"minimal_roi": {
"0": 0.067,
"1000": 0.015,
"400": 0.025,
"4000": 0
},
"params": {
"buy": {
"add_position_callback": 0.035,
"adjust_multiplier": 0.52,
"bb_length": 23,
"bb_lower_deviation": 1.036,
"bb_std": 2.77,
"bb_width_threshold": 0.017,
"h1_max_candles": 246,
"h1_max_consecutive_candles": 2,
"h1_rapid_rise_threshold": 0.147,
"max_entry_adjustments": 2,
"min_condition_count": 4,
"rsi_bull_threshold": 45,
"rsi_length": 7,
"rsi_oversold": 30,
"stochrsi_bull_threshold": 37,
"stochrsi_neutral_threshold": 29,
"volume_multiplier": 1.238
},
"max_open_trades": {
"max_open_trades": 5
},
"protection": {},
"roi": {
"0": 0.067,
"1000": 0.015,
"400": 0.025,
"4000": 0
},
"sell": {
"exit_bb_upper_deviation": 0.99,
"exit_volume_multiplier": 1.7,
"max_reduce_adjustments": 3,
"reduce_coefficient": 0.289,
"reduce_profit_base": 0.05,
"rsi_overbought": 58
},
"stoploss": {
"stoploss": -0.14
},
"trailing": {
"trailing_only_offset_is_reached": false,
"trailing_stop": true,
"trailing_stop_positive": 0.0125,
"trailing_stop_positive_offset": 0.045
}
},
"stoploss": -0.14,
"strategy_name": "FreqaiPrimer",
"trailing_only_offset_is_reached": false,
"trailing_stop": true,
"trailing_stop_positive": 0.0125,
"trailing_stop_positive_offset": 0.045
}