myTestFreqAI/freqtrade/templates/freqaiprimer.json
2025-11-22 21:19:56 +08:00

61 lines
1.6 KiB
JSON

{
"strategy_name": "FreqaiPrimer",
"params": {
"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": {
"add_position_callback": 0.035,
"h1_max_candles": 246,
"h1_max_consecutive_candles": 2,
"h1_rapid_rise_threshold": 0.147,
"add_bb_lower_proximity": 0.873,
"add_position_decrease_ratio": 0.37,
"add_rsi_oversold_threshold": 20,
"add_stochrsi_oversold": 48,
"adjust_multiplier": 1.13,
"bb_length": 31,
"bb_lower_deviation": 0.99,
"bb_std": 3.0,
"bb_width_threshold": 0.043,
"max_entry_adjustments": 3,
"min_condition_count": 3,
"rsi_bull_threshold": 36,
"rsi_length": 23,
"rsi_oversold": 62,
"stochrsi_bull_threshold": 55,
"stochrsi_neutral_threshold": 7,
"volume_multiplier": 2.9
},
"sell": {
"exit_bb_upper_deviation": 1.21,
"exit_profit_tier1": 0.118,
"exit_profit_tier2": 0.344,
"exit_reduce_tier1": 0.6,
"exit_reduce_tier2": 0.49,
"exit_rsi_threshold": 41,
"exit_volume_multiplier": 2.3,
"max_reduce_adjustments": 1,
"reduce_coefficient": 0.467,
"reduce_profit_base": 0.172
},
"protection": {},
"roi": {
"0": 0.13,
"12": 0.046,
"24": 0.008,
"71": 0
},
"stoploss": {
"stoploss": -0.194
}
},
"ft_stratparam_v": 1,
"export_time": "2025-11-22 11:58:03.496751+00:00"
}