PlanetSquires Forums

Support Forums => General Board => Topic started by: Paul Squires on July 31, 2023, 02:44:44 PM

Title: IB-Tracker (My first full C++ Windows GUI based program)
Post by: Paul Squires on July 31, 2023, 02:44:44 PM
I (finally) finished my first C++ Windows GUI based application. I learned a lot.  ;D

https://github.com/PaulSquires/IB-Tracker

QuoteIB-Tracker: Interactive Brokers (IBKR) Options Tracker. IB-Tracker a free application that connects to your running IB Trader Workstation (TWS) instance in order to display real time price action for all of your recorded stock, futures and options positions. You can record and edit trades and transactions and be able to view all current active positions and all closed positions. Each trade shows all transaction history giving you a instant look at the cost basis of your trade.

(https://www.planetsquires.com/images/ib-tracker-main.png)

Title: Re: IB-Tracker (My first full C++ Windows GUI based program)
Post by: Johan Klassen on August 02, 2023, 08:20:04 PM
looks good  ;D
and the license is very permissive
Title: Re: IB-Tracker (My first full C++ Windows GUI based program)
Post by: Paul Squires on August 02, 2023, 08:45:17 PM
Thanks Johan, and yes, I went with the MIT License in order to make using and modifying the program very easy.
 :)