RealCode API
AVGL Method (period, barsAgo)
RealCode APIWBI.CommonBlocksRealCodeIndicatorAVGL(Int32, Int32)
Simple Moving Average of the specified period offset by bars ago for the low value
Declaration Syntax
Visual Basic
Public Function AVGL ( _
	period As Integer, _
	barsAgo As Integer _
) As Single
Parameters
period (Int32)
moving average period (in bars)
barsAgo (Int32)
number of bars to offset ago
Return Value
Returns the Moving Average of the low for the specified period
Remarks
Examples
Plot the 20 bar average of the low 1 bar ago for the current symbol
CopyVB.NET
plot = Price.AVGL(20,1)

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