Improve docstring comment

This commit is contained in:
Matthias 2020-06-14 07:27:13 +02:00
parent dea7e3db01
commit 910100f1c8

View File

@ -354,7 +354,7 @@ class IStrategy(ABC):
def get_signal(self, pair: str, timeframe: str) -> Tuple[bool, bool]: def get_signal(self, pair: str, timeframe: str) -> Tuple[bool, bool]:
""" """
Calculates current signal based several technical analysis indicators Calculates current signal based based on the buy / sell columns of the dataframe.
Used by Bot to get the latest signal Used by Bot to get the latest signal
:param pair: pair in format ANT/BTC :param pair: pair in format ANT/BTC
:param timeframe: timeframe to use :param timeframe: timeframe to use