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

Constructors

ConstanceBrownCompositeIndexValue(ConstanceBrownCompositeIndex, DateTimeOffset)

Initializes a new instance of the ConstanceBrownCompositeIndexValue.

public ConstanceBrownCompositeIndexValue(ConstanceBrownCompositeIndex indicator, DateTimeOffset time)

Parameters

indicator ConstanceBrownCompositeIndex

ConstanceBrownCompositeIndex

time DateTimeOffset

Time

Properties

CompositeIndexLine

Gets the composite index line.

public decimal CompositeIndexLine { get; }

Property Value

decimal

Rsi

Gets the RSI component.

public decimal Rsi { get; }

Property Value

decimal

Stoch

Gets the stochastic component.

public decimal Stoch { get; }

Property Value

decimal