ConnorsRSIValue

StockSharp.Algo.Indicators

ConnorsRSI indicator value implementation.

Наследует: ComplexIndicatorValue<ConnorsRSI>

Реализует: IConnorsRSIValue, IComplexIndicatorValue, IIndicatorValue, IComparable<IIndicatorValue>, IComparable

Конструкторы

ConnorsRSIValue(ConnorsRSI, DateTime)

ConnorsRSI indicator value implementation.

indicator
The parent ConnorsRSI indicator.
time
Time associated with this indicator value.

Свойства

CrsiLine : decimal?

Gets the composite RSI line.

CrsiLineValue : IIndicatorValue

Gets the composite RSI line.

RocRsi : decimal?

Gets the ROC RSI component.

RocRsiValue : IIndicatorValue

Gets the ROC RSI component.

Rsi : decimal?

Gets the RSI component.

RsiValue : IIndicatorValue

Gets the RSI component.

UpDownRsi : decimal?

Gets the UpDown RSI component.

UpDownRsiValue : IIndicatorValue

Gets the UpDown RSI component.

Методы

ToString() : string

Преобразовать к строковому представлению.

Возвращает: Строковое представление.