myTestFreqAI/freqtrade/templates/freqaiprimer.json.backup.20251216_075836

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": 26,
"bb_lower_deviation": 1.01,
"bb_std": 2.0,
"bb_width_threshold": 0.011,
"h1_max_candles": 159,
"h1_max_consecutive_candles": 2,
"h1_rapid_rise_threshold": 0.118,
"min_condition_count": 3,
"rsi_bull_threshold": 45,
"rsi_length": 12,
"rsi_oversold": 30,
"stochrsi_bull_threshold": 32,
"stochrsi_neutral_threshold": 27,
"volume_multiplier": 2.0
},
"sell": {
"exit_bb_upper_deviation": 0.98,
"exit_volume_multiplier": 2.6,
"roi_param_a": -5e-05,
"roi_param_k": 117,
"roi_param_t": 0.159,
"rsi_overbought": 65
},
"protection": {}
},
"ft_stratparam_v": 1,
"export_time": "2025-12-15 14:19:00.824138+00:00"
}