gwood704 13 posts msg #36466 - Ignore gwood704 | 
6/25/2005 7:05:14 PM
  Does anyone know how to prhase a filter where you can find only those stocks that were not meeting your criteria yesterday but ARE meeting your criteria today?  I'm trying to do the following:
 
 roc(12) < 0 yesterday
 roc(12) > 0 today
 
 The above filter yields no results, so I think it must be due to how I am submitting the code?  The first line by itself yields results, but if I input the second line, there are 0 results.  
 
 Thank you for any feedback.
 
 
  | 
MikeB60046 43 posts msg #36470 - Ignore MikeB60046 | 
6/25/2005 10:58:52 PM
  roc(12) 1 day ago < 0  
 roc(12) > 0  
 
 
 
  | 
gwood704 13 posts msg #36476 - Ignore gwood704 | 
6/26/2005 1:31:53 PM
  Thank you, Mike.  I appreciate your help.  That phrase works great!
 
 
  | 
TheRumpledOne 6,529 posts msg #36510 - Ignore TheRumpledOne | 
6/27/2005 1:51:58 AM
 
  	    
 
 Highest ROC(12) pop to the top.
 
 ROCB tells you how many days it has been below 0 before crossing above.
 
 MAY ALL YOUR FILLS BE COMPLETE.
 
 
  |