You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 13, 2023. It is now read-only.
I slightly modified your example that keeps a live orderbook so that it runs indefinitely and continually outputs the top 5 bids and asks for a ticker (tested on BTC-ETH) in the on_orderbook function
the orderbook falls out of sync regularly, usually either a couple of bids or asks are missing as compared to bittrex orderbook view through their website, these get rolled away as the price changes so at other times everything seems to be ok. The worst case I saw was when all top 5 bids shown by the websocket client were non existent on bittrex webpage
I tried it with just one symbol to make sure this is not just the scripts being overwhelmed but this happens no matter how many orderbook symbols i subscribed to
I slightly modified your example that keeps a live orderbook so that it runs indefinitely and continually outputs the top 5 bids and asks for a ticker (tested on BTC-ETH) in the on_orderbook function
the orderbook falls out of sync regularly, usually either a couple of bids or asks are missing as compared to bittrex orderbook view through their website, these get rolled away as the price changes so at other times everything seems to be ok. The worst case I saw was when all top 5 bids shown by the websocket client were non existent on bittrex webpage
I tried it with just one symbol to make sure this is not just the scripts being overwhelmed but this happens no matter how many orderbook symbols i subscribed to