mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-10 10:21:59 +00:00
Add returns statement to docstring
This commit is contained in:
parent
fca11160e4
commit
3bb69bc1bd
|
@ -306,6 +306,7 @@ class IStrategy(ABC):
|
|||
of 2 seconds for a buy to happen on an old signal.
|
||||
:param: pair: "Pair to check"
|
||||
:param candle_date: Date of the last candle. Optional, defaults to current date
|
||||
:returns: locking state of the pair in question.
|
||||
"""
|
||||
if pair not in self._pair_locked_until:
|
||||
return False
|
||||
|
|
Loading…
Reference in New Issue
Block a user