FrictradeLearning.py Stoploss auto et gestion steps de mises adjust

This commit is contained in:
Jérôme Delacotte
2025-12-14 20:20:26 +01:00
parent 639afa42f0
commit c82b3359fa
16 changed files with 471 additions and 257 deletions

View File

@@ -9,22 +9,27 @@
},
"trailing": {
"trailing_stop": false,
"trailing_stop_positive": 0.15,
"trailing_stop_positive": 0.2,
"trailing_stop_positive_offset": 1,
"trailing_only_offset_is_reached": true
},
"max_open_trades": {
"max_open_trades": 80
},
"buy": {
"hours_force": 11
"max_open_trades": 20
},
"protection": {
"allow_decrease_rate": 0.7,
"first_adjust_param": 0.01,
"max_steps": 35
"allow_decrease_rate": 0.4,
"first_adjust_param": 0.005,
"max_steps": 45
},
"buy": {
"hours_force": 44,
"indic_1h_force_buy": "sma5_deriv1_1h"
},
"sell": {
"offset_max": 18,
"offset_min": 17
}
},
"ft_stratparam_v": 1,
"export_time": "2025-12-09 07:22:51.929255+00:00"
"export_time": "2025-12-14 18:44:03.713386+00:00"
}