rjmoats1 8 posts msg #71103 - Ignore rjmoats1 | 
1/31/2009 5:39:31 AM
  is there a way to specify anytime during a time period instead of a specific time period? 
 
 for example
 
 "close below close 3 days ago"  roughly translates to" if the close is below the close 3 days ago" which is a specific day. but what im trying to do is use a range so "if the close is below the closing within the last 3 days"
 
 is it possible to do that?
 
  | 
chetron 2,817 posts msg #71109 - Ignore chetron | 
1/31/2009 12:18:15 PM
  MAYBE...
 
  	    
 
 OR....
 
 
  	    
 
  | 
rjmoats1 8 posts msg #71138 - Ignore rjmoats1 | 
2/2/2009 7:04:28 PM
  thanks, i tried it but i cant seem to adapt it into my idea.
 
 Im trying to screen for tripple divergences in william %R, so falling close, rising indicator...
 
 is there away to do this but limit the number of days looking back? meaning i want to find stocks that match the triple criteria, but no older then x amount of days.
 
 
 
  |