Rank: Advanced Member
Groups: Registered, Registered Users, Subscribers Joined: 2/2/2007(UTC) Posts: 367
Was thanked: 1 time(s) in 1 post(s)
|
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
|
|
|
|
Users browsing this topic |
Guest (Hidden)
|
Forum Jump
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.