Returns the Exponential Average of the close for the specified period for the specified offset.


Returns a single data point

Not used during manual loop calculations
Examples

Example: Plot the 20 bar Exponential Average of the close, 1 bar ago
CopyVB.NET

plot = price.XAVG(20,1)