Hi,
i would like to get the Distant Coefficient Ehlers Filter into the Pricechart, but i can't get this Metastock Formula into EFS.
Could somebody help me please?
Here is the MS formula:
ti:= 15;
pr:= MP();
coef:=Sum(Power(Ref(LastValue(pr+PREV-PREV)-pr,-1),2),ti);
Sum(coef*pr,ti)/Sum(coef,ti)
Thanks Robert
i would like to get the Distant Coefficient Ehlers Filter into the Pricechart, but i can't get this Metastock Formula into EFS.
Could somebody help me please?
Here is the MS formula:
ti:= 15;
pr:= MP();
coef:=Sum(Power(Ref(LastValue(pr+PREV-PREV)-pr,-1),2),ti);
Sum(coef*pr,ti)/Sum(coef,ti)
Thanks Robert
Comment