Support Board
Date/Time: Tue, 04 Nov 2025 00:48:17 +0000
Post From: ACSIL Bid/Ask stack/pull data inconsistent
|   [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?  | 
        
