IConnorsRSIValue
StockSharp.Algo.Indicators
ConnorsRSI indicator value.
Implements: IComplexIndicatorValue, IIndicatorValue, IComparable<IIndicatorValue>, IComparable
Properties
CrsiLine
public decimal? CrsiLine { get; }
value = iConnorsRSIValue.CrsiLine
Gets the composite RSI line.
CrsiLineValue
public IIndicatorValue CrsiLineValue { get; }
value = iConnorsRSIValue.CrsiLineValue
Gets the composite RSI line.
RocRsiValue
public IIndicatorValue RocRsiValue { get; }
value = iConnorsRSIValue.RocRsiValue
Gets the ROC RSI component.
RsiValue
public IIndicatorValue RsiValue { get; }
value = iConnorsRSIValue.RsiValue
Gets the RSI component.
UpDownRsi
public decimal? UpDownRsi { get; }
value = iConnorsRSIValue.UpDownRsi
Gets the UpDown RSI component.
UpDownRsiValue
public IIndicatorValue UpDownRsiValue { get; }
value = iConnorsRSIValue.UpDownRsiValue
Gets the UpDown RSI component.