Support Board
Date/Time: Sat, 05 Jul 2025 17:21:08 +0000
Post From: [SOLVED] sc.VolumeAtPriceForBars is not working.. WORKING CODE ADDED
[2020-04-20 11:54:21] |
User907968 - Posts: 840 |
You already can recover the price, s_VolumeAtPriceV2 has member 'PriceInTicks', look in VAPContainer.h struct s_VolumeAtPriceV2
{ //--- Members ------------------------------------------------------------ int PriceInTicks; unsigned int Volume; unsigned int BidVolume; unsigned int AskVolume; unsigned int NumberOfTrades; }; |