Merge pull request #7481 from chusri/develop

✏️ fixed typo from StaticPairlist to StaticPairList
This commit is contained in:
Matthias
2022-09-26 18:11:56 +02:00
committed by GitHub
2 changed files with 3 additions and 3 deletions

View File

@@ -113,7 +113,7 @@ class Backtesting:
self.pairlists = PairListManager(self.exchange, self.config)
if 'VolumePairList' in self.pairlists.name_list:
raise OperationalException("VolumePairList not allowed for backtesting. "
"Please use StaticPairlist instead.")
"Please use StaticPairList instead.")
if 'PerformanceFilter' in self.pairlists.name_list:
raise OperationalException("PerformanceFilter not allowed for backtesting.")