CompositeMomentumValue

StockSharp.Algo.Indicators

CompositeMomentum indicator value implementation.

Inherits: ComplexIndicatorValue<CompositeMomentum>

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

Constructors

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

CompositeMomentum indicator value implementation.

indicator
The parent CompositeMomentum indicator.
time
Time associated with this indicator value.

Properties

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

Gets the composite momentum line.

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

Gets the composite momentum line.

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

Gets the SMA value.

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

Gets the SMA value.

Methods

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

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

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