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

Constructors

WoodiesCCIValue(WoodiesCCI, DateTimeOffset)

Initializes a new instance of the WoodiesCCIValue.

public WoodiesCCIValue(WoodiesCCI indicator, DateTimeOffset time)

Parameters

indicator WoodiesCCI

WoodiesCCI

time DateTimeOffset

Time

Properties

Cci

Gets the CCI value.

public decimal Cci { get; }

Property Value

decimal

Sma

Gets the SMA value.

public decimal Sma { get; }

Property Value

decimal