Returns the Exponential Average of the close for the specified period.
 
 Parameters
 Parameters- period (Int32)
- The number of bars to perform the average
 Return Value
 Return ValueReturns a single data point
 Remarks
 Remarks
 Not used during manual loop calculations
  Examples
 Examples
 Examples
 Examples
 Example: Plot the 20 bar Exponential Average of the close.
  CopyVB.NET
CopyVB.NET
 CopyVB.NET
CopyVB.NETplot = price.XAVG(20) See Also
 See Also