Support Board
Date/Time: Tue, 21 Jan 2025 07:42:04 +0000
Post From: Use of the VAPContainer function GetVAPElementForPriceIfExists
[2018-07-29 06:46:35] |
BlakJak - Posts: 108 |
Hi, I am building an indicator using volume at price and I came across this undocumented function in the VAPContainer.h which seems to do exactly what I need which is to find the volume of Bid and Ask trades at a specific price (specified by me in my program) for a given BarIndex. Rather than having to re-invent the wheel, I thought I might use this function however due to its undocumented state (and I Googled and found ZERO references to it) I wanted to check that this was something that was safe/OK to use in my code. Rgds, David |