myTestFreqAI/freqtrade/templates/freqaiprimer.json.backup.20251221_165247

49 lines
1.2 KiB
Plaintext

{
"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": {
"add_position_callback": 0.039,
"bb_length": 23,
"bb_lower_deviation": 1.05,
"bb_std": 2.2,
"bb_width_threshold": 0.011,
"h1_max_candles": 117,
"h1_max_consecutive_candles": 2,
"h1_rapid_rise_threshold": 0.059,
"max_entry_adjustments": 3,
"min_condition_count": 4,
"min_entry_interval_minutes": 42,
"rsi_bull_threshold": 49,
"rsi_length": 20,
"rsi_oversold": 49,
"stake_divisor": 3.267,
"stochrsi_bull_threshold": 40,
"stochrsi_neutral_threshold": 25,
"volume_multiplier": 1.4
},
"sell": {
"exit_bb_upper_deviation": 0.98,
"exit_volume_multiplier": 1.8,
"roi_param_a": 0.046,
"roi_param_c": 0.0005,
"roi_param_k": 0.0073,
"rsi_overbought": 70
},
"protection": {}
},
"ft_stratparam_v": 1,
"export_time": "2025-12-21 05:20:34.018192+00:00"
}