roc (rate of change)
roc(series: Array<Number>, length: Integer) -> Array<Number>Calculates the percentage of change (rate of change) between the current value of series and its value length bars ago.
roc(series: Array<Number>, length: Integer) -> Array<Number>Calculates the percentage of change (rate of change) between the current value of series and its value length bars ago.