Login Page - Create Account

Support Board


Date/Time: Sat, 20 Apr 2024 06:06:24 +0000



Post From: Statistical Performance Over Time - Trade Statistics & s_ACSTradeStatistics

[2019-06-24 21:37:53]
User796776 - Posts: 95
Tested with v1939 and GetFlatToFlatTradeListEntry returns the s_ACSTrade for the Flat2Flat position.

At this point I have the Flat2Flat summary (s_ACSTrade) but I also need the detail stats found in s_ACSTradeStatistics calculated from all the trades comprising the Flat2Flat trade.

Something like

int (SCDLLCALL* GetFlatToFlatTradeListEntry)(unsigned int TradeIndex, s_ACSTrade& TradeEntry, s_ACSTradeStatistics& TradeStats);

Would this be possible?