Table of Contents

Class WoodiesCCIValue

Namespace
StockSharp.Algo.Indicators
Assembly
StockSharp.Algo.dll

WoodiesCCI indicator value.

public class WoodiesCCIValue : ComplexIndicatorValue<WoodiesCCI>, IComplexIndicatorValue, IIndicatorValue, IComparable<IIndicatorValue>, IComparable
Inheritance
WoodiesCCIValue
Implements
Inherited Members
Extension Methods

Remarks

Initializes a new instance of the WoodiesCCIValue.

Constructors

WoodiesCCIValue(WoodiesCCI, DateTimeOffset)

WoodiesCCI indicator value.

public WoodiesCCIValue(WoodiesCCI indicator, DateTimeOffset time)

Parameters

indicator WoodiesCCI

WoodiesCCI

time DateTimeOffset

Time

Remarks

Initializes a new instance of the WoodiesCCIValue.

Properties

Cci

Gets the CCI value.

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

Property Value

decimal?

CciValue

Gets the CCI value.

public IIndicatorValue CciValue { get; }

Property Value

IIndicatorValue

Sma

Gets the SMA value.

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

Property Value

decimal?

SmaValue

Gets the SMA value.

public IIndicatorValue SmaValue { get; }

Property Value

IIndicatorValue