Simple Moving Average of the specified period offset by bars ago for the low value
Declaration Syntax
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)