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.
SmaValue
public IIndicatorValue SmaValue { get; }
value = iCompositeMomentumValue.SmaValue
Gets the SMA value.