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