myTestFreqAI/freqtrade/templates/freqaiprimer.json
2025-12-06 10:17:11 +08:00

58 lines
1.6 KiB
JSON

{
"export_time": "2025-12-03 00:03:56.464370+00:00",
"ft_stratparam_v": 1,
"params": {
"buy": {
"add_bb_lower_proximity": 0.871,
"add_position_callback": 0.057,
"add_position_decrease_ratio": 0.71,
"add_rsi_oversold_threshold": 37,
"add_stochrsi_oversold": 14,
"adjust_multiplier": 0.87,
"bb_length": 31,
"bb_lower_deviation": 1.143,
"bb_std": 2.53,
"bb_width_threshold": 0.016,
"h1_max_candles": 40,
"h1_max_consecutive_candles": 1,
"h1_rapid_rise_threshold": 0.166,
"max_entry_adjustments": 6,
"min_condition_count": 2,
"rsi_bull_threshold": 44,
"rsi_length": 17,
"rsi_oversold": 27,
"stochrsi_bull_threshold": 47,
"stochrsi_neutral_threshold": 18,
"volume_multiplier": 2.6
},
"max_open_trades": {
"max_open_trades": 5
},
"protection": {},
"roi": {},
"sell": {
"exit_bb_upper_deviation": 0.913,
"exit_profit_tier1": 0.034,
"exit_profit_tier2": 0.17,
"exit_reduce_tier1": 0.35,
"exit_reduce_tier2": 0.37,
"exit_rsi_threshold": 57,
"exit_volume_multiplier": 2,
"max_reduce_adjustments": 4,
"reduce_coefficient": 0.229,
"reduce_profit_base": 0.02
},
"stoploss": {
"stoploss": -0.085
},
"trailing": {
"trailing_only_offset_is_reached": true,
"trailing_stop": true,
"trailing_stop_positive": 0.012,
"trailing_stop_positive_offset": 0.025
}
},
"strategy_name": "FreqaiPrimer",
"trailing_only_offset_is_reached": false,
"trailing_stop": false
}