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

37 lines
870 B
JSON

{
"strategy_name": "StrategyPierrick413",
"params": {
"roi": {
"0": 0.096,
"30": 0.049,
"60": 0.032,
"120": 0
},
"stoploss": {
"stoploss": -1.0
},
"trailing": {
"trailing_stop": true,
"trailing_stop_positive": 0.001,
"trailing_stop_positive_offset": 0.0175,
"trailing_only_offset_is_reached": true
},
"buy": {
"buy_adx": 8,
"buy_bollinger": 0.08,
"buy_bollinger_2": 0.08,
"buy_bollinger_2_enabled": false,
"buy_bollinger_enabled": true,
"buy_plusdi": 0.7251500178901511,
"buy_rsi": 37,
"buy_sma_percent": 0.98,
"buy_sma_percent_enabled": false,
"buy_volume": 21.4,
"buy_volume_enabled": true
},
"sell": {},
"protection": {}
},
"ft_stratparam_v": 1,
"export_time": "2021-12-08 19:24:09.461327+00:00"
}