Skip to content

RelativeVigorIndex

Summary

The RVI is a momentum oscillator, measuring the strength of a trend.

Signature

1
public abstract interface RelativeVigorIndex

Namespace

cAlgo.API.Indicators

Properties

Result

Summary

Gets the resulting time series of the Relative Vigor Index calculation (blue line).

Signature

1
public abstract IndicatorDataSeries Result {get;}

Return Value

IndicatorDataSeries

Signal

Summary

Gets the Signal line of RVI (red line).

Remarks

Signal: 10 periods SMA of the blue line

Signature

1
public abstract IndicatorDataSeries Signal {get;}

Return Value

IndicatorDataSeries