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
Remarks
Initializes a new instance of the ConstanceBrownCompositeIndexValue.
Constructors
ConstanceBrownCompositeIndexValue(ConstanceBrownCompositeIndex, DateTimeOffset)
ConstanceBrownCompositeIndex indicator value.
public ConstanceBrownCompositeIndexValue(ConstanceBrownCompositeIndex indicator, DateTimeOffset time)
Parameters
Remarks
Initializes a new instance of the ConstanceBrownCompositeIndexValue.
Properties
CompositeIndexLine
Gets the composite index line.
[Browsable(false)]
public decimal? CompositeIndexLine { get; }
Property Value
CompositeIndexLineValue
Gets the composite index line.
public IIndicatorValue CompositeIndexLineValue { get; }
Property Value
Rsi
Gets the RSI component.
[Browsable(false)]
public decimal? Rsi { get; }
Property Value
RsiValue
Gets the RSI component.
public IIndicatorValue RsiValue { get; }
Property Value
Stoch
Gets the stochastic component.
[Browsable(false)]
public decimal? Stoch { get; }
Property Value
StochValue
Gets the stochastic component.
public IIndicatorValue StochValue { get; }