Support Board
Date/Time: Wed, 29 Oct 2025 21:05:42 +0000
Post From: [SOLVED] sc.VolumeAtPriceForBars is not working.. WORKING CODE ADDED
| [2020-04-20 11:54:21] |
| User907968 - Posts: 847 |
|
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; }; |
