CompositeMomentumValue

StockSharp.Algo.Indicators

CompositeMomentum indicator value implementation.

継承元: ComplexIndicatorValue<CompositeMomentum>

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

コンストラクター

CompositeMomentumValue(CompositeMomentum, DateTime)

CompositeMomentum indicator value implementation.

indicator
The parent CompositeMomentum indicator.
time
Time associated with this indicator value.

プロパティ

CompositeLine : decimal?

Gets the composite momentum line.

CompositeLineValue : IIndicatorValue

Gets the composite momentum line.

Sma : decimal?

Gets the SMA value.

SmaValue : IIndicatorValue

Gets the SMA value.

メソッド

ToString() : string

Преобразовать к строковому представлению.

戻り値: Строковое представление.