Table of Contents

Class ConnorsRSIValue

Namespace
StockSharp.Algo.Indicators
Assembly
StockSharp.Algo.dll

ConnorsRSI indicator value.

public class ConnorsRSIValue : ComplexIndicatorValue<ConnorsRSI>, IComplexIndicatorValue, IIndicatorValue, IComparable<IIndicatorValue>, IComparable
Inheritance
ConnorsRSIValue
Implements
Inherited Members
Extension Methods

Remarks

Initializes a new instance of the ConnorsRSIValue.

Constructors

ConnorsRSIValue(ConnorsRSI, DateTimeOffset)

ConnorsRSI indicator value.

public ConnorsRSIValue(ConnorsRSI indicator, DateTimeOffset time)

Parameters

indicator ConnorsRSI

ConnorsRSI

time DateTimeOffset

Time

Remarks

Initializes a new instance of the ConnorsRSIValue.

Properties

CrsiLine

Gets the composite RSI line.

[Browsable(false)]
public decimal? CrsiLine { get; }

Property Value

decimal?

CrsiLineValue

Gets the composite RSI line.

public IIndicatorValue CrsiLineValue { get; }

Property Value

IIndicatorValue

RocRsi

Gets the ROC RSI component.

[Browsable(false)]
public decimal? RocRsi { get; }

Property Value

decimal?

RocRsiValue

Gets the ROC RSI component.

public IIndicatorValue RocRsiValue { get; }

Property Value

IIndicatorValue

Rsi

Gets the RSI component.

[Browsable(false)]
public decimal? Rsi { get; }

Property Value

decimal?

RsiValue

Gets the RSI component.

public IIndicatorValue RsiValue { get; }

Property Value

IIndicatorValue

UpDownRsi

Gets the UpDown RSI component.

[Browsable(false)]
public decimal? UpDownRsi { get; }

Property Value

decimal?

UpDownRsiValue

Gets the UpDown RSI component.

public IIndicatorValue UpDownRsiValue { get; }

Property Value

IIndicatorValue