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

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

返回值: Строковое представление.