RealCode API
High Property (barsAgo)
RealCode APIWBI.CommonBlocksRealCodeIndicatorHigh[([(Int32])])
High for the barsAgo. 0 = current bar
Declaration Syntax
Visual Basic
Public Overridable ReadOnly Property High ( _
	barsAgo As Integer _
) As Single
Parameters
barsAgo (Int32)
Number of bars ago to return the High value
Return Value
Returns the high value for the offset index. 0 = current bar
Remarks
Not used during manual loop calculations
Examples
Example: plot the high for the 5 bars ago in a RealCode Indicator
CopyVB.NET
plot = price.high(5)

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