EVWMA – indicator MetaTrader 5

A weighted moving average of volumes.

It has one input parameter:

  • Period – calculation period

Calculation:

total = Sum(volume, Period);

EVWMA = ((total-volume)*EVWMA[-1] + volume[period]*close) / total;


πŸ“ˆ ROBOTFX MetaTrader Expert Advisors and Indicators to maximize profits and minimize the risks