Skip to content

RelativeStrengthIndex Method

RelativeStrengthIndex

Summary

The Relative Strength Index indicator measures turns in price by measuring turns in momentum.

Signature

1
public abstract RelativeStrengthIndex RelativeStrengthIndex(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

RelativeStrengthIndex

Declaring Type

cAlgo.API.Internals.IIndicatorsAccessor


Last update: March 23, 2023