IConnorsRSIValue
StockSharp.Algo.Indicators
ConnorsRSI valor indicador.
Implementa: IComplexIndicatorValue, IIndicatorValue, IComparable<IIndicatorValue>, IComparable
Propriedades
CrsiLine
public decimal? CrsiLine { get; }
value = iConnorsRSIValue.CrsiLine
Obtém a linha de LER composta.
CrsiLineValue
public IIndicatorValue CrsiLineValue { get; }
value = iConnorsRSIValue.CrsiLineValue
Obtém a linha de LER composta.
RocRsiValue
public IIndicatorValue RocRsiValue { get; }
value = iConnorsRSIValue.RocRsiValue
Obtém o componente ROC RSI.
RsiValue
public IIndicatorValue RsiValue { get; }
value = iConnorsRSIValue.RsiValue
Obtém o componente RSI.
UpDownRsi
public decimal? UpDownRsi { get; }
value = iConnorsRSIValue.UpDownRsi
Obtém o componente UpDown RSI.
UpDownRsiValue
public IIndicatorValue UpDownRsiValue { get; }
value = iConnorsRSIValue.UpDownRsiValue
Obtém o componente UpDown RSI.