Support Board
Date/Time: Thu, 30 Oct 2025 23:43:58 +0000
Post From: ACSIL Custom Autotrading System assistance
| [2024-08-06 11:20:04] | 
| User431178 - Posts: 804 | 
| If you have edited the code already, please post it. Replace this s_MarketDepthEntry bidDepthEntry(0); // Initialize with dummy valueand this s_MarketDepthEntry askDepthEntry(0); // Initialize with dummy value with s_MarketDepthEntry bidDepthEntry;and s_MarketDepthEntry askDepthEntry; That should fix the first errors. To get pull stack values, you need to call separate functions. sc.GetBidMarketDepthStackPullValueAtPrice sc.GetAskMarketDepthStackPullValueAtPrice ACSIL Interface Members - Functions: sc.GetBidMarketDepthStackPullValueAtPrice() Once those errors are fixed, post the code and we fix the VAP errors. Date Time Of Last Edit: 2024-08-06 11:20:42  | 
