Introduce chainable PairlistFilters

This commit is contained in:
Matthias
2019-10-30 15:59:52 +01:00
parent 44289e4c58
commit fd9c02603c
7 changed files with 203 additions and 67 deletions

View File

@@ -27,4 +27,4 @@ class StaticPairList(IPairList):
"""
Refreshes pairlists and assigns them to self._whitelist and self._blacklist respectively
"""
self._whitelist = self._validate_whitelist(self._config['exchange']['pair_whitelist'])
self._whitelist = self.validate_whitelist(self._config['exchange']['pair_whitelist'])