Table of Contents

Class Ichimoku

Namespace
StockSharp.Algo.Indicators
Assembly
StockSharp.Algo.dll

Ichimoku.

[Display(ResourceType = typeof(LocalizedStrings), Name = "Ichimoku", Description = "Ichimoku")]
public class Ichimoku : BaseComplexIndicator, IComplexIndicator, IIndicator, IPersistable, ICloneable<IIndicator>, ICloneable
Inheritance
Ichimoku
Implements
IPersistable
ICloneable<IIndicator>
Inherited Members
Extension Methods

Remarks

Constructors

Ichimoku()

Initializes a new instance of the Ichimoku.

public Ichimoku()

Ichimoku(IchimokuLine, IchimokuLine)

Initializes a new instance of the Ichimoku.

public Ichimoku(IchimokuLine tenkan, IchimokuLine kijun)

Parameters

tenkan IchimokuLine

Tenkan line.

kijun IchimokuLine

Kijun line.

Properties

Chinkou

Chinkou line.

[TypeConverter(typeof(ExpandableObjectConverter))]
[Display(ResourceType = typeof(LocalizedStrings), Name = "Chinkou", Description = "ChinkouLine", GroupName = "General")]
public IchimokuChinkouLine Chinkou { get; }

Property Value

IchimokuChinkouLine

Kijun

Kijun line.

[TypeConverter(typeof(ExpandableObjectConverter))]
[Display(ResourceType = typeof(LocalizedStrings), Name = "Kijun", Description = "KijunLine", GroupName = "General")]
public IchimokuLine Kijun { get; }

Property Value

IchimokuLine

SenkouA

Senkou (A) line.

[TypeConverter(typeof(ExpandableObjectConverter))]
[Display(ResourceType = typeof(LocalizedStrings), Name = "SenkouA", Description = "SenkouADesc", GroupName = "General")]
public IchimokuSenkouALine SenkouA { get; }

Property Value

IchimokuSenkouALine

SenkouB

Senkou (B) line.

[TypeConverter(typeof(ExpandableObjectConverter))]
[Display(ResourceType = typeof(LocalizedStrings), Name = "SenkouB", Description = "SenkouBDesc", GroupName = "General")]
public IchimokuSenkouBLine SenkouB { get; }

Property Value

IchimokuSenkouBLine

Tenkan

Tenkan line.

[TypeConverter(typeof(ExpandableObjectConverter))]
[Display(ResourceType = typeof(LocalizedStrings), Name = "Tenkan", Description = "TenkanLine", GroupName = "General")]
public IchimokuLine Tenkan { get; }

Property Value

IchimokuLine

Methods

ToString()

public override string ToString()

Returns

string