Simple Moving Average of the specified period for the low value of the current bar

- period (Int32)
- moving average period (in bars)

Returns the Moving Average of the low for the specified period


Plot the 20 bar average of the low for the current symbol
CopyVB.NET

plot = Price.AVGL(20)