myTestFreqAI/freqtrade/templates/freqaiprimer.json
2025-11-17 04:11:49 +08:00

54 lines
1.3 KiB
JSON

{
"strategy_name": "FreqaiPrimer",
"params": {
"roi": {
"0": 0.067,
"400": 0.025,
"1000": 0.015,
"4000": 0
},
"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": {
"add_position_callback": 0.042,
"adjust_multiplier": 0.2,
"bb_length": 16,
"bb_lower_deviation": 1.04,
"bb_std": 2.8,
"bb_width_threshold": 0.018,
"h1_max_candles": 264,
"h1_max_consecutive_candles": 4,
"h1_rapid_rise_threshold": 0.139,
"max_entry_adjustments": 3,
"min_condition_count": 2,
"rsi_bull_threshold": 50,
"rsi_length": 11,
"rsi_oversold": 39,
"stochrsi_bull_threshold": 40,
"stochrsi_neutral_threshold": 20,
"volume_multiplier": 1.7
},
"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
},
"protection": {}
},
"ft_stratparam_v": 1,
"export_time": "2025-11-16 20:08:10.436302+00:00"
}