KasePeakOscillatorValue

StockSharp.Algo.Indicators

KasePeakOscillator indicator value implementation.

Inherits: ComplexIndicatorValue<KasePeakOscillator>

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

Constructors

KasePeakOscillatorValue
public KasePeakOscillatorValue(KasePeakOscillator indicator, DateTime time)
kasePeakOscillatorValue = KasePeakOscillatorValue(indicator, time)

KasePeakOscillator indicator value implementation.

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

Properties

LongTerm
public decimal? LongTerm { get; }
value = kasePeakOscillatorValue.LongTerm

Gets the LongTerm value.

LongTermValue
public IIndicatorValue LongTermValue { get; }
value = kasePeakOscillatorValue.LongTermValue

Gets the LongTerm value.

ShortTerm
public decimal? ShortTerm { get; }
value = kasePeakOscillatorValue.ShortTerm

Gets the ShortTerm value.

ShortTermValue
public IIndicatorValue ShortTermValue { get; }
value = kasePeakOscillatorValue.ShortTermValue

Gets the ShortTerm value.

Methods

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

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

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