CompositeMomentumValue

StockSharp.Algo.Indicators

CompositeMomentum指标值执行情况。

继承自: ComplexIndicatorValue<CompositeMomentum>

实现: ICompositeMomentumValue, IComplexIndicatorValue, IIndicatorValue, IComparable<IIndicatorValue>, IComparable

构造函数

CompositeMomentumValue
public CompositeMomentumValue(CompositeMomentum indicator, DateTime time)
compositeMomentumValue = CompositeMomentumValue(indicator, time)

CompositeMomentum指标值执行情况。

indicator
The parent CompositeMomentum indicator.
time
与该指标值相接的时间。

属性

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

获得复合动力线.

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

获得复合动力线.

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

得到SMA值.

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

得到SMA值.

方法

ToString
public override string ToString()
result = compositeMomentumValue.ToString()

转换为行代表.

返回值: 弦乐表演.