Good morning
ccxt == 1.18.356
pandas == 0.24.1
numpy == 1.16.2
sometimes some ccxt calls to the exchanges time out
for the purpose of this test if you have an error message like this one:
: Read timed out. (read timeout=10)**
just change the first line of the code
spot_exchanges = [‘bitfinex’,‘bitstamp’,‘coinbasepro’,‘kraken’,‘liquid’,‘gemini’,‘binance’,
‘bitbank’,‘huobipro’,‘poloniex’,‘bithumb’,‘bittrex’,‘kucoin2’]
to
spot_exchanges = [‘liquid’,‘coinbasepro’]
hope this works
Thank you