CompositeMomentumValue
StockSharp.Algo.Indicators
CompositeMomentum indicator value implementation.
Erbt von: ComplexIndicatorValue<CompositeMomentum>
Implementiert: ICompositeMomentumValue, IComplexIndicatorValue, IIndicatorValue, IComparable<IIndicatorValue>, IComparable
Konstruktoren
CompositeMomentumValue(CompositeMomentum, DateTime)
CompositeMomentum indicator value implementation.
- indicator
- The parent CompositeMomentum indicator.
- time
- Time associated with this indicator value.
Eigenschaften
CompositeLine : decimal?
Gets the composite momentum line.
CompositeLineValue : IIndicatorValue
Gets the composite momentum line.
SmaValue : IIndicatorValue
Gets the SMA value.