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

Constructors

ConnorsRSIValue(ConnorsRSI, DateTimeOffset)

Initializes a new instance of the ConnorsRSIValue.

public ConnorsRSIValue(ConnorsRSI indicator, DateTimeOffset time)

Parameters

indicator ConnorsRSI

ConnorsRSI

time DateTimeOffset

Time

Properties

CrsiLine

Gets the composite RSI line.

public decimal CrsiLine { get; }

Property Value

decimal

RocRsi

Gets the ROC RSI component.

public decimal RocRsi { get; }

Property Value

decimal

Rsi

Gets the RSI component.

public decimal Rsi { get; }

Property Value

decimal

UpDownRsi

Gets the UpDown RSI component.

public decimal UpDownRsi { get; }

Property Value

decimal