Simple Moving Average of the specified period for the open value of the current bar
Parameters
- period (Int32)
- moving average period (in bars)
Return Value
Returns the Moving Average of the open for the specified period
Remarks
Examples
Plot the 20 bar average of the open for the current symbol
CopyVB.NET
plot = Price.AVGO(20)