PureBytes Links
Trading Reference Links
|
Hi Dan,
According with the formulas I've seen I think in Metastock they
look as:
wt:= (C - Ref(C,-1))/Sum(C-Ref(C,-1),pds);
MOMA:=Sum(C*Wt,pds);
wt:= (V - Ref(V,-1))/Sum(V-Ref(V,-1),pds);
VOMA:=Sum(C*Wt,pds);
VOMOMA:=(MOMA+VOMA)/2;
wt:=pds/sum(pds,pds); { I'm not sure but you can check this }
WMA:=Sum(C*Wt,pds);
WEVOMO:=(MOMA+VOMA+WMA)/3;
Divisions by zero are expected :|
Cheers,
Pablo
The information source was
http://neuron.csie.ntust.edu.tw/homework/94/Neuron/Homework4/M9409116/%E6%8C%87%E6%A8%99%E4%BB%8B%E7%B4%B9.htm
tm> Does anyone has code for TASC articles: MOMA, VOMA, VOMOMA, WEVOMO
tm> indicators?
tm> Dan
------------------------ Yahoo! Groups Sponsor --------------------~-->
Yahoo! Groups gets a make over. See the new email design.
http://us.click.yahoo.com/ulNZQC/lOaOAA/cosFAA/BefplB/TM
--------------------------------------------------------------------~->
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/equismetastock/
<*> 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/
|