alexgwoodruff 17 posts msg #46325 - Ignore alexgwoodruff | 
8/12/2006 3:52:36 AM
  I am trying to write a filter for a stock that has increased volume and upward movement after a period of flatlining. This is what I have written so far, the syntax appears correct, but I cannot get a single result. 
 
 set{hilo, high - low}
 where close is between 0.1 and 10
 where volume is more than average volume(90)
 where hilo is more than hilo for last 1 months
 where close above open
 
 Thanks for looking
 
 -A-
 
 
  | 
contrahawk 68 posts msg #46326 - Ignore contrahawk modified | 
8/12/2006 8:06:04 AM
  
 
 
 
 
  | 
traderblues 195 posts msg #46327 - Ignore traderblues | 
8/12/2006 8:38:08 AM
  Good Idea!
 
  	    
 
 
  | 
traderblues 195 posts msg #46328 - Ignore traderblues | 
8/12/2006 8:45:40 AM
  You could filter it down farther to get the strongest stocks: 
 
  	    
 
 
  | 
alexgwoodruff 17 posts msg #46334 - Ignore alexgwoodruff | 
8/12/2006 1:30:03 PM
  Thanks traderblues.... thats exactly what I was looking for!
 
 
  |