test
This commit is contained in:
parent
eb610703fb
commit
deaa8291f2
@ -28,6 +28,7 @@
|
||||
"max_open_trades": {
|
||||
"max_open_trades": 5
|
||||
},
|
||||
<<<<<<< Updated upstream
|
||||
"protection": {},
|
||||
"roi": {},
|
||||
"sell": {
|
||||
@ -41,6 +42,34 @@
|
||||
"max_reduce_adjustments": 4,
|
||||
"reduce_coefficient": 0.263,
|
||||
"reduce_profit_base": 0.038
|
||||
=======
|
||||
"buy": {
|
||||
"stake_divisor": 2,
|
||||
"add_position_callback": 0.035,
|
||||
"bb_length": 19,
|
||||
"bb_lower_deviation": 1.04,
|
||||
"bb_std": 2.1,
|
||||
"bb_width_threshold": 0.029,
|
||||
"h1_max_candles": 262,
|
||||
"h1_max_consecutive_candles": 4,
|
||||
"h1_rapid_rise_threshold": 0.057,
|
||||
"max_entry_adjustments": 4,
|
||||
"min_condition_count": 2,
|
||||
"rsi_bull_threshold": 55,
|
||||
"rsi_length": 20,
|
||||
"rsi_oversold": 47,
|
||||
"stochrsi_bull_threshold": 38,
|
||||
"stochrsi_neutral_threshold": 24,
|
||||
"volume_multiplier": 1.4
|
||||
},
|
||||
"sell": {
|
||||
"exit_bb_upper_deviation": 1.02,
|
||||
"exit_volume_multiplier": 2.6,
|
||||
"roi_param_a": 0.017,
|
||||
"roi_param_k": 0.0028,
|
||||
"roi_param_t0": 360,
|
||||
"rsi_overbought": 70
|
||||
>>>>>>> Stashed changes
|
||||
},
|
||||
"stoploss": {
|
||||
"stoploss": -0.085
|
||||
@ -52,7 +81,13 @@
|
||||
"trailing_stop_positive_offset": 0.025
|
||||
}
|
||||
},
|
||||
<<<<<<< Updated upstream
|
||||
"strategy_name": "FreqaiPrimer",
|
||||
"trailing_only_offset_is_reached": false,
|
||||
"trailing_stop": false
|
||||
}
|
||||
}
|
||||
=======
|
||||
"ft_stratparam_v": 1,
|
||||
"export_time": "2025-09-11 02:43:50.081537+00:00"
|
||||
}
|
||||
>>>>>>> Stashed changes
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user