| mslattery@dc.rr.com 91 posts
 msg #105833
 - Ignore mslattery@dc.rr.com
 | 4/5/2012 4:25:11 PM 
 I would appreciate some assistance with the following filter.
 It is designed to return a result from "score" of 0 to 100 based on how close the close of the days is to the high of the day.
 Close = High = 100
 Close = Low = 0
 
 Several strange things are occurring.  If I remove all limiting requirements (show stocks were close > close 1 day ago
 and score > 50 ) it only returns about 100 stocks instead of providing closing score for all equities.
 
 There must be some wrong in my logic or syntax?
 
 Greatly appreciate some help.
 
 Thanks Michael
 
 
 
 
 
 | 
| mahkoh 1,065 posts
 msg #105834
 - Ignore mahkoh
 modified
 | 4/5/2012 5:47:37 PM 
 I get 10031 returned upon removing the restrictions. I think this is what you may be looking for:
 
 
 
 
 
 | 
| mslattery@dc.rr.com 91 posts
 msg #105836
 - Ignore mslattery@dc.rr.com
 | 4/6/2012 2:15:09 AM 
 Thanks mahkoh:
 
 That was exactly what I was trying to obtain.
 
 Michael
 
 
 | 
| Kevin_in_GA 4,599 posts
 msg #105837
 - Ignore Kevin_in_GA
 | 4/6/2012 8:54:52 AM 
 Isn't this just using the day position indicator?
 
 
 
 
 Here I am using different filter settings, but the concept is still the same.
 
 
 |