High for the barsAgo. 0 = current bar
- barsAgo (Int32)
- Number of bars ago to return the High value
Returns the high value for the offset index. 0 = current bar
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)