Click or drag to resize

IchimokuCloud Constructor (Int32, Int32, Int32, Int64)

Creates new instance of Ichimoku Cloud indicator

Namespace:  FinAnalysis.TA
Assembly:  FinAnalysis (in FinAnalysis.dll) Version: 2.1.13-cc97e13414b71fde928e8f3a546ac1daf26f295f
Syntax
C#
public IchimokuCloud(
	int tenkanSenPeriod,
	int kijunSenPeriod,
	int senkouSpanPeriod,
	long barSizeInMs
)

Parameters

tenkanSenPeriod
Type: SystemInt32
Tenkan-sen (Conversion Line) Period
kijunSenPeriod
Type: SystemInt32
Kijun-sen (Base Line) Period
senkouSpanPeriod
Type: SystemInt32
Senkou Span (Leading Span) Period
barSizeInMs
Type: SystemInt64
The input data bar size in ms (e.g. 60*1000 for minute bars data)
See Also