Login Page - Create Account

Support Board


Date/Time: Fri, 24 Apr 2026 00:12:09 +0000



DOM Pulling & Stacking Delta

View Count: 25

[2026-04-23 19:49:48]
TriStar Trading - Posts: 195
Is the DOM Pulling and Stacking Delta available anywhere or should I be calcing that myself? I'm thinking the float BidSum = sc.GetBidMarketDepthStackPullSum(); and float AskSum = sc.GetAskMarketDepthStackPullSum(); will only retrieve the current sum of the StackPull Ask & Bid columns. For example, Ask = +100, next bar Ask = +75, Ask = +75 not -25. Thanks! Mike
[2026-04-23 20:20:06]
John - SC Support - Posts: 45757
The value of Ask Pulling/Stacking Sum minus Bid Pulling/Stacking Sum, is available in the "Numbers Bars Calculated Values 2" study in the subgraph named "Ask/Bid Pull/Stack Sum Diff" (SG9). Refer to the following:
Numbers Bars: Numbers Bars Calculated Values 2 Subgraph Descriptions
For the most reliable, advanced, and zero cost futures order routing, use the Teton service:
Sierra Chart Teton Futures Order Routing
[2026-04-23 22:09:26]
TriStar Trading - Posts: 195
Thanks John - Apologies on my example above being a little substandard. Let's see if this is better. The GetBidMarketDepthStackPullSum() and GetAskMarketDepthStackPullSum() return the instantaneous signed summed value of the P&S Bid column and P&S Ask column in the DOM. Correct? What I'm looking for is the bar-to-bar or update-to-update change of each column. In other words, AskDelta = current_ask_sum - prior_ask_sum. Same for bid of course. Thanks! Mike

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

Login

Login Page - Create Account