Remove calls to load_data using live=

This commit is contained in:
Matthias
2019-08-18 07:09:02 +02:00
parent e9e2a83436
commit 9e24992835
3 changed files with 1 additions and 5 deletions

View File

@@ -413,7 +413,6 @@ class Backtesting(object):
refresh_pairs=self.config.get('refresh_pairs', False),
exchange=self.exchange,
timerange=timerange,
live=self.config.get('live', False)
)
if not data: