Handle properly exchanges with no active flag set for markets

This commit is contained in:
hroff-1902
2019-10-14 13:32:39 +03:00
parent 7cf7982565
commit 6e27c47dee
3 changed files with 51 additions and 22 deletions

View File

@@ -10,5 +10,7 @@ from freqtrade.exchange.exchange import (timeframe_to_seconds, # noqa: F401
timeframe_to_msecs,
timeframe_to_next_date,
timeframe_to_prev_date)
from freqtrade.exchange.exchange import (market_is_active, # noqa: F401
market_is_pair)
from freqtrade.exchange.kraken import Kraken # noqa: F401
from freqtrade.exchange.binance import Binance # noqa: F401