Registered User Joined: 6/29/2005 Posts: 885 
	 | 
	
		 
 GM.. 
   
 Have the pcf below to show me stocks that gapped YESTERDAY and the the percent gap for each stock.  In a sort, it is giving me stocks that gapped  by that percent today, not yesterday. 
 (O1 - C2) / C2 * 100 
   
 thx 
   
	 | 
	
	
		Registered User Joined: 6/29/2005 Posts: 885 
	 | 
	
		 
 dern...never mind..had the wrong sort  cliked... :) 
   
	 | 
	
	
		 
   Worden Trainer
  Joined: 10/7/2004 Posts: 65,138 
	 | 
	
		 
	I am happy to read you were able to figure out the issue or your own. 
  -Bruce Personal Criteria Formulas TC2000 Support Articles
	 | 
	
	
		Registered User Joined: 3/25/2013 Posts: 2 
	 | 
	
		 
	Disclaimer:  New User -....  
	How would I create a condition in an Easy Scan for an Outside Reversal.  
	  
	Yesterday's High is lower than today's high.   
	Yesterdays Low is greater than today's low.  
	Current price is higher than Yesterdays close and/or Current price is lower than yesterday's close. 
	  
	H < (C*H)   
	L > (C*L) 
	????  
	Any thoughts? 
	  
	Mark 
	(email removed by moderator) 
	 | 
	
	
		 
   Worden Trainer
  Joined: 10/7/2004 Posts: 65,138 
	 | 
	
		 
	A Condition Formula where the current price is higher than the previous close would be: 
	L< L1 AND C1 < C AND H1 < H 
	A Condition Formula where the current price is lower than the previous close would be: 
	L< L1 AND C < C1 AND H1 < H 
	A Condition Formula where the current price is highor or low than the previous close would be: 
	L< L1 AND C <> C1 AND H1 < H 
	PCF Formula Descriptions 
	Boolean PCFs for Candlestick Patterns 
	Handy PCF example formulas to help you learn the syntax of PCFs! 
  -Bruce Personal Criteria Formulas TC2000 Support Articles
	 |