Table of Contents

Class CompositeMomentumValue

Namespace
StockSharp.Algo.Indicators
Assembly
StockSharp.Algo.dll

CompositeMomentum indicator value.

public class CompositeMomentumValue : ComplexIndicatorValue<CompositeMomentum>, IComplexIndicatorValue, IIndicatorValue, IComparable<IIndicatorValue>, IComparable
Inheritance
CompositeMomentumValue
Implements
Inherited Members
Extension Methods

Constructors

CompositeMomentumValue(CompositeMomentum, DateTimeOffset)

Initializes a new instance of the CompositeMomentumValue.

public CompositeMomentumValue(CompositeMomentum indicator, DateTimeOffset time)

Parameters

indicator CompositeMomentum

CompositeMomentum

time DateTimeOffset

Time

Properties

CompositeLine

Gets the composite momentum line.

public decimal CompositeLine { get; }

Property Value

decimal

Sma

Gets the SMA value.

public decimal Sma { get; }

Property Value

decimal