Update some more TODO-lev's

This commit is contained in:
Matthias
2021-12-31 16:49:47 +01:00
parent 9a220f6cfe
commit c06496e66f
6 changed files with 0 additions and 6 deletions

View File

@@ -32,7 +32,6 @@ class StoplossGuard(IProtection):
def _reason(self) -> str:
"""
LockReason to use
# TODO-lev: check if min is the right word for shorts
"""
return (f'{self._trade_limit} stoplosses in {self._lookback_period} min, '
f'locking for {self._stop_duration} min.')