Really? IB does list C++ support for their API according to their API page.IB used to offer the API in C++ but no longer does anymore.
http://interactivebrokers.github.io/tws-api/ See the red bar at the top of that page.
Really? IB does list C++ support for their API according to their API page.IB used to offer the API in C++ but no longer does anymore.
heavenskrow,Newb to programming but slowly opening up to the idea that it is very beneficial for trading and also for holding down a regular job outside of trading.
Right now I am contemplating the first language to learn.. So far I am stuck between Java or Python.
What would you recommend for someone new to programming but wants to have the most impact in regards to trading?
Really? IB does list C++ support for their API according to their API page.
http://interactivebrokers.github.io/tws-api/ See the red bar at the top of that page.
The bigger picture is this. If you have multiple threads of execution in your trading program utilizing multiple cores, vying for access to the same data, independently updating it, then you're going up against seriously difficult locking problems that you are in no way equipped to handle (who is really?, super hard problem as complexity rises).
Learn Clojure. It has immutable data structures and software transactional memory.