Releases: PaulSquires/TradeTracker
TradeTracker 5.0
Major upgrade.
Fully rewritten in C++ using Dear Imgui cross platform library.
Precompiled binaries available:
- Windows (msi installer)
- Linux (AppImage)
- MacOS (dmg image)
TradeTracker 4.2.0
- Fixed closed trades that have shares/futures not honoring the "Exclude Non-Stock" setting when producing the Closed Trades output.
TradeTracker 4.1.0
- Changed the way that Shares/Futures purchases and sales are created or edited. You may have to delete and re-enter some existing shares/futures transactions if you notice that the numbers are incorrect.
- TradeTracker.exe process would remain running if "X" Close button was clicked while a popup menu was active.
- Fixed YTD closed amount not correct if filter start date does not extend to the start of the year.
TradeTracker 4.0.2
- Fixed Custom MessageBox regression that would freeze the Trade Management dialog.
TradeTracker 4.0.1
- Fixed popup menu Assign/Expire Option from stalling live data feed.
- Fixed disabled vertical scrollbar not showing when long list of unmatched trades in Reconcile dialog.
TradeTracker 4.0.0
TradeTracker 4 - too many changes and improvements to list.
Check out the new tradeTracker website for more details.
https://www.tradetracker.planetsquires.com/
IB-Tracker v3.8.0
Add: Simple check to see if a newer IB-Tracker version is available and will display that version in bottom right of the main window.
Add: Clicking on the new IB-Tracker version available label will activate your web browser and navigate to the GitHub Releases download page.
Add: ALLOWUPDATECHECK true/false configuration switch.
Fix: Corrected CloseTrades "THIS YEAR" total bug if multi-year data transactions exist in your database.
Fix: SideMenu Connected Green textcolor when hot mouseover.
IB-Tracker v3.7.0
Add: New config true/false option "SHOWPORTFOLIOVALUE|" that will show/hide your total portfolio value and excess liquidity on the main screen.
Change: Naming of "Options Trade" to "Custom Options".
Change: Left side Main Menu changed to an owner listbox replacing the existing push buttons. This allows for an added scrollbar should the main application resize smaller than the height of the main menu.
IB-Tracker v3.6.0
Add: New menu option for "Trade Plan". Area to enter your trade plan notes.
IB-Tracker v3.5.0
Add: If Futures transaction edited to change Contract Expiry date then Ticker data will be requested again preventing the display of "0.00".
Add: Reconcile /LE futures with cents to dollars adjustment (same as /HE ticker).
Add: User should install Segoe UI font under Linux Wine if used on that platform.
Add: isWineActive() to bypass MainWindow_BlurPanels() whenever a popup dialog is displayed (eg. TradeDialog) under Wine/Linux. The BlurPanels code would problems under Wine.