ctubio / tribeca

Self-hosted crypto trading bot (automated high frequency market making) in node.js, angular, typescript and c++
https://127.0.0.1:3000
Other
95 stars 26 forks source link

Bug: Tribeca doesn't see some orders in market book (Coinbase) #76

Closed Camille92 closed 7 years ago

Camille92 commented 7 years ago

Hello!

I'm still working on finding what's wrong with Tribeca but what I've found is that it doesn't see some orders in the market so it does not respect width.

Here is an example: capture d ecran 2017-05-12 a 13 11 39 capture d ecran 2017-05-12 a 13 11 29

There two orders close from market price at 1673 and 1676.02 don't appear on Tribeca :/

And AK-47 still doesn't work!

Camille92 commented 7 years ago

Fixed https://github.com/ctubio/tribeca/pull/77

ctubio commented 7 years ago

market data integration in super simple, no way is missing data; if is missing data, is because really is not receiving this data from the gateway.

ctubio commented 7 years ago

coinbase has definitely some issue with market data; (before mess it more, lets check that we are up to date with https://github.com/coinbase/gdax-node)

ctubio commented 7 years ago

that was some messed up integration xD amazing that we survived with it till now

so happy with the results of integrating directly the official gdax api, can't belive the amount of :hankey: we had been running before https://github.com/ctubio/tribeca/commit/22993223ef2b391ce9724f0b5209094cb5fca075 xD lets keep a close eye to it cos is all new the gdax integration now (but it works like a swiss clock i may say xD)