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
Remarks
Initializes a new instance of the CompositeMomentumValue.
Constructors
CompositeMomentumValue(CompositeMomentum, DateTimeOffset)
CompositeMomentum indicator value.
public CompositeMomentumValue(CompositeMomentum indicator, DateTimeOffset time)
Parameters
indicator
CompositeMomentumtime
DateTimeOffset
Remarks
Initializes a new instance of the CompositeMomentumValue.
Properties
CompositeLine
Gets the composite momentum line.
[Browsable(false)]
public decimal? CompositeLine { get; }
Property Value
CompositeLineValue
Gets the composite momentum line.
public IIndicatorValue CompositeLineValue { get; }
Property Value
Sma
Gets the SMA value.
[Browsable(false)]
public decimal? Sma { get; }
Property Value
SmaValue
Gets the SMA value.
public IIndicatorValue SmaValue { get; }