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
ConnorsRSItime
DateTimeOffset
Remarks
Initializes a new instance of the ConnorsRSIValue.
Properties
CrsiLine
Gets the composite RSI line.
[Browsable(false)]
public decimal? CrsiLine { get; }
Property Value
CrsiLineValue
Gets the composite RSI line.
public IIndicatorValue CrsiLineValue { get; }
Property Value
RocRsi
Gets the ROC RSI component.
[Browsable(false)]
public decimal? RocRsi { get; }
Property Value
RocRsiValue
Gets the ROC RSI component.
public IIndicatorValue RocRsiValue { get; }
Property Value
Rsi
Gets the RSI component.
[Browsable(false)]
public decimal? Rsi { get; }
Property Value
RsiValue
Gets the RSI component.
public IIndicatorValue RsiValue { get; }
Property Value
UpDownRsi
Gets the UpDown RSI component.
[Browsable(false)]
public decimal? UpDownRsi { get; }
Property Value
UpDownRsiValue
Gets the UpDown RSI component.
public IIndicatorValue UpDownRsiValue { get; }