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

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