Added more todos

This commit is contained in:
Sam Germain
2021-09-10 23:42:16 -06:00
parent 694460c8e0
commit 84c121652a
5 changed files with 6 additions and 0 deletions

View File

@@ -36,6 +36,7 @@ class MaxDrawdown(IProtection):
"""
LockReason to use
"""
# TODO-lev: < for shorts?
return (f'{drawdown} > {self._max_allowed_drawdown} in {self.lookback_period_str}, '
f'locking for {self.stop_duration_str}.')