require exchange object to delete pairs

This commit is contained in:
xmatthias
2018-06-17 22:11:32 +02:00
parent c83e8b7cb5
commit 251f7db3ca
2 changed files with 9 additions and 3 deletions

View File

@@ -267,6 +267,7 @@ class Backtesting(object):
pairs=pairs,
ticker_interval=self.ticker_interval,
refresh_pairs=self.config.get('refresh_pairs', False),
exchange=self.exchange,
timerange=timerange
)