Test for low_profit_pairs

This commit is contained in:
Matthias
2020-11-11 21:11:22 +01:00
parent bb06365c50
commit 9484ee6690
2 changed files with 56 additions and 1 deletions

View File

@@ -78,4 +78,4 @@ class LowProfitPairs(IProtection):
:return: Tuple of [bool, until, reason].
If true, this pair will be locked with <reason> until <until>
"""
return self._low_profit(date_now, pair=None)
return self._low_profit(date_now, pair=pair)