Support Board
Date/Time: Wed, 14 May 2025 11:23:21 +0000
Post From: ACSIL Custom Autotrading System assistance
[2024-08-06 11:20:04] |
User431178 - Posts: 679 |
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
|