missing __init__.py

This commit is contained in:
creslin
2018-08-02 08:58:04 +00:00
parent f619cd1d2a
commit a741f1144a
8 changed files with 18 additions and 18 deletions

View File

@@ -10,7 +10,7 @@ logger = logging.getLogger(__name__)
def parse_ticker_dataframe(ticker: list) -> DataFrame:
"""
Analyses the trend for the given ticker history
:param ticker: See exchange.get_ticker_history
:param ticker: See exchange.get_candle_history
:return: DataFrame
"""
cols = ['date', 'open', 'high', 'low', 'close', 'volume']