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
WoodiesCCItime
DateTimeOffset
Remarks
Initializes a new instance of the WoodiesCCIValue.
Properties
Cci
Gets the CCI value.
[Browsable(false)]
public decimal? Cci { get; }
Property Value
CciValue
Gets the CCI value.
public IIndicatorValue CciValue { get; }
Property Value
Sma
Gets the SMA value.
[Browsable(false)]
public decimal? Sma { get; }
Property Value
SmaValue
Gets the SMA value.
public IIndicatorValue SmaValue { get; }