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

45 lines
1013 B
JSON

{
"strategy_name": "StrategyJD_5_8",
"params": {
"roi": {
"0": 0.5
},
"stoploss": {
"stoploss": -1.0
},
"trailing": {
"trailing_stop": false,
"trailing_stop_positive": 0.001,
"trailing_stop_positive_offset": 0.0175,
"trailing_only_offset_is_reached": true
},
"buy": {
"buy_min_max_n": 0.27,
"buy_min_max_n2": 0.08,
"buy_min_max_n3": 0.06,
"buy_mrsi3": -0.07,
"min_n": 3,
"min_percent": 1.01,
"min_percent2": 1.004,
"min_percent3": 1.008
},
"sell": {
"max_percent": 0.032,
"max_percent2": 0.019,
"max_percent3": 0.024,
"max_profit": 0.1,
"max_profit2": 0.07,
"max_profit3": 0.04,
"sell_h_RSI": 91,
"sell_h_RSI2": 96,
"sell_h_RSI2_percent": 0.019,
"sell_h_RSI3": 92
},
"protection": {
"n_percent": 5,
"percent_sell": -0.13
}
},
"ft_stratparam_v": 1,
"export_time": "2022-09-17 18:41:11.974567+00:00"
}