Traders' Tips from TASC Magazine

Elastic Volume Weighted Moving Average

In his article "Elastic Volume Weighted Moving Average (eVWMAV)," Christian P. Fries introduces the eVWMAV indicator.

To create this indicator, in MetaStock, select the Indicator Builder from the Tools menu. Then click New and enter the formula as listed below:

eVWMAV

n:=Input("Enter the number of shares:",100000000,100000000000,100000000);
eVWMA:=((n-V)*PREV+(V*C))/n;

eVWMA


Contents

Sign in to MetaStock.com