RealCode API
AVGO Method (period)
RealCode APIWBI.CommonBlocksRealCodeIndicatorAVGO(Int32)
Simple Moving Average of the specified period for the open value of the current bar
Declaration Syntax
Visual Basic
Public Function AVGO ( _
	period As Integer _
) As Single
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)

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