Returns the net change vs the specified bars ago for the number of bars ago
Declaration Syntax
Return Value
net change for barsAgo vs BarsAgo.
Remarks
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)
See Also