Login Page - Create Account

Support Board


Date/Time: Mon, 03 Nov 2025 17:36:14 +0000



[Programming Help] - ACSIL Bid/Ask stack/pull data inconsistent

View Count: 153

[2025-09-24 17:21:28]
User806682 - Posts: 22
When I use the sc.GetBidMarketDepthStackPullValueAtPrice and sc.GetAskMarketDepthStackPullValueAtPrice functions, I get inconsistent data, depending on whether I have the "Numbers Bars Calculated Values 2" study on the chart with the "Sum Bid Pull/Stack" setting Visible versus not having the study on the chart at all.

It seems like I am missing something because I would want the data to be the same without having to add the "Numbers Bars Calculated Values 2" to the chart.

In the defaults block I have the following settings:

sc.AutoLoop = 0; // Manual looping for performance optimization
sc.UsesMarketDepthData = 1;
sc.MaintainHistoricalMarketDepthData = 1;
sc.UpdateAlways = 1; // Update on every tick


What am I missing?

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

Login

Login Page - Create Account