/IbTradeQtDev

Trading Software for IB

Primary LanguageC++GNU Lesser General Public License v3.0LGPL-3.0

IbTradeQt

IbTradeQt is a cross-platform application designed for automated trading. It is written in QT/C++ and primarily targets the Interactive Brokers (IB) platform.

Requirements

  • QT 6.x or later
  • QT Creator
  • IB Account (at the moment only IB is supported)

Installation

git clone https://github.com/CloseToAlgoTrading/IbTradeQtDev.git

Start Qt Creator and open the project file IbTradeQtDev/IbTradeQt/ibtrading.pro

Project state

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
  • ...

License

This project is licensed under the LGPL-3.0 - see the LICENSE file for details