rrochon13 10 posts msg #47849 - Ignore rrochon13 | 
11/6/2006 2:50:03 PM
  How would you write a filter where CCI(65) had been below 0 for last 60 days and crossed above 0 today?
 
 
  | 
lvainik 52 posts msg #47853 - Ignore lvainik | 
11/6/2006 9:16:31 PM
  set{mv, count(cci(65) < 0,30)}
 show stocks where mv 1 day ago above 29 and cci(65) crossed above 0
 price > $1
 
 
  | 
lvainik 52 posts msg #47854 - Ignore lvainik modified | 
11/6/2006 9:18:45 PM
  set{mv, count(cci(65) < 0,60)}
 show stocks where mv 1 day ago above 59 and cci(65) crossed above 0
 price > $1
 
 sorry 60 days
 
 
 
  |