Returns the Exponential Average of the low for the specified period.
Declaration Syntax
Return Value
Returns a single data point
Remarks
Not used during manual loop calculations
Examples
Example: Plot the 20 bar Exponential Average of the low.
CopyVB.NET
plot = price.XAVGL(20)