mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-10 10:21:59 +00:00
Fix spelling of interface.py docstring
This commit is contained in:
parent
28e318b646
commit
e35a349229
|
@ -279,7 +279,7 @@ class IStrategy(ABC):
|
|||
sell: bool, low: float = None, high: float = None,
|
||||
force_stoploss: float = 0) -> SellCheckTuple:
|
||||
"""
|
||||
This function evaluate if one of the conditions required to trigger a sell
|
||||
This function evaluates if one of the conditions required to trigger a sell
|
||||
has been reached, which can either be a stop-loss, ROI or sell-signal.
|
||||
:param low: Only used during backtesting to simulate stoploss
|
||||
:param high: Only used during backtesting, to simulate ROI
|
||||
|
|
Loading…
Reference in New Issue
Block a user