myTestFreqAI/freqtrade/templates/freqaiprimer.json

61 lines
1.6 KiB
JSON

{
"strategy_name": "FreqaiPrimer",
"params": {
"max_open_trades": {
"max_open_trades": 5
},
"buy": {
"add_bb_lower_proximity": 1.08,
"add_position_callback": 0.101,
"add_position_decrease_ratio": 0.83,
"add_rsi_oversold_threshold": 41,
"add_stochrsi_oversold": 8,
"adjust_multiplier": 0.19,
"bb_length": 38,
"bb_lower_deviation": 1.19,
"bb_std": 3.1,
"bb_width_threshold": 0.048,
"h1_max_candles": 21,
"h1_max_consecutive_candles": 4,
"h1_rapid_rise_threshold": 0.136,
"max_entry_adjustments": 6,
"min_condition_count": 2,
"rsi_bull_threshold": 65,
"rsi_length": 33,
"rsi_oversold": 16,
"stochrsi_bull_threshold": 38,
"stochrsi_neutral_threshold": 35,
"volume_multiplier": 0.7
},
"sell": {
"exit_bb_upper_deviation": 0.88,
"exit_profit_tier1": 0.169,
"exit_profit_tier2": 0.247,
"exit_reduce_tier1": 0.82,
"exit_reduce_tier2": 0.24,
"exit_rsi_threshold": 44,
"exit_volume_multiplier": 4.7,
"max_reduce_adjustments": 11,
"reduce_coefficient": 0.496,
"reduce_profit_base": 0.037
},
"protection": {},
"roi": {
"0": 0.194,
"13": 0.054,
"32": 0.013,
"55": 0
},
"stoploss": {
"stoploss": -0.274
},
"trailing": {
"trailing_stop": true,
"trailing_stop_positive": 0.226,
"trailing_stop_positive_offset": 0.256,
"trailing_only_offset_is_reached": false
}
},
"ft_stratparam_v": 1,
"export_time": "2025-11-23 08:37:40.129856+00:00"
}