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
Remarks
Initializes a new instance of the IchimokuValue.
Constructors
IchimokuValue(Ichimoku, DateTimeOffset)
Ichimoku indicator value.
public IchimokuValue(Ichimoku indicator, DateTimeOffset time)
Parameters
indicator
Ichimokutime
DateTimeOffset
Remarks
Initializes a new instance of the IchimokuValue.
Properties
Chinkou
Gets the Chinkou value.
[Browsable(false)]
public decimal? Chinkou { get; }
Property Value
ChinkouValue
Gets the Chinkou value.
public IIndicatorValue ChinkouValue { get; }
Property Value
Kijun
Gets the Kijun value.
[Browsable(false)]
public decimal? Kijun { get; }
Property Value
KijunValue
Gets the Kijun value.
public IIndicatorValue KijunValue { get; }
Property Value
SenkouA
Gets the SenkouA value.
[Browsable(false)]
public decimal? SenkouA { get; }
Property Value
SenkouAValue
Gets the SenkouA value.
public IIndicatorValue SenkouAValue { get; }
Property Value
SenkouB
Gets the SenkouB value.
[Browsable(false)]
public decimal? SenkouB { get; }
Property Value
SenkouBValue
Gets the SenkouB value.
public IIndicatorValue SenkouBValue { get; }
Property Value
Tenkan
Gets the Tenkan value.
[Browsable(false)]
public decimal? Tenkan { get; }
Property Value
TenkanValue
Gets the Tenkan value.
public IIndicatorValue TenkanValue { get; }