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


Percent change for barsAgo vs BarsAgo.

Not used during manual loop calculations
Examples

Example: Return previous bars 2 bar percent change
CopyVB.NET

plot = price.percentChange(2,1)
