add markets reload func

This commit is contained in:
iuvbio
2019-03-10 13:30:45 +01:00
parent 3ad0686bc7
commit 0d980134e7
2 changed files with 22 additions and 0 deletions

View File

@@ -155,6 +155,9 @@ class FreqtradeBot(object):
"""
state_changed = False
try:
# Check whether markets have to be reloaded
self.exchange._reload_markets()
# Refresh whitelist
self.pairlists.refresh_pairlist()
self.active_pair_whitelist = self.pairlists.whitelist