Registered User Joined: 8/25/2010 Posts: 117 
	 | 
	
		 
	Bruce, 
	Is there an indicator in TC2000 that shows the percent of SP500 stocks @ 20 day highs? 
	Or can an easy scan be created to reflect the percentage? 
	Thanks, 
	William 
	 | 
	
	
		  Administration
  Joined: 9/30/2004 Posts: 9,187 
	 | 
	
		 
 You could scan the SP-500 using the following condtion: 
 C = MAXH20 
 ...that would return the number of stocks at their 20-day high.  
 You'd have to calculate the percentage manually as x / 500. 
	 |