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

@@ -283,7 +283,7 @@ class Backtesting(object):
if self.config.get('live'):
logger.info('Downloading data for all pairs in whitelist ...')
for pair in pairs:
data[pair] = self.exchange.get_ticker_history(pair, self.ticker_interval)
data[pair] = self.exchange.get_candle_history(pair, self.ticker_interval)
else:
logger.info('Using local backtesting data (using whitelist in given config) ...')