Merge branch 'develop' into pr/Axel-CH/10062

This commit is contained in:
Matthias
2024-10-01 20:51:39 +02:00
60 changed files with 1545 additions and 696 deletions
+1 -1
View File
@@ -553,7 +553,7 @@ def test_enter_positions_global_pairlock(
@pytest.mark.parametrize("is_short", [False, True])
def test_handle_protections(mocker, default_conf_usdt, fee, is_short):
default_conf_usdt["protections"] = [
default_conf_usdt["_strategy_protections"] = [
{"method": "CooldownPeriod", "stop_duration": 60},
{
"method": "StoplossGuard",