IConstanceBrownCompositeIndexValue

StockSharp.Algo.Indicators

ConstanceBrownCompositeIndex indicator value.

Implements: IComplexIndicatorValue, IIndicatorValue, IComparable<IIndicatorValue>, IComparable

Properties

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

Gets the composite index line value.

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

Gets the composite index line (main line).

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

Gets the fast moving average value.

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

Gets the fast moving average.

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

Gets the slow moving average value.

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

Gets the slow moving average.