ICompositeMomentumValue

StockSharp.Algo.Indicators

CompositeMomentum valor indicador.

Implementa: IComplexIndicatorValue, IIndicatorValue, IComparable<IIndicatorValue>, IComparable

Propiedades

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

Consigue la línea de impulso compuesta.

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

Consigue la línea de impulso compuesta.

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

Consigue el valor SMA.

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

Consigue el valor SMA.