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)
looks good ;D
and the license is very permissive
Thanks Johan, and yes, I went with the MIT License in order to make using and modifying the program very easy.
:)