mirror of
https://github.com/freqtrade/freqtrade.git
synced 2026-02-03 12:51:37 +00:00
debug
This commit is contained in:
@@ -146,7 +146,8 @@ class MarketCapFilter(IPairList):
|
||||
:param tickers: Tickers (from exchange.get_tickers). May be cached.
|
||||
:return: new whitelist
|
||||
"""
|
||||
marketcap_list = self._marketcap_cache.get('marketcap')
|
||||
# marketcap_list = self._marketcap_cache.get('marketcap')
|
||||
marketcap_list = []
|
||||
can_filter = False
|
||||
|
||||
if marketcap_list:
|
||||
|
||||
Reference in New Issue
Block a user