Registered User Joined: 3/16/2012 Posts: 57 
	 | 
	
		 
	Can you please provide me the formula for simply scanning for any stock that has a +/- 10% change from the closing price of the previous day? Thanks for your help as usual. 
	 | 
	
	
		 
   Worden Trainer
  Joined: 10/7/2004 Posts: 65,138 
	 | 
	
		 
	Please try the following Condition Formula. 
	ABS(C / C1 - 1) >= .1 
  -Bruce Personal Criteria Formulas TC2000 Support Articles
	 |