Login Page - Create Account

Support Board


Date/Time: Sat, 23 Nov 2024 21:04:13 +0000



Post From: ACSIL Custom Autotrading System assistance

[2024-08-06 11:20:04]
User431178 - Posts: 541
If you have edited the code already, please post it.

Replace this
s_MarketDepthEntry bidDepthEntry(0); // Initialize with dummy value
and 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

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