Registered User Joined: 7/11/2010 Posts: 12 
	 | 
	
		 
	Does anyone know how I can write the formula to find stocks that are crossing up above yesterdays high - I've tried C XUP H1 but it says the syntax is incorrect.. 
	 | 
	
	
		 
   Worden Trainer
  Joined: 10/7/2004 Posts: 65,138 
	 | 
	
		 
	Please try the following condition formula if price just needs to be above yesterday's high. 
	C > H1 
	And the following if price needs to be been below yesterday's high at some point today. 
	C > H1 AND H1 > L 
	Personal Criteria Formula Syntax Table 
  -Bruce Personal Criteria Formulas TC2000 Support Articles
	 | 
	
	
		Registered User Joined: 7/11/2010 Posts: 12 
	 | 
	
		 
	Thanks thats great 
	 | 
	
	
		 
   Worden Trainer
  Joined: 10/7/2004 Posts: 65,138 
	 | 
	
		 
	You're welcome. 
  -Bruce Personal Criteria Formulas TC2000 Support Articles
	 |