Returns the Exponential Average of the high for the specified period.
 
- period (Int32)
 - The number of bars to perform the average
 
Returns a single data point
 Not used during manual loop calculations
 
 Examples
 Example: Plot the 20 bar Exponential Average of the high.
 
CopyVB.NET
plot = price.XAVGH(20)