| 
 PureBytes Links 
Trading Reference Links 
 | 
Roy,
    When I saw your code something was "wrong" for me.
I was not sure about what (I said a bracket before)
I think the idea is correct but the condition must be
"=5" instead of ">0"
Sum(C>Mov(C,30,E),5)>0; { You wrote }
Sum(C>Mov(C,30,E),5)=5; { I reply }
Am I wrong ?  (I'm ussually confused!)
Best regards,
              Pablo
RL> Hello Everyone,
RL> I'm trying to develop an explorer that will search for stocks that 
RL> have moved above their 30-EMA in the last five bars. I have got the 
RL> following, but is it possible to add (in the last five bars)?
CLOSE >> Mov(CLOSE,30,EXPONENTIAL)
RL> Thanks
RL> Rowdy
 
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/
 
 |