Registered User Joined: 12/22/2004 Posts: 10 
	 | 
	
		I'd like to write a PCF for a bullish engulfing candle, i.e. the open today is less than the open yesterday and the close today is greater than the close yesterday. I tried the following: o<o1 and c>c1 but this gave be candle patterns not conforming to what I want.
	 | 
	
	
		Registered User Joined: 1/28/2005 Posts: 6,049 
	 | 
	
		This: 
 
O<O1ANDC>C1 
 
should do what you want. 
 
Sure you were on a daily chart? (at the end) 
Zero for the letter O? 
 
 
Thanks 
diceman 
	 |