Registered User Joined: 10/5/2010 Posts: 67 
	 | 
	
		 
 How to make a condtion that the bar has a higher high compared to the previous bar. Thank you. 
	 | 
	
	
		 
   Worden Trainer
  Joined: 10/7/2004 Posts: 65,138 
	 | 
	
		 
	Please try the following RealCode Condition. 
	If Price.High > Price.High(1) Then Pass 
  -Bruce Personal Criteria Formulas TC2000 Support Articles
	 |