Class ConstanceBrownCompositeIndexValue
- Namespace
- StockSharp.Algo.Indicators
- Assembly
- StockSharp.Algo.dll
ConstanceBrownCompositeIndex indicator value.
public class ConstanceBrownCompositeIndexValue : ComplexIndicatorValue<ConstanceBrownCompositeIndex>, IComplexIndicatorValue, IIndicatorValue, IComparable<IIndicatorValue>, IComparable
- Inheritance
-
ConstanceBrownCompositeIndexValue
- Implements
- Inherited Members
- Extension Methods
Constructors
ConstanceBrownCompositeIndexValue(ConstanceBrownCompositeIndex, DateTimeOffset)
Initializes a new instance of the ConstanceBrownCompositeIndexValue.
public ConstanceBrownCompositeIndexValue(ConstanceBrownCompositeIndex indicator, DateTimeOffset time)
Parameters
Properties
CompositeIndexLine
Gets the composite index line.
public decimal CompositeIndexLine { get; }
Property Value
Rsi
Gets the RSI component.
public decimal Rsi { get; }
Property Value
Stoch
Gets the stochastic component.
public decimal Stoch { get; }