Table of Contents

Class ConstanceBrownCompositeIndexValue

Namespace
StockSharp.Algo.Indicators
Assembly
StockSharp.Algo.dll
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)

public ConstanceBrownCompositeIndexValue(ConstanceBrownCompositeIndex indicator, DateTimeOffset time)

Parameters

indicator ConstanceBrownCompositeIndex

ConstanceBrownCompositeIndex

time DateTimeOffset

Time

Remarks

Initializes a new instance of the ConstanceBrownCompositeIndexValue.

Properties

CompositeIndexLine

Gets the composite index line.

[Browsable(false)]
public decimal? CompositeIndexLine { get; }

Property Value

decimal?

CompositeIndexLineValue

Gets the composite index line.

public IIndicatorValue CompositeIndexLineValue { get; }

Property Value

IIndicatorValue

Rsi

Gets the RSI component.

[Browsable(false)]
public decimal? Rsi { get; }

Property Value

decimal?

RsiValue

Gets the RSI component.

public IIndicatorValue RsiValue { get; }

Property Value

IIndicatorValue

Stoch

Gets the stochastic component.

[Browsable(false)]
public decimal? Stoch { get; }

Property Value

decimal?

StochValue

Gets the stochastic component.

public IIndicatorValue StochValue { get; }

Property Value

IIndicatorValue