Simple Moving Average of the specified period offset by barsago for the open value
Declaration Syntax
Return Value
Returns the Moving Average of the open for the specified period
Remarks
Examples
Plot the 20 bar average, 1 bar ago of the open for the current symbol
CopyVB.NET
plot = Price.AVGO(20,1)