Class IchimokuValue
- Namespace
- StockSharp.Algo.Indicators
- Assembly
- StockSharp.Algo.dll
Ichimoku indicator value.
public class IchimokuValue : ComplexIndicatorValue<Ichimoku>, IComplexIndicatorValue, IIndicatorValue, IComparable<IIndicatorValue>, IComparable
- Inheritance
-
IchimokuValue
- Implements
- Inherited Members
- Extension Methods
Constructors
IchimokuValue(Ichimoku, DateTimeOffset)
Initializes a new instance of the IchimokuValue.
public IchimokuValue(Ichimoku indicator, DateTimeOffset time)
Parameters
indicator
Ichimokutime
DateTimeOffset
Properties
Chinkou
Gets the Chinkou value.
public decimal Chinkou { get; }
Property Value
Kijun
Gets the Kijun value.
public decimal Kijun { get; }
Property Value
SenkouA
Gets the SenkouA value.
public decimal SenkouA { get; }
Property Value
SenkouB
Gets the SenkouB value.
public decimal SenkouB { get; }
Property Value
Tenkan
Gets the Tenkan value.
public decimal Tenkan { get; }