Support Board
Date/Time: Fri, 18 Apr 2025 04:49:08 +0000
Post From: Getting Sum of Pulling/Stacking for Given Levels
[2025-04-08 07:27:32] |
kam2001 - Posts: 86 |
Hi, is there a function to get the difference of sum of Ask MArket Depth Stacking Pulling and Bid MArket Depth Stacking Pulling, if not i can always use the functions below to calculate the difference. The actual question was how can i get the sum using the functions below for given levels, i mean at the moment it gives the sum of all Levels, for example on FDAX there are 100 Levels but i only want the sum of last 10 levels, I wonder if there is a function that can take levels as parameter and return the sum of passed levels parameter. something like for example double GetAskMarketDepthStackPullSum(Levels); Thanks double GetAskMarketDepthStackPullSum(); double GetBidMarketDepthStackPullSum(); |