[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[EquisMetaStock Group] Derivation of Tema moving average formula



PureBytes Links

Trading Reference Links

Hello everybody,

The following formula is for plotting a 10-period tema moving 
average:

(3*Mov(C,10,E)-(3*Mov(Mov(C,10,E),10,E))+(Mov(Mov(Mov
(C,10,E),10,E),10,E)))

How does one derive this formula?

Looking at the derivation of a Zero Lag EMA, I have proceeded as 
follows but I don't get the above formula. I know I'm wrong 
somewhere.

EMA1:=mov(C,10,E);
EMA2:=mov(EMA1,10,E);
EMA3:=mov(EMA2,10,E);
Difference1:=EMA1-EMA2;
Difference2:=EMA2-EMA3;
Teema{Tema}:=EMA1+Difference1+Difference2; 

Please correct me.

Thanks

Arun



 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/equismetastock/

<*> Your email settings:
    Individual Email | Traditional

<*> To change settings online go to:
    http://groups.yahoo.com/group/equismetastock/join
    (Yahoo! ID required)

<*> To change settings via email:
    mailto:equismetastock-digest@xxxxxxxxxxxxxxx 
    mailto:equismetastock-fullfeatured@xxxxxxxxxxxxxxx

<*> To unsubscribe from this group, send an email to:
    equismetastock-unsubscribe@xxxxxxxxxxxxxxx

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/