ICompositeMomentumValue

StockSharp.Algo.Indicators

CompositeMomentum indicator value.

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

Properties

CompositeLine
public decimal? CompositeLine { get; }
value = iCompositeMomentumValue.CompositeLine

Gets the composite momentum line.

CompositeLineValue
public IIndicatorValue CompositeLineValue { get; }
value = iCompositeMomentumValue.CompositeLineValue

Gets the composite momentum line.

Sma
public decimal? Sma { get; }
value = iCompositeMomentumValue.Sma

Gets the SMA value.

SmaValue
public IIndicatorValue SmaValue { get; }
value = iCompositeMomentumValue.SmaValue

Gets the SMA value.