Registered User Joined: 7/13/2014 Posts: 29 
	 | 
	
		 
	Hi Bruce,  
	  
	I would like to know how to write the formula of the absolute value of close - open / high - low for the last 30 trading days 
	  
	 | 
	
	
		  Administration
  Joined: 9/30/2004 Posts: 9,187 
	 | 
	
		 
	Try this: 
	ABS((AVGC30 - AVGO30) / (AVGH30 - AVGL30)) 
	  
	 |