mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-10 10:21:59 +00:00
Add cooldown with timeperiod test
This commit is contained in:
parent
d13f47ec0b
commit
65972d9c0c
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue
Block a user