ConnorsRSIValue

StockSharp.Algo.Indicators

ConnorsRSIIndikatorwert-Implementierung.

Erbt von: ComplexIndicatorValue<ConnorsRSI>

Implementiert: IConnorsRSIValue, IComplexIndicatorValue, IIndicatorValue, IComparable<IIndicatorValue>, IComparable

Konstruktoren

ConnorsRSIValue
public ConnorsRSIValue(ConnorsRSI indicator, DateTime time)
connorsRSIValue = ConnorsRSIValue(indicator, time)

ConnorsRSIIndikatorwert-Implementierung.

indicator
Der übergeordnete ConnorsRSI Indikator.
time
Zeit, die diesem Indikatorwert zugeordnet ist.

Eigenschaften

CrsiLine
public decimal? CrsiLine { get; }
value = connorsRSIValue.CrsiLine

Holt sich die Composite RSI-Linie.

CrsiLineValue
public IIndicatorValue CrsiLineValue { get; }
value = connorsRSIValue.CrsiLineValue

Holt sich die Composite RSI-Linie.

RocRsi
public decimal? RocRsi { get; }
value = connorsRSIValue.RocRsi

Bekommt die ROC RSI-Komponente.

RocRsiValue
public IIndicatorValue RocRsiValue { get; }
value = connorsRSIValue.RocRsiValue

Bekommt die ROC RSI-Komponente.

Rsi
public decimal? Rsi { get; }
value = connorsRSIValue.Rsi

Bekommt die RSI-Komponente.

RsiValue
public IIndicatorValue RsiValue { get; }
value = connorsRSIValue.RsiValue

Bekommt die RSI-Komponente.

UpDownRsi
public decimal? UpDownRsi { get; }
value = connorsRSIValue.UpDownRsi

Bekommt die UpDownRSI-Komponente.

UpDownRsiValue
public IIndicatorValue UpDownRsiValue { get; }
value = connorsRSIValue.UpDownRsiValue

Bekommt die UpDownRSI-Komponente.

Methoden

ToString
public override string ToString()
result = connorsRSIValue.ToString()

Konvertieren Sie in eine Liniendarstellung.

Rückgabe: String-Leistung.