Simple Moving Average of the specified period for the barsAgo
Declaration Syntax
Return Value
Returns the moving average value for the current bar.
Remarks
Examples
plot the 30 bar moving average of price, 1 bar ago
CopyVB.NET
plot = price.AVG(30,1)
See Also