myTestFreqAI/freqtrade/templates/freqaiprimer.json
zhangkun9038@dingtalk.com 019d8c732a remove stoploss in config
2025-11-21 12:32:32 +08:00

60 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_bb_lower_proximity": 1.174,
"add_position_callback": 0.035,
"add_position_decrease_ratio": 0.85,
"add_rsi_oversold_threshold": 45,
"add_stochrsi_oversold": 29,
"adjust_multiplier": 1.35,
"bb_length": 44,
"bb_lower_deviation": 1.04,
"bb_std": 2.4,
"bb_width_threshold": 0.037,
"h1_max_candles": 246,
"h1_max_consecutive_candles": 2,
"h1_rapid_rise_threshold": 0.147,
"max_entry_adjustments": 5,
"min_condition_count": 3,
"rsi_bull_threshold": 50,
"rsi_length": 7,
"rsi_oversold": 46,
"stochrsi_bull_threshold": 31,
"stochrsi_neutral_threshold": 44,
"volume_multiplier": 0.5
},
"sell": {
"exit_bb_upper_deviation": 1.19,
"exit_profit_tier1": 0.017,
"exit_profit_tier2": 0.292,
"exit_reduce_tier1": 0.9,
"exit_reduce_tier2": 0.18,
"exit_rsi_threshold": 54,
"exit_volume_multiplier": 3.2,
"max_reduce_adjustments": 1,
"reduce_coefficient": 0.648,
"reduce_profit_base": 0.07
},
"roi": {
"0": 0.148,
"17": 0.028,
"43": 0.007,
"92": 0
},
"stoploss": {
"stoploss": -0.261
}
},
"ft_stratparam_v": 1,
"export_time": "2025-11-21 04:13:24.800795+00:00"
}