Low for the barsAgo. 0 = current bar
Declaration Syntax
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)