PureBytes Links
Trading Reference Links
|
can you tell how to filter only those stocks which have todays data.
so that the exlorer does not give output result for stocks that have
stoped trading but continue to be in the data folder.
regards
joshik
--- In equismetastock@xxxxxxxxxxxxxxx, Gordon Sutherland <gosuth@xxx>
wrote:
>
> You could put the following code into the filter tab of an Exploration:
>
> Sum(Cum(1),500) > 500
>
> This should pass those stocks with more than 500 periods of data (approx
> two years).
>
> If you wish to filter for a list of stocks that have less than two years
> of data, then try:
>
> Cum(1) < 500
>
> I am sure there are other ways to achieve the same.
>
> Regards,
>
> Gordon Sutherland
>
> -----Original Message-----
> From: mwtang [mailto:mwtang@...]
> Sent: Sunday, 13 July 2003 3:26 p.m.
> To: equismetastock@xxxxxxxxxxxxxxx
> Subject: [EquisMetaStock Group] Explorer fomular ?
>
>
> Hi ! Is there a way to write an explorer formula that can scan out
> securities which have only two years data i.e. new listing. So that I
> can separate the new and the old. Thanks in advance.
>
> Yahoo! Groups Sponsor
>
> ADVERTISEMENT
>
> <http://rd.yahoo.com/M=194081.3551198.4824677.1261774/D=egroupweb/S=1705
> 375617:HM/A=1663535/R=0/SIG=11ps6rfef/*http://www.ediets.com/start.cfm?c
> ode=30504&media=atkins> click here
>
> <http://us.adserver.yahoo.com/l?M=194081.3551198.4824677.1261774/D=egrou
> pmail/S=:HM/A=1663535/rand=129155470>
>
> To unsubscribe from this group, send an email to:
> equismetastock-unsubscribe@xxxxxxxxxxxxxxx
>
>
>
> Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service
> <http://docs.yahoo.com/info/terms/> .
>
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/equismetastock/
<*> Your email settings:
Individual Email | Traditional
<*> To change settings online go to:
http://groups.yahoo.com/group/equismetastock/join
(Yahoo! ID required)
<*> To change settings via email:
mailto:equismetastock-digest@xxxxxxxxxxxxxxx
mailto:equismetastock-fullfeatured@xxxxxxxxxxxxxxx
<*> 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/
|