RealCode API
XAVGL Method (period)
RealCode APIWBI.CommonBlocksRealCodeIndicatorXAVGL(Int32)
Returns the Exponential Average of the low for the specified period.
Declaration Syntax
Visual Basic
Public Function XAVGL ( _
	period As Integer _
) As Single
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 low.
CopyVB.NET
plot = price.XAVGL(20)
See Also

Assembly: WBI.CommonBlocks (Module: WBI.CommonBlocks) Version: 1.0.25.0 (1.0.0.0)