Registered User Joined: 6/28/2005 Posts: 9 
	 | 
	
		 
 I  created a condition where I want the close today higher than the close yesterday and the volume today greater than the volumes the past 10 days: 
 C > C1 AND V > (V1 AND V2 AND V3 AND V4 AND V5 AND V6 AND V7 AND V8 AND V9 AND V10) 
 However, when I ran the scan  the results does not show all C higher C1 and V higher than the previous 10 days volume. 
 Any suggestions?  Thank you very much. 
   
	 | 
	
	
		Registered User Joined: 9/12/2010 Posts: 121 
	 | 
	
		 
	you could do V>AVGV10 or V>VA AND V>V2, etc. I dont think you can do it within parentheses  
	 | 
	
	
		Registered User Joined: 9/12/2010 Posts: 121 
	 | 
	
		 
	correction: not VA, I meant V1 
	 | 
	
	
		 
   Worden Trainer
  Joined: 10/7/2004 Posts: 65,138 
	 | 
	
		 
	Please try the following: 
	C > C1 AND V > MAXV10.1 
	PCF Formula Descriptions 
	Handy PCF example formulas to help you learn the syntax of PCFs! 
  -Bruce Personal Criteria Formulas TC2000 Support Articles
	 |