Minor edits found during review

This commit is contained in:
Matthias
2022-04-24 14:43:30 +02:00
parent 6623192108
commit 4de0fdbfca
2 changed files with 1 additions and 2 deletions

View File

@@ -67,7 +67,6 @@ class MaxDrawdown(IProtection):
f" within {self.lookback_period_str}.", logger.info)
until = self.calculate_lock_end(trades, self._stop_duration)
# return True, until, self._reason(drawdown), None
return ProtectionReturn(
lock=True,
until=until,