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

34 lines
731 B
JSON

{
"strategy_name": "Zeus",
"params": {
"stoploss": {
"stoploss": -1.0
},
"buy": {
"buy_bb_lowerband": 1.02,
"buy_bb_width": 0.09,
"buy_cat": "<R",
"buy_pct": 0.013,
"buy_pct_1": -0.02,
"buy_pct_3": -0.12,
"buy_pct_5": -0.16,
"buy_real": 0.5392
},
"sell": {},
"protection": {},
"roi": {
"0": 0.14200000000000002,
"23": 0.096,
"48": 0.028,
"160": 0
},
"trailing": {
"trailing_stop": true,
"trailing_stop_positive": 0.254,
"trailing_stop_positive_offset": 0.323,
"trailing_only_offset_is_reached": false
}
},
"ft_stratparam_v": 1,
"export_time": "2022-04-01 13:58:08.105461+00:00"
}