ericsomdahl/python-bittrex

get_candles returns Nonetype for many coins

tjohnson310 opened this issue · 5 comments

Anyone else having trouble with get_candles? I find that when I try to pull a data from a list of coin names, some of the coin names don't return candle profiles, but instead return Nonetype. All thoughts welcome!

Anyone else having trouble with get_candles? I find that when I try to pull a data from a list of coin names, some of the coin names don't return candle profiles, but instead return Nonetype. All thoughts welcome!

Yes, I'm also getting:

TypeError: 'NoneType' object is not subscriptable
in fill_missing_candles filled_list = [candles[0]]

Truly enjoyed Josiah Swaim's excellent article "Guide to Cryptocurrency Arbitrage: How I made 1% profit an hour" and hope to get this demo script running. Was able to get the Bittrex API_V2 issue to the correct lib install...