Merge pull request #3215 from freqtrade/backtest_use_pairlists

Backtest use pairlists
This commit is contained in:
hroff-1902
2020-04-27 13:34:06 +03:00
committed by GitHub
5 changed files with 54 additions and 13 deletions

View File

@@ -626,6 +626,7 @@ class Hyperopt:
# We don't need exchange instance anymore while running hyperopt
self.backtesting.exchange = None # type: ignore
self.backtesting.pairlists = None # type: ignore
self.trials = self.load_previous_results(self.trials_file)