Frictrade progression adjust exponentielle / correction trailing / Hyperopt

This commit is contained in:
Jérôme Delacotte
2025-12-07 23:44:17 +01:00
parent 3cac030f10
commit 11bb59636e
2 changed files with 66 additions and 31 deletions

27
FrictradeLearning.json Normal file
View File

@@ -0,0 +1,27 @@
{
"strategy_name": "FrictradeLearning",
"params": {
"roi": {
"0": 10
},
"stoploss": {
"stoploss": -1.0
},
"trailing": {
"trailing_stop": false,
"trailing_stop_positive": 0.15,
"trailing_stop_positive_offset": 1,
"trailing_only_offset_is_reached": true
},
"max_open_trades": {
"max_open_trades": 80
},
"protection": {
"allow_decrease_rate": 0.8,
"first_adjust_param": 0.004,
"max_steps": 15
}
},
"ft_stratparam_v": 1,
"export_time": "2025-12-07 21:51:14.946942+00:00"
}