Simple Moving Average of the specified period for the current bar
Parameters
- period (Int32)
- moving average period (in bars)
Return Value
Returns the moving average value for the current bar.
Remarks
Examples
plot the 30 bar moving average of price
CopyVB.NET
plot = price.AVG(30)
See Also