Registered User Joined: 12/23/2010 Posts: 10 
	 | 
	
		Please help me to make a formula to find a previous day candle that trades within the upper 1/2 of the candle 2 days ago 
 
Much obliged for any assistance
	 | 
	
	
		 
   Worden Trainer
  Joined: 10/7/2004 Posts: 65,138 
	 | 
	
		Please try the following: 
 
(2 * H2 + L2) / 3 <= L1 AND H1 <= H2 AND L2 < H2 
 
PCF Formula Descriptions 
Handy PCF example formulas to help you learn the syntax of PCFs!
  -Bruce Personal Criteria Formulas TC2000 Support Articles
	 |