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

Constructors

IchimokuValue(Ichimoku, DateTimeOffset)

Initializes a new instance of the IchimokuValue.

public IchimokuValue(Ichimoku indicator, DateTimeOffset time)

Parameters

indicator Ichimoku

Ichimoku

time DateTimeOffset

Time

Properties

Chinkou

Gets the Chinkou value.

public decimal Chinkou { get; }

Property Value

decimal

Kijun

Gets the Kijun value.

public decimal Kijun { get; }

Property Value

decimal

SenkouA

Gets the SenkouA value.

public decimal SenkouA { get; }

Property Value

decimal

SenkouB

Gets the SenkouB value.

public decimal SenkouB { get; }

Property Value

decimal

Tenkan

Gets the Tenkan value.

public decimal Tenkan { get; }

Property Value

decimal