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
ConnorsRSItime
DateTimeOffset
Properties
CrsiLine
Gets the composite RSI line.
public decimal CrsiLine { get; }
Property Value
RocRsi
Gets the ROC RSI component.
public decimal RocRsi { get; }
Property Value
Rsi
Gets the RSI component.
public decimal Rsi { get; }
Property Value
UpDownRsi
Gets the UpDown RSI component.
public decimal UpDownRsi { get; }