Returns the net change vs the specified bars ago.
- barsAgo (Int32)
- Number of bars ago to perform the comparison. 1 = previous bar.
Net change vs barsAgo.
Not used during manual loop calculations
Examples
Example: plot the price net change for the last 2 bars
CopyVB.NET
plot = price.netChange(2)