Login Page - Create Account

Support Board


Date/Time: Wed, 30 Apr 2025 04:26:25 +0000



[Programming Help] - GetBidMarketDepthStackPullSum() / GetAskMarketDepthStackPullSum()

View Count: 7

[2025-04-29 23:49:14]
User329576 - Posts: 15
Subject: GetBidMarketDepthStackPullSum() / GetAskMarketDepthStackPullSum() always returning zero


Hello,

I’m using Sierra Chart ACSIL and I’ve added the following code in my study to calculate Net Pull Bid/Ask:


sgNetPullBid[idx] = static_cast<float>(sc.GetBidMarketDepthStackPullSum());
sgNetPullAsk[idx] = static_cast<float>(sc.GetAskMarketDepthStackPullSum());


Has anyone seen this? Any idea why these functions never return a non-zero value?

Thanks in advance!

To post a message in this thread, you need to log in with your Sierra Chart account:

Login

Login Page - Create Account