myTestFreqAI/freqtrade/templates/freqaiprimer.json.backup.20251222_031801

50 lines
1.3 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.043,
"add_position_growth": 4.5,
"add_position_multiplier": 1.15,
"max_entry_adjustments": 4,
"stake_divisor": 9.3,
"bb_length": 20,
"bb_lower_deviation": 1.01,
"bb_std": 2.5,
"bb_width_threshold": 0.011,
"h1_max_candles": 229,
"h1_max_consecutive_candles": 1,
"h1_rapid_rise_threshold": 0.052,
"min_condition_count": 3,
"rsi_bull_threshold": 45,
"rsi_length": 20,
"rsi_oversold": 30,
"stochrsi_bull_threshold": 30,
"stochrsi_neutral_threshold": 28,
"volume_multiplier": 1.9
},
"sell": {
"exit_bb_upper_deviation": 0.98,
"exit_volume_multiplier": 2.6,
"roi_param_a": -0.00015,
"roi_param_k": 67,
"roi_param_t": 0.155,
"rsi_overbought": 70
},
"protection": {}
},
"ft_stratparam_v": 1,
"export_time": "2025-12-15 14:19:00.824138+00:00"
}