Remove --refresh-pairs

This commit is contained in:
Matthias
2019-09-20 20:02:07 +02:00
parent 7fff1f5ce1
commit 1cd8ed0c1a
7 changed files with 2 additions and 18 deletions

View File

@@ -362,8 +362,6 @@ class Hyperopt:
datadir=Path(self.config['datadir']),
pairs=self.config['exchange']['pair_whitelist'],
ticker_interval=self.backtesting.ticker_interval,
refresh_pairs=self.config.get('refresh_pairs', False),
exchange=self.backtesting.exchange,
timerange=timerange
)