Low for the barsAgo. 0 = current bar


- barsAgo (Int32)
- Number of bars ago to return the Low value

Returns the Low value for the offset index. 0 = current bar

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)