Skip to content

Releases: PaulSquires/TradeTracker

IB-Tracker v2.4.6

12 Sep 23:04
Compare
Choose a tag to compare

Add: Support for British Pound (GBP) Futures.
Add: Support for Euro (EUR) Futures.
Add: Check that Quantity amount is not zero for new or edited Option transactions.
Fixed: Notes editing not working correctly with DEL key or CUT operation.

IB-Tracker v2.4.5

08 Sep 18:16
Compare
Choose a tag to compare

Add: Added /HE Hogs Futures.
Add: Now a simple InternetCheckConnection() is performed prior to trying to get scraped price data. Error messagebox if no connection.
Add: "Wait" info notice for portfolio values for newly added Options Legs until new price data arrives.

IB-Tracker v2.4.4

06 Sep 19:40
Compare
Choose a tag to compare

Fix: Moved initial start of receiving market data until after TWS sends nextValidId() callback. This fixes the problem of random disconnects on first connection attempts.
Add: Implementing Google C++ Style Guide changes to the source code.

IB-Tracker v2.4.3

02 Sep 01:26
Compare
Choose a tag to compare

Fix: For closed Trades the DIT (Days in Trade) value was not capped at the actual trade closing date.

IB-Tracker v2.4.2

01 Sep 17:32
Compare
Choose a tag to compare

Fix: Closing Long Legs of an Option had incorrect Quantity calculation.
Change: Implement ping delay at start of ping thread rather than send first ping immediately on connection.

IB-Tracker v2.4.1

29 Aug 15:50
Compare
Choose a tag to compare

Fix: Rolled transactions now do not multiply quantity * leg_quantity to be consistent with how IBKR handles it.

IB-Tracker v2.4.0

28 Aug 21:54
Compare
Choose a tag to compare

Add: Configuration option ENABLEPAPERTRADING| true/false to connect to paper trading port 7497.
Fix: Ensure Category descriptions update in Active Trades list even when a Category is edited but the Trade dialog is cancelled.
Fix: Year End label was not scaled for high dpi.

IB-Tracker v2.3.5

26 Aug 13:45
Compare
Choose a tag to compare

Fix: Ensure that scraped price data is saved to display when switching between Active and Closed Trades lists.
Fix: Scaling of new Net Liq and Excess Lig labels on high dpi settings.

IB-Tracker v2.3.4

25 Aug 17:04
Compare
Choose a tag to compare

Fix: Corrected Close Trade leg quantity calculation when more than 1 quantity closed.

IB-Tracker v2.3.3

24 Aug 23:03
Compare
Choose a tag to compare

Fix: Regression in calculation of displayed leg quantities in Trade Management dialog for Close or Roll transactions.
Fix: Divide by zero error when trying to EDIT certain Option "assignment" transactions.