| 
 PureBytes Links 
Trading Reference Links 
 | 
------------------------------------------------------------------------
You cannot reply to this message via email because you have chosen not
to disclose your email address to the group.
To reply:  http://groups.yahoo.com/group/equismetastock/post?act=reply&messageNum=5463
------------------------------------------------------------------------
> If I want the explorer to list all stocks in which the previous 
> closing price was above 50 and less than 100 how would I do this?
> 
> I want to write something like the following in the filter:
> 
> Ref(close,0) >50 AND <100
Ref(CLOSE,0) shows todays CLOSE so Ref(CLOSE,0) equals a simple CLOSE.
The AND: I would put it this way CLOSE>50 AND CLOSE<100. Else it is 
not obvious to MS what should be less than 100.
Not backtested my suggestions so this is your part ;-).
Regards, praktikus 
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/ 
 
 |