test_rpc_apiserver.py

This commit is contained in:
Sam Germain
2021-11-13 19:22:43 -06:00
parent 2e451da08f
commit 01ad65de68
3 changed files with 14 additions and 14 deletions

View File

@@ -32,7 +32,7 @@ class StoplossGuard(IProtection):
def _reason(self) -> str:
"""
LockReason to use
#TODO-lev: check if min is the right word for shorts
# 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.')