Pass format to load_data

This commit is contained in:
Matthias
2019-12-28 14:57:39 +01:00
parent 6b5983339d
commit f4a532ef6d
4 changed files with 4 additions and 1 deletions

View File

@@ -116,6 +116,7 @@ class Backtesting:
timerange=timerange,
startup_candles=self.required_startup,
fail_without_data=True,
data_format=self.config.get('dataformat_ohlcv', 'json'),
)
min_date, max_date = history.get_timerange(data)