RealCode API
AVGO Method (period, barsAgo)
RealCode APIWBI.CommonBlocksRealCodeIndicatorAVGO(Int32, Int32)
Simple Moving Average of the specified period offset by barsago for the open value
Declaration Syntax
Visual Basic
Public Function AVGO ( _
	period As Integer, _
	barsAgo As Integer _
) As Single
Parameters
period (Int32)
moving average period (in bars)
barsAgo (Int32)
offset by bars ago
Return Value
Returns the Moving Average of the open for the specified period
Remarks
Examples
Plot the 20 bar average, 1 bar ago of the open for the current symbol
CopyVB.NET
plot = Price.AVGO(20,1)

Assembly: WBI.CommonBlocks (Module: WBI.CommonBlocks) Version: 1.0.25.0 (1.0.0.0)