Add cooldown with timeperiod test

This commit is contained in:
Matthias 2024-07-16 06:51:31 +02:00
parent d13f47ec0b
commit 65972d9c0c

View File

@ -692,6 +692,14 @@ def test_MaxDrawdown(mocker, default_conf, fee, caplog):
"if drawdown is > 0.0 within 20 candles.'}]",
None,
),
(
{
"method": "CooldownPeriod",
"unlock_at": "01:00",
},
"[{'CooldownPeriod': 'CooldownPeriod - Cooldown period until 01:00.'}]",
None,
),
(
{
"method": "StoplossGuard",