mirror of
https://github.com/freqtrade/freqtrade.git
synced 2026-02-06 14:20:24 +00:00
forgot ()
This commit is contained in:
@@ -169,7 +169,7 @@ class MarketCapFilter(IPairList):
|
||||
|
||||
# option B
|
||||
for mc_pair in marketcap_list:
|
||||
test_pair = f"{mc_pair.upper()}/{self._stake_currency.upper}"
|
||||
test_pair = f"{mc_pair.upper()}/{self._stake_currency.upper()}"
|
||||
logger.info(f"Check test pair name {test_pair}")
|
||||
if test_pair in pairlist:
|
||||
logger.info(f"{test_pair} is in pairlist")
|
||||
|
||||
Reference in New Issue
Block a user