IKasePeakOscillatorValue
StockSharp.Algo.Indicators
KasePeakOscillator indicator value.
Implements: IComplexIndicatorValue, IIndicatorValue, IComparable<IIndicatorValue>, IComparable
Properties
LongTerm
public decimal? LongTerm { get; }
value = iKasePeakOscillatorValue.LongTerm
Gets the LongTerm value.
LongTermValue
public IIndicatorValue LongTermValue { get; }
value = iKasePeakOscillatorValue.LongTermValue
Gets the LongTerm value.
ShortTerm
public decimal? ShortTerm { get; }
value = iKasePeakOscillatorValue.ShortTerm
Gets the ShortTerm value.
ShortTermValue
public IIndicatorValue ShortTermValue { get; }
value = iKasePeakOscillatorValue.ShortTermValue
Gets the ShortTerm value.