Top 3 C++ stock-market Projects
-
-
trade-frame
C++ 17 based library (with sample applications) for testing equities, futures, etfs & options based automated trading ideas using DTN IQFeed real time data feed and Interactive Brokers (IB TWS API) for trade execution. [I have a private repository which has more recent changes, which get back-ported randomly][irc: #tradeframe on OFTC]
Project mention: Can ninja trader handle a ES scalping algo which follows price using a super short time frame or tick by tick? | reddit.com/r/algotrading | 2022-12-06My code is based upon https://github.com/rburkholder/trade-frame, which is at commit 2439. I have a development repository sitting at commit 3742 with a substantial bit more ES related L2 and option management.
-
Sonar
Write Clean C++ Code. Always.. Sonar helps you commit clean C++ code every time. With over 550 unique rules to find C++ bugs, code smells & vulnerabilities, Sonar finds the issues while you focus on the work.
-
C++ stock-market related posts
Index
What are some of the best open-source stock-market projects in C++? This list will help you:
Project | Stars | |
---|---|---|
1 | aat | 412 |
2 | trade-frame | 291 |
3 | CppAlgoTrading | 19 |