| Registered User Joined: 10/7/2004
 Posts: 15
 
 | We would like to create an indicator that list the price of a stock as a % of the true range of the stock in the last year.  i.e. we would like as a % the current volatility of a stock in the last 14 days as a percentage to the volatility of the stock in the last year. | 
	
	|  Administration
 
 Joined: 9/30/2004
 Posts: 9,187
 
 | Try this... 
 (ABS((C-C14)/C14) / ABS((C-C250)/C250)) * 100
 |