KasePeakOscillatorValue

StockSharp.Algo.Indicators

KasePeakOscillator indicator value implementation.

Erbt von: ComplexIndicatorValue<KasePeakOscillator>

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

Konstruktoren

KasePeakOscillatorValue(KasePeakOscillator, DateTime)

KasePeakOscillator indicator value implementation.

indicator
The parent KasePeakOscillator indicator.
time
Time associated with this indicator value.

Eigenschaften

LongTerm : decimal?

Gets the LongTerm value.

LongTermValue : IIndicatorValue

Gets the LongTerm value.

ShortTerm : decimal?

Gets the ShortTerm value.

ShortTermValue : IIndicatorValue

Gets the ShortTerm value.

Methoden

ToString() : string

Преобразовать к строковому представлению.

Rückgabe: Строковое представление.