IMacdHistogramValue

StockSharp.Algo.Indicators

MovingAverageConvergenceDivergenceHistogram indicator value.

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

Properties

Macd
public decimal? Macd { get; }
value = iMacdHistogramValue.Macd

Gets the MACD value.

MacdValue
public IIndicatorValue MacdValue { get; }
value = iMacdHistogramValue.MacdValue

Gets the MACD value.

Signal
public decimal? Signal { get; }
value = iMacdHistogramValue.Signal

Gets the signal line value.

SignalValue
public IIndicatorValue SignalValue { get; }
value = iMacdHistogramValue.SignalValue

Gets the signal line value.