improve doc wording

This commit is contained in:
Matthias
2022-04-24 14:38:23 +02:00
parent 737bdfe844
commit 6623192108
2 changed files with 3 additions and 2 deletions

View File

@@ -551,6 +551,7 @@ class IStrategy(ABC, HyperStrategyMixin):
:param until: datetime in UTC until the pair should be blocked from opening new trades.
Needs to be timezone aware `datetime.now(timezone.utc)`
:param reason: Optional string explaining why the pair was locked.
:param side: Side to check, can be long, short or '*'
"""
PairLocks.lock_pair(pair, until, reason, side=side)