| jmh993 2 posts
 msg #105801
 - Ignore jmh993
 | 4/4/2012 9:55:16 AM 
 Hello....I'm a newbie. My filter below is not returning the results I'm looking for. I want to filter out the list of stocks with a price over $3. Average volume over 500,000. And the last 4 days down on the closing price. The filter below is not working for me. What did I do wrong?
 
 price closed down 4 days in a row
 Volume (MA90) above 500,000
 price above 3
 
 
 | 
| Kevin_in_GA 4,599 posts
 msg #105802
 - Ignore Kevin_in_GA
 | 4/4/2012 10:05:39 AM 
 Price does not mean anything in SF code - use close instead.
 
 
 
 
 
 | 
| jmh993 2 posts
 msg #105803
 - Ignore jmh993
 | 4/4/2012 10:09:30 AM 
 Thanks...but that didn't work either. At the top of the return list is BAC. That hasn't closed down 4 days in a row.
 
 I'm in GA too
 
 
 | 
| dwiggains 448 posts
 msg #105804
 - Ignore dwiggains
 | 4/4/2012 10:26:20 AM 
 Hi
 
 
 
 
 
 Try this
 
 See ya
 David
 
 
 | 
| mahkoh 1,065 posts
 msg #105806
 - Ignore mahkoh
 modified
 | 4/4/2012 5:16:57 PM 
 A bit puzzled as to why Kevin's filter does not work.
 
 It does work when stated this way:
 
 
 
 
 and this works too
 
 
 
 
 
 | 
| Kevin_in_GA 4,599 posts
 msg #105812
 - Ignore Kevin_in_GA
 | 4/4/2012 8:48:02 PM 
 I'm guessing the use of  "=" versus "equals" or "above 3".  I usually use the last one and it typically works with the count function.
 
 Kevin
 
 
 |