Support Board
Date/Time: Sun, 06 Jul 2025 01:13:57 +0000
Post From: ACSIL Custom Autotrading System assistance
[2024-08-06 11:20:04] |
User431178 - Posts: 733 |
If you have edited the code already, please post it. Replace this s_MarketDepthEntry bidDepthEntry(0); // Initialize with dummy value
and thiss_MarketDepthEntry askDepthEntry(0); // Initialize with dummy value
with s_MarketDepthEntry bidDepthEntry;
ands_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
|