Support Board
Date/Time: Fri, 31 Jan 2025 16:54:44 +0000
Post From: Variables for Bid/Ask trades from DOM
[2019-05-10 17:20:12] |
REKT4K - Posts: 8 |
Yes, I'm referring to Depth of Market data. http://www.sierrachart.com/image.php?Image=155750777314.png Here on an example screenshot I have DOM at 100, and I just want to use those totals (17.95M 50.3% and 17.72M 49.7% of Bid/Ask positions). Not for a specific price level, but total number/percentage of Bid and Ask positions with maximum depth supported for BitMEX data feed. I've checked scsf_DepthOfMarketData and it uses the following functions: sc.GetMaximumMarketDepthLevels sc.GetBidMarketDepthNumberOfLevels sc.GetAskMarketDepthNumberOfLevels sc.GetBidMarketDepthNumberOfLevels From this reference I assume, that those function just return the number of levels (total, ask and bid), but how to get the total numbers on Bid and Ask positions like on Chart DOM Graph? Date Time Of Last Edit: 2019-05-10 17:20:58
|