ICompositeMomentumValue

StockSharp.Algo.Indicators

CompositeMomentum Indikatorwert.

Implementiert: IComplexIndicatorValue, IIndicatorValue, IComparable<IIndicatorValue>, IComparable

Eigenschaften

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

Holt sich die Komposit-Momentum-Linie.

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

Holt sich die Komposit-Momentum-Linie.

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

Erhält den SMA-Wert.

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

Erhält den SMA-Wert.