Login Page - Create Account

Support Board


Date/Time: Fri, 07 Feb 2025 07:57:34 +0000



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

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

};