IConnorsRSIValue
StockSharp.Algo.Indicators
ConnorsRSI Indikatorwert.
Implementiert: IComplexIndicatorValue, IIndicatorValue, IComparable<IIndicatorValue>, IComparable
Eigenschaften
CrsiLine
public decimal? CrsiLine { get; }
value = iConnorsRSIValue.CrsiLine
Holt sich die Composite RSI-Linie.
CrsiLineValue
public IIndicatorValue CrsiLineValue { get; }
value = iConnorsRSIValue.CrsiLineValue
Holt sich die Composite RSI-Linie.
RocRsi
public decimal? RocRsi { get; }
value = iConnorsRSIValue.RocRsi
Bekommt die ROC RSI-Komponente.
RocRsiValue
public IIndicatorValue RocRsiValue { get; }
value = iConnorsRSIValue.RocRsiValue
Bekommt die ROC RSI-Komponente.
RsiValue
public IIndicatorValue RsiValue { get; }
value = iConnorsRSIValue.RsiValue
Bekommt die RSI-Komponente.
UpDownRsi
public decimal? UpDownRsi { get; }
value = iConnorsRSIValue.UpDownRsi
Bekommt die UpDownRSI-Komponente.
UpDownRsiValue
public IIndicatorValue UpDownRsiValue { get; }
value = iConnorsRSIValue.UpDownRsiValue
Bekommt die UpDownRSI-Komponente.