Registered User Joined: 3/6/2005 Posts: 30 
	 | 
	
		Hi,  
 
I want to write the following pcf in realcode: 
 
(MAXH6 - H)/(H-L) > 1 
 
Thanks!  
 
Dcash27
	 | 
	
	
		 
   Worden Trainer
  Joined: 10/7/2004 Posts: 65,138 
	 | 
	
		Please try the following as a RealCode Condition: 
 
If (Price.MaxHigh(6 ) - Price.High) / (Price.High - Price.Low) > 1 Then Pass
  -Bruce Personal Criteria Formulas TC2000 Support Articles
	 | 
	
	
		Registered User Joined: 3/6/2005 Posts: 30 
	 | 
	
		thanks, Bruce!
	 | 
	
	
		 
   Worden Trainer
  Joined: 10/7/2004 Posts: 65,138 
	 | 
	
		You're welcome.
  -Bruce Personal Criteria Formulas TC2000 Support Articles
	 |