ICompositeMomentumValue

StockSharp.Algo.Indicators

CompositeMomentumインジケータ値.

実装: IComplexIndicatorValue, IIndicatorValue, IComparable<IIndicatorValue>, IComparable

プロパティ

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

複合材の勢いを得られる。

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

複合材の勢いを得られる。

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

SMA 値を取得します。

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

SMA 値を取得します。