Login Page - Create Account

Support Board


Date/Time: Tue, 30 Dec 2025 05:00:24 +0000



Post From: [SOLVED] sc.VolumeAtPriceForBars is not working.. WORKING CODE ADDED

[2020-04-20 11:54:21]
User907968 - Posts: 861
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;

};