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
-
IPersistableICloneable<IIndicator>
- Derived
- 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
IchimokuLineTenkan line.
kijun
IchimokuLineKijun line.
Properties
Chinkou
Chinkou line.
[TypeConverter(typeof(ExpandableObjectConverter))]
[Display(ResourceType = typeof(LocalizedStrings), Name = "Chinkou", Description = "ChinkouLine", GroupName = "General")]
public IchimokuChinkouLine Chinkou { get; }
Property Value
Kijun
Kijun line.
[TypeConverter(typeof(ExpandableObjectConverter))]
[Display(ResourceType = typeof(LocalizedStrings), Name = "Kijun", Description = "KijunLine", GroupName = "General")]
public IchimokuLine Kijun { get; }
Property Value
SenkouA
Senkou (A) line.
[TypeConverter(typeof(ExpandableObjectConverter))]
[Display(ResourceType = typeof(LocalizedStrings), Name = "SenkouA", Description = "SenkouADesc", GroupName = "General")]
public IchimokuSenkouALine SenkouA { get; }
Property Value
SenkouB
Senkou (B) line.
[TypeConverter(typeof(ExpandableObjectConverter))]
[Display(ResourceType = typeof(LocalizedStrings), Name = "SenkouB", Description = "SenkouBDesc", GroupName = "General")]
public IchimokuSenkouBLine SenkouB { get; }
Property Value
Tenkan
Tenkan line.
[TypeConverter(typeof(ExpandableObjectConverter))]
[Display(ResourceType = typeof(LocalizedStrings), Name = "Tenkan", Description = "TenkanLine", GroupName = "General")]
public IchimokuLine Tenkan { get; }
Property Value
Methods
ToString()
public override string ToString()