PureBytes Links
Trading Reference Links
|
Biff,
You need to know if price in the last five bars is above the MA.
So....
MA:=Mov(CLOSE,30,EXPONENTIAL);
C>MA and REF(C,-1)>REF(MA,-1) and REF(C,-2)>REF(MA,-2) and
C>REF(C,-3)>REF(MA,-3) and REF(C,-4)>REF(MA,-4)
I'd use this code instead of others.
Best regards,
Pablo
------------------------ Yahoo! Groups Sponsor --------------------~-->
See what's inside the new Yahoo! Groups email.
http://us.click.yahoo.com/2pRQfA/bOaOAA/yQLSAA/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/
|