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