IConstanceBrownCompositeIndexValue

StockSharp.Algo.Indicators

ConstanceBrownCompositeIndex指标值.

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

属性

CompositeIndexLine
public decimal? CompositeIndexLine { get; }
value = iConstanceBrownCompositeIndexValue.CompositeIndexLine

获得综合指数行值。

CompositeIndexLineValue
public IIndicatorValue CompositeIndexLineValue { get; }
value = iConstanceBrownCompositeIndexValue.CompositeIndexLineValue

获得复合指数行(主行).

FastSma
public decimal? FastSma { get; }
value = iConstanceBrownCompositeIndexValue.FastSma

获得快速移动的平均值。

FastSmaValue
public IIndicatorValue FastSmaValue { get; }
value = iConstanceBrownCompositeIndexValue.FastSmaValue

得到快速移动的平均。

SlowSma
public decimal? SlowSma { get; }
value = iConstanceBrownCompositeIndexValue.SlowSma

获得缓慢移动的平均值。

SlowSmaValue
public IIndicatorValue SlowSmaValue { get; }
value = iConstanceBrownCompositeIndexValue.SlowSmaValue

得到缓慢移动的平均值。