stoqey / ibkr

Interactive Brokers wrapper 🚩
MIT License
59 stars 11 forks source link

Not an issue #4

Closed anri-asaturov closed 4 years ago

anri-asaturov commented 4 years ago

Hello, @ceddybi, good man! I was just in the beginning of writing a npapi plugin based on TWS c++ client, when I finally found this, and it is so much better.

Did you run this client live? Is it somewhat tested and reliable? How do you plan to keep it up to date with the official protocol/clients?

I'll def be contributing if I end up using it for my algos. Thank you!

anri-asaturov commented 4 years ago

Alright, I got excited too early, I thought you have implemented the protocol, but this is a wrapper, a good one tho.

ceddybi commented 4 years ago

Thank you @anri-asaturov, yes it's a wrapper(based-off node-ib) it makes a socket connection to TWS, no C++/Java library dependency. works great in production

anri-asaturov commented 4 years ago

But node-ib hasn't updated in 2 years, you didn't have any issues with that?

ceddybi commented 4 years ago

@anri-asaturov, true node-ib has issues, that's why we decided to create a wrapper around it, but we've only been using the most primitive features like orders and market data e.t.c, there is a list of open issues, it can be great to re-do and update it only requires time but our use-case hasn't faced issues yet, for now

ceddybi commented 4 years ago

@anri-asaturov Now we have our own module that we can update anytime, copied the old node-ib, added some types and now it's ready https://github.com/stoqey/ib

anri-asaturov commented 4 years ago

that's great news @ceddybi