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.
SmaValue
public IIndicatorValue SmaValue { get; }
value = iCompositeMomentumValue.SmaValue
Erhält den SMA-Wert.