ConstanceBrownCompositeIndexValue
StockSharp.Algo.Indicators
ConstanceBrownCompositeIndex indicator value implementation.
Erbt von: ComplexIndicatorValue<ConstanceBrownCompositeIndex>
Implementiert: IConstanceBrownCompositeIndexValue, IComplexIndicatorValue, IIndicatorValue, IComparable<IIndicatorValue>, IComparable
Konstruktoren
ConstanceBrownCompositeIndexValue(ConstanceBrownCompositeIndex, DateTime)
ConstanceBrownCompositeIndex indicator value implementation.
- indicator
- The parent ConstanceBrownCompositeIndex indicator.
- time
- Time associated with this indicator value.
Eigenschaften
CompositeIndexLine : decimal?
Gets the composite index line value.
CompositeIndexLineValue : IIndicatorValue
Gets the composite index line (main line).
FastSmaValue : IIndicatorValue
Gets the fast moving average.
SlowSmaValue : IIndicatorValue
Gets the slow moving average.