| Registered User Joined: 9/6/2012
 Posts: 17
 
 | 
	hi bruce 
	  
	is there any way to highlight any gap up / gap down on daily chart so i can EASILY glimpse the gap on chart for any ticker i open its daily chart. 
	  
	i.e. highlight the gap zone itself on daily chart when the current day open (0930 am EST) gap up / gap down of more than 3% from yesterday close (0400 pm EST). | 
	
	|  
  Worden Trainer
 
 Joined: 10/7/2004
 Posts: 65,138
 
 | 
	I don't know if you would consider it easy to glimpse or not, but you could plot a dot in the middle of the gap range. You could use the following formula in a Custom PCF Indicator using the Dots Plot Style plotted in the same pane and scale as price. 
	(O + C1) / 2 / ABS(100 * ABS(O / C1 - 1) > 3) 
 -Bruce
 Personal Criteria Formulas
 TC2000 Support Articles
 | 
	
	| Registered User Joined: 9/6/2012
 Posts: 17
 
 | 
	Yea thats cool .. thanx Bruce | 
	
	|  
  Worden Trainer
 
 Joined: 10/7/2004
 Posts: 65,138
 
 | 
	You're welcome. 
 -Bruce
 Personal Criteria Formulas
 TC2000 Support Articles
 |