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