irufus / gdax-java

Java based wrapper for Coinbase Pro (Formerly known as GDAX API and Coinbase Exchange API)
MIT License
177 stars 131 forks source link

what's your plan on orderbook? #51

Closed qingtiandalaoye closed 4 years ago

qingtiandalaoye commented 6 years ago

will you add more algo on the order book to reproduce the ask5,...ask1,bid1,...bid5?

robevansuk commented 6 years ago

not sure what you mean by this? The orderbook is available at my repo which I haven't managed to update in a while. The intention is to add algos but I probably need to tighten up the implementation for the orderbook as its a bit processor heavy.

robevansuk commented 4 years ago

orderbook has now been removed as it was not well implemented and causing a headache. It will be looked at again in the near future.