Files
Freqtrade/Zeus_8d.jsonstoploss
Jérôme Delacotte 7c239227d8 first commit
2025-03-06 11:01:43 +01:00

36 lines
806 B
Plaintext

{
"strategy_name": "Zeus_8d",
"params": {
"roi": {
"0": 5
},
"trailing": {
"trailing_stop": false,
"trailing_stop_positive": 0.068,
"trailing_stop_positive_offset": 0.155,
"trailing_only_offset_is_reached": false
},
"buy": {
"buy_min_horizon": 33,
"buy_min_max_n": 0.19,
"buy_rsi": 28,
"decalage": 8
},
"sell": {
"sell_b_RSI": 86,
"sell_percent": 0.13,
"sell_profit_percent": 0.9
},
"protection": {
"protection_nb_buy_lost": 1,
"protection_percent_buy_lost": 5,
"protection_start_buying_rsi_1d": 19,
"protection_stop_buying_rsi_1d": 83
},
"stoploss": {
"stoploss": -1
}
},
"ft_stratparam_v": 1,
"export_time": "2022-09-03 14:11:59.654713+00:00"
}