ConstanceBrownCompositeIndexValue
StockSharp.Algo.Indicators
ConstanceBrownCompositeIndex indicator value implementation.
Inherits: ComplexIndicatorValue<ConstanceBrownCompositeIndex>
Implements: IConstanceBrownCompositeIndexValue, IComplexIndicatorValue, IIndicatorValue, IComparable<IIndicatorValue>, IComparable
Constructors
ConstanceBrownCompositeIndexValue
public ConstanceBrownCompositeIndexValue(ConstanceBrownCompositeIndex indicator, DateTime time)
constanceBrownCompositeIndexValue = ConstanceBrownCompositeIndexValue(indicator, time)
ConstanceBrownCompositeIndex indicator value implementation.
- indicator
- The parent ConstanceBrownCompositeIndex indicator.
- time
- Time associated with this indicator value.
Properties
CompositeIndexLine
public decimal? CompositeIndexLine { get; }
value = constanceBrownCompositeIndexValue.CompositeIndexLine
Gets the composite index line value.
CompositeIndexLineValue
public IIndicatorValue CompositeIndexLineValue { get; }
value = constanceBrownCompositeIndexValue.CompositeIndexLineValue
Gets the composite index line (main line).
FastSma
public decimal? FastSma { get; }
value = constanceBrownCompositeIndexValue.FastSma
Gets the fast moving average value.
FastSmaValue
public IIndicatorValue FastSmaValue { get; }
value = constanceBrownCompositeIndexValue.FastSmaValue
Gets the fast moving average.
SlowSma
public decimal? SlowSma { get; }
value = constanceBrownCompositeIndexValue.SlowSma
Gets the slow moving average value.
SlowSmaValue
public IIndicatorValue SlowSmaValue { get; }
value = constanceBrownCompositeIndexValue.SlowSmaValue
Gets the slow moving average.
Methods
ToString
public override string ToString()
result = constanceBrownCompositeIndexValue.ToString()
Преобразовать к строковому представлению.
Returns: Строковое представление.