myTestFreqAI/freqtrade/templates/freqaiprimer.json
zhangkun9038@dingtalk.com 677e788874 重新整理 propertyGroup
2025-11-22 16:27:33 +08:00

62 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": 1.075,
"add_position_decrease_ratio": 0.79,
"add_rsi_oversold_threshold": 52,
"add_stochrsi_oversold": 42,
"adjust_multiplier": 0.9,
"bb_length": 16,
"bb_lower_deviation": 0.99,
"bb_std": 3.1,
"bb_width_threshold": 0.014,
"max_entry_adjustments": 9,
"min_condition_count": 3,
"rsi_bull_threshold": 67,
"rsi_length": 6,
"rsi_oversold": 44,
"stochrsi_bull_threshold": 35,
"stochrsi_neutral_threshold": 30,
"volume_multiplier": 1.7
},
"sell": {
"exit_bb_upper_deviation": 1.18,
"exit_profit_tier1": 0.085,
"exit_profit_tier2": 0.155,
"exit_reduce_tier1": 0.89,
"exit_reduce_tier2": 0.36,
"exit_rsi_threshold": 72,
"exit_volume_multiplier": 1.2,
"max_reduce_adjustments": 3,
"reduce_coefficient": 0.517,
"reduce_profit_base": 0.116
},
"protection": {},
"roi": {
"0": 0.181,
"17": 0.039,
"46": 0.02,
"54": 0
},
"stoploss": {
"stoploss": -0.286
}
},
"ft_stratparam_v": 1,
"export_time": "2025-11-22 07:38:54.914139+00:00"
}