Move convert functions to convert module

This commit is contained in:
Matthias
2019-12-28 10:27:49 +01:00
parent 525550e4c7
commit 28787a001c
5 changed files with 73 additions and 54 deletions

View File

@@ -62,6 +62,8 @@ class JsonDataHandler(IDataHandler):
:param pair: Pair to load data
:param timeframe: Ticker timeframe (e.g. "5m")
:param timerange: Limit data to be loaded to this timerange.
Optionally implemented by subclasses to avoid loading
all data where possible.
:return: DataFrame with ohlcv data, or empty DataFrame
"""
filename = self._pair_data_filename(self._datadir, pair, timeframe)