Registered User Joined: 10/20/2012 Posts: 68 
	 | 
	
		 
	I would like to know the stocks very close to 52 wk highs. Lets say 1%, how can I do this? 
	  
	thanks 
	 | 
	
	
		 
   Worden Trainer
  Joined: 10/7/2004 Posts: 65,138 
	 | 
	
		 
	Please try the following Daily Condition Formula: 
	C >= .99 * MAXH252 
	Or the following Weekly Condition Formula: 
	C >= .99 * MAXH52 
	PCF Formula Descriptions 
	Handy PCF example formulas to help you learn the syntax of PCFs! 
  -Bruce Personal Criteria Formulas TC2000 Support Articles
	 |