Returns the percent change vs the specified bars ago for the number of bars ago
Declaration Syntax
Return Value
Percent change for barsAgo vs BarsAgo.
Remarks
Not used during manual loop calculations
Examples
Example: Return previous bars 2 bar percent change
CopyVB.NET
plot = price.percentChange(2,1)
See Also