IConnorsRSIValue

StockSharp.Algo.Indicators

ConnorsRSI valor indicador.

Implementa: IComplexIndicatorValue, IIndicatorValue, IComparable<IIndicatorValue>, IComparable

Propiedades

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

Consigue la línea compuesta RSI.

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

Consigue la línea compuesta RSI.

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

Consigue el componente ROC RSI.

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

Consigue el componente ROC RSI.

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

Consigue el componente RSI.

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

Consigue el componente RSI.

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

Consigue el componente UpDownRSI.

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

Consigue el componente UpDownRSI.