kelvinau/crypto-arbitrage

Kraken get_ticker_lastPrice

naksi opened this issue · 2 comments

naksi commented

Getting error while running Triangular method on Kraken
'ExchangeEngine' object has no attribute 'get_ticker_lastPrice'

I haven't implemented get_ticker_lastPrice on the other exchanges besides Bittrex. They will be added in the next coming commit.

Implemented get_ticker_lastPrice for Kraken. See 974d2e1