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

37 lines
918 B
Plaintext

{
"strategy_name": "StrategyPierrick412",
"params": {
"roi": {
"0": 0.5
},
"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_bollinger": 0.04,
"buy_bollinger_2": 0.06,
"buy_bollinger_2_enabled": false,
"buy_bollinger_3": 0.04,
"buy_bollinger_3_enabled": true,
"buy_bollinger_enabled": true,
"buy_candel": 0.06,
"buy_candel_enabled": true,
"buy_cross": 1.1,
"buy_cross_enabled": true,
"buy_sma_percent": 0.96,
"buy_sma_percent_enabled": true,
"buy_volume": 7.3,
"buy_volume_enabled": true
},
"sell": {},
"protection": {}
},
"ft_stratparam_v": 1,
"export_time": "2021-12-05 14:52:48.625435+00:00"
}