PureBytes Links
Trading Reference Links
|
Purchased Metastock 9.1 EOD and need a little help on this cross
over formula.
Placed the formula in the filter box. Also, wanted to be able to
adjust the Periods. So anytime the 9 day expotential average crosses
the 26 day, the stock is highlighted. Also wanted to be able to
select the stocks to review. Any comments would be helpful.
My formula is listed below:
periods1 := 9;
periods2 := 26;
C<5 AND
Cross(Mov(C,periods1,E),(Mov(C,periods2,E)))
Thanks
Gamski
------------------------ Yahoo! Groups Sponsor --------------------~-->
Help Sudanese refugees rebuild their lives through GlobalGiving.
http://us.click.yahoo.com/hjNroD/EbOLAA/cosFAA/zMEolB/TM
--------------------------------------------------------------------~->
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/Metastockusers/
<*> To unsubscribe from this group, send an email to:
Metastockusers-unsubscribe@xxxxxxxxxxxxxxx
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|