cyclestar 5 posts msg #98450 - Ignore cyclestar | 
1/5/2011 10:54:37 PM
  Each individual line works but the two combined don't, what am I missing?  This is not the exact full filter I am creating but I'm stuck on this simple one so would appreciate help. 
 Thanks.
 
 Williams %R(8) between -90 and -100 within 30 days
 and
 Williams %R(8) between 0 and -90 1 day ago
 
 
  | 
Norm.Sash 26 posts msg #98470 - Ignore Norm.Sash | 
1/6/2011 5:11:54 PM
  What do you mean by "not working"?  Are you saying that is just doesn't return any stocks?  I can see that possibility because the two statements are not necessarly inclusive... you could have some stocks that meet the first requirement:
 
          Williams %R(8) between -90 and -100 within 30 days 
 
 but of those stocks that meet that first requirement, the subset does not meet the second requirement of
 
         Williams %R(8) between 0 and -90 1 day ago 
 
 
  | 
cyclestar 5 posts msg #98471 - Ignore cyclestar | 
1/6/2011 5:47:55 PM
  Possibly, but even if I try
 Williams %r(8) between -90 and -100 within the last 30 days
 and
 Williams %R(8) between 0 and -90 within the last 30 days
 
 I get nothing.
 TGT fits the filter, for instance, but doesn't show up.
 
  | 
four 5,087 posts msg #98474 - Ignore four | 
1/6/2011 11:01:11 PM
 
  	    
 
  | 
cyclestar 5 posts msg #98529 - Ignore cyclestar | 
1/10/2011 2:36:52 PM
  Thank you!
 
  |