Free download of the 'Basic Library to Create Volume Profiles' library by 'yashar.seyyedin' for MetaTrader 5 in the MQL5 Code Base, 2024.05.11

PHOTO EMBED

Tue May 21 2024 18:18:32 GMT+0000 (Coordinated Universal Time)

Saved by @shivraj96

class VolumeProfile
  {
...
public:
   void              VolumeProfile(datetime _from, datetime _to);
                    ~VolumeProfile() {};
   double            GetHVPrice();
   void              Plot();
...
  };
content_copyCOPY

https://www.mql5.com/en/code/49718