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
CompositeMomentumtime
DateTimeOffset
Properties
CompositeLine
Gets the composite momentum line.
public decimal CompositeLine { get; }
Property Value
Sma
Gets the SMA value.
public decimal Sma { get; }