Skip to content

PriceROC Method

PriceROC

Summary

The Price Rate of Change indicator is the percentage change of the current price and the price N periods ago.

Signature

1
public abstract PriceROC PriceROC(DataSeries source, int periods)

Parameters

Name Type Description
source DataSeries The source data used for calculation.
periods int The value of the periods used for calculation.

Return Value

PriceROC

Declaring Type

cAlgo.API.Internals.IIndicatorsAccessor


Last update: March 17, 2023