Returns the net change vs the specified bars ago for the number of bars ago


net change for barsAgo vs BarsAgo.

Not used during manual loop calculations
Examples

Example: Return 2 bar net change, 1 bar ago (previous bar)
CopyVB.NET

plot = price.net(2,1)
