first commit

This commit is contained in:
Jérôme Delacotte
2025-03-06 11:01:43 +01:00
commit 7c239227d8
558 changed files with 108235 additions and 0 deletions

28
StrategyPierrick2.jsonOLD Normal file
View File

@@ -0,0 +1,28 @@
{
"strategy_name": "StrategyPierrick2",
"params": {
"buy": {
"buy_bollinger": 0.04,
"buy_sma_percent": 0.93
},
"sell": {},
"protection": {},
"roi": {
"0": 0.237,
"19": 0.065,
"65": 0.026,
"185": 0
},
"stoploss": {
"stoploss": -0.327
},
"trailing": {
"trailing_stop": true,
"trailing_stop_positive": 0.116,
"trailing_stop_positive_offset": 0.15000000000000002,
"trailing_only_offset_is_reached": true
}
},
"ft_stratparam_v": 1,
"export_time": "2021-12-18 21:32:34.141258+00:00"
}