Table of Contents

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 Ichimoku

Ichimoku

time DateTimeOffset

Time

Remarks

Initializes a new instance of the IchimokuValue.

Properties

Chinkou

Gets the Chinkou value.

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

Property Value

decimal?

ChinkouValue

Gets the Chinkou value.

public IIndicatorValue ChinkouValue { get; }

Property Value

IIndicatorValue

Kijun

Gets the Kijun value.

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

Property Value

decimal?

KijunValue

Gets the Kijun value.

public IIndicatorValue KijunValue { get; }

Property Value

IIndicatorValue

SenkouA

Gets the SenkouA value.

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

Property Value

decimal?

SenkouAValue

Gets the SenkouA value.

public IIndicatorValue SenkouAValue { get; }

Property Value

IIndicatorValue

SenkouB

Gets the SenkouB value.

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

Property Value

decimal?

SenkouBValue

Gets the SenkouB value.

public IIndicatorValue SenkouBValue { get; }

Property Value

IIndicatorValue

Tenkan

Gets the Tenkan value.

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

Property Value

decimal?

TenkanValue

Gets the Tenkan value.

public IIndicatorValue TenkanValue { get; }

Property Value

IIndicatorValue