myTestFreqAI/freqtrade/templates/freqaiprimer.json
2025-09-14 23:45:13 +08:00

47 lines
1.2 KiB
JSON

{
"strategy_name": "FreqaiPrimer",
"params": {
"roi": {},
"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": {
"stake_divisor": 2,
"add_position_callback": 0.044,
"bb_length": 19,
"bb_lower_deviation": 1.05,
"bb_std": 3.0,
"bb_width_threshold": 0.013,
"h1_max_candles": 282,
"h1_max_consecutive_candles": 3,
"h1_rapid_rise_threshold": 0.064,
"max_entry_adjustments": 3,
"min_condition_count": 2,
"rsi_bull_threshold": 46,
"rsi_length": 19,
"rsi_oversold": 38,
"stochrsi_bull_threshold": 32,
"stochrsi_neutral_threshold": 27,
"volume_multiplier": 1.9
},
"sell": {
"exit_bb_upper_deviation": 0.98,
"exit_volume_multiplier": 1.5,
"roi_param_a": -0.0001,
"roi_param_t": 0.06,
"rsi_overbought": 55
},
"protection": {}
},
"ft_stratparam_v": 1,
"export_time": "2025-09-12 15:49:20.688983+00:00"
}