IConnorsRSIValue

StockSharp.Algo.Indicators

ConnorsRSI indicator value.

Implements: IComplexIndicatorValue, IIndicatorValue, IComparable<IIndicatorValue>, IComparable

Properties

CrsiLine
public decimal? CrsiLine { get; }
value = iConnorsRSIValue.CrsiLine

Gets the composite RSI line.

CrsiLineValue
public IIndicatorValue CrsiLineValue { get; }
value = iConnorsRSIValue.CrsiLineValue

Gets the composite RSI line.

RocRsi
public decimal? RocRsi { get; }
value = iConnorsRSIValue.RocRsi

Gets the ROC RSI component.

RocRsiValue
public IIndicatorValue RocRsiValue { get; }
value = iConnorsRSIValue.RocRsiValue

Gets the ROC RSI component.

Rsi
public decimal? Rsi { get; }
value = iConnorsRSIValue.Rsi

Gets the RSI component.

RsiValue
public IIndicatorValue RsiValue { get; }
value = iConnorsRSIValue.RsiValue

Gets the RSI component.

UpDownRsi
public decimal? UpDownRsi { get; }
value = iConnorsRSIValue.UpDownRsi

Gets the UpDown RSI component.

UpDownRsiValue
public IIndicatorValue UpDownRsiValue { get; }
value = iConnorsRSIValue.UpDownRsiValue

Gets the UpDown RSI component.