Volume Weighted Moving Average

 

How do I go about getting a Volume Weighted Moving Average for an MT5 platform? I would be grateful for any suggestions.

 
VWMA =  Sum( V[i] * P[i] ) / Sum( V[i] ) What's the problem?
 
whroeder1:
VWMA =  Sum( V[i] * P[i] ) / Sum( V[i] ) What's the problem?
Hi, and thanks for the reply. I'm pretty new to trading and would like to have a Volume Weighted Moving Average indicator and a TEMA on my charts. However, ICMarkets do not provide a VWMA on the MT5 platform. I have contacted them and the reply I was given was to find and download one that is compatible to the MT4 platform. The only problem is, I have no idea how to begin going about it. Once again, I would be grateful for any advice.
 
  1. Why did you post your MT4 question in the Root / MT5 General section instead of the MQL4 section, (bottom of the Root page?)
              General rules and best pratices of the Forum. - General - MQL5 programming forum
    Next time post in the correct place. The moderators will likely move this thread there soon.

  2. Top of every page is the link Code Base.
Reason: