Rank: Advanced Member
Groups: Registered, Registered Users, Subscribers Joined: 2/2/2007(UTC) Posts: 367
Was thanked: 1 time(s) in 1 post(s)
|
The formulas discussed by John Ehlers; in his article, "Ehlers Filters", can be created in MetaStock 6.52 or higher. To create these indicators, in MetaStock, select the Indicator Builder from the Tools menu. Then click New and enter the formulas as listed below
Name: Ehlers Filters Formula: ti:= 15; pr:= MP(); coef:= Abs(pr - Ref(pr,-5));
Sum(coef*pr,ti)/Sum(coef,ti)
Name: Distant Coefficient Ehlers Filter Formula: ti:= 15; pr:= MP(); coef:=Sum(Power(Ref(LastValue(pr+PREV-PREV)-pr,-1),2),ti);
Sum(coef*pr,ti)/Sum(coef,ti)
|
|
|
|
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.