ConnorsRSIValue

StockSharp.Algo.Indicators

ConnorsRSI indicator value implementation.

Inherits: ComplexIndicatorValue<ConnorsRSI>

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

Constructors

ConnorsRSIValue
public ConnorsRSIValue(ConnorsRSI indicator, DateTime time)
connorsRSIValue = ConnorsRSIValue(indicator, time)

ConnorsRSI indicator value implementation.

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

Properties

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

Gets the composite RSI line.

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

Gets the composite RSI line.

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

Gets the ROC RSI component.

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

Gets the ROC RSI component.

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

Gets the RSI component.

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

Gets the RSI component.

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

Gets the UpDown RSI component.

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

Gets the UpDown RSI component.

Methods

ToString
public override string ToString()
result = connorsRSIValue.ToString()

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

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