Best Stock Analysis and Trading Platform for C++? Open-Source or Commercial.

I'm familiar with that study by Stuart Reid. It's a very good read and great reference for a system architecture.

Here's a simple diagram of the AlgoTrader architecture
http://www.algotrader.com/product/architecture/

Here's a diagram of the QuantConnect architecture
https://www.quantconnect.com/lean/documentation/topic2.html

NT has a more simpler implementation under the hood and has been "validated" by thousands of users.

Only time and real use cases can say "Yes, that way was right".
 
He's referring to the NinjaTrader platforms, either version 7 or version 8 which has just come out of the beta stage. They're actually nice software packages but don't have everything you may need to run certain algo strategies. Also they aren't open source.
 
Here is some screens of code repo (mess of C++, C#, VB languages):

db414af5d2eefe4c7fa8813c380611c1.png


de386d73cb5dbd2cf298231541c18b55.png


Most of file just a code monkey style (spaghetti). No architecture. No design. Just raw coding-coding-coding. No any ideas how they can handle and support of this.

Where are code examples?
 
Ummm.... Bloomberg Terminal, with a colocated exchange link, real-time tick data, and API access to the order book and queue.

Be ready to shell out 100M+ per year.

(Hey, he said best)
 
Back
Top