IbTradeQt is a cross-platform application designed for automated trading. It is written in QT/C++ and primarily targets the Interactive Brokers (IB) platform.
- QT 6.x or later
- QT Creator
- IB Account (at the moment only IB is supported)
git clone https://github.com/CloseToAlgoTrading/IbTradeQtDev.git
Start Qt Creator and open the project file IbTradeQtDev/IbTradeQt/ibtrading.pro
At the moment the project is still in early development phase.
Current functionality:
- connect to the IB server
- receiving data from the IB
- sending market order
- ...
This project is licensed under the LGPL-3.0 - see the LICENSE file for details