| Registered User Joined: 5/15/2007
 Posts: 14
 
 | 
 Would you please help me create an easy scan.  I would like to scan for stocks where a price bar has a lower close than the prior bar low and today's bar closes above the high of yesterday's bar.  Thank you for your help. | 
	
	|  
  Worden Trainer
 
 Joined: 10/7/2004
 Posts: 65,138
 
 | 
	If I am understanding the request correctly then using the following Condition Formula as an EasyScan Condition should work. 
	C1 < L2 AND H1 < C 
	C1 is yesterday's close, L2 is the low of the bar prior to yesterday, H1 is the high of yesterday's bar and C is the current price or close of the current bar. 
	How to create and save a Condition (PCF) FormulaPrice and Volume
 Building a Scan with Multiple Conditions (7:29)
 
 -Bruce
 Personal Criteria Formulas
 TC2000 Support Articles
 |