Default Value property. Same as Value. Used to return the value for a given offset


- barsAgo (Int32)
- the number of bars to offset

Last value for the given offset

Returns the last value for the given offset


Example: plot the close value 50 bars ago. On a daily timeframe 50 bars = 50 days.
CopyVB.NET

plot = price(50) ' return the current close value