morteza471 132 posts msg #47353 - Ignore morteza471 modified | 
10/6/2006 10:39:43 PM
  how to write a filter or phrase,for the stocks that there lows for last 3 days were very close like day 1 was 2.05 day 2 was 2.03 day 3 was 2.06 
 thanks
 
 
 
  | 
elroz 26 posts msg #47359 - Ignore elroz | 
10/7/2006 10:19:10 AM
  try this - you could always expand if needed
 
 set{close3, close 2 day ago / close 3 days ago}
 set{close2, close 1 day ago / close 3 days ago} 
 set{close1, close / close 3 days ago} 
 
 close3 is between 0.99 and 1.01
 close2 is between 0.99 and 1.01 
 close1 is between 0.99 and 1.01
 
 
 
  | 
morteza471 132 posts msg #47366 - Ignore morteza471 | 
10/7/2006 2:07:57 PM
  thank you
 
 
  |