IchimokuKinkoHyo Method (3)¶
IchimokuKinkoHyo (1 of 3)¶
Summary¶
Ichimoku Kinko Hyo Indicator is a moving average based trend identification system.
Remarks¶
Ichimoku Kinko Hyo Indicator contains more data points than standard candlestick charts and thus provides a clearer picture of potential price action.
Signature¶
1 |
|
Parameters¶
Name | Type | Description |
---|---|---|
marketSeries | MarketSeries | |
tenkanSenPeriods | int | The period used for the Tenkan Sen |
kijunSenPeriods | int | The period used for the Kijun Sen |
senkouSpanBPeriods | int | The period used for the Senkou Span B |
Return Value¶
IchimokuKinkoHyo
Declaring Type¶
cAlgo.API.Internals.IIndicatorsAccessor
IchimokuKinkoHyo (2 of 3)¶
Summary¶
Ichimoku Kinko Hyo Indicator is a moving average based trend identification system.
Remarks¶
Ichimoku Kinko Hyo Indicator contains more data points than standard candlestick charts and thus provides a clearer picture of potential price action.
Signature¶
1 |
|
Parameters¶
Name | Type | Description |
---|---|---|
tenkanSenPeriods | int | The period used for the Tenkan Sen |
kijunSenPeriods | int | The period used for the Kijun Sen |
senkouSpanBPeriods | int | The period used for the Senkou Span B |
Return Value¶
IchimokuKinkoHyo
Declaring Type¶
cAlgo.API.Internals.IIndicatorsAccessor
IchimokuKinkoHyo (3 of 3)¶
Signature¶
1 |
|
Parameters¶
Name | Type | Description |
---|---|---|
bars | Bars | |
tenkanSenPeriods | int | |
kijunSenPeriods | int | |
senkouSpanBPeriods | int |
Return Value¶
IchimokuKinkoHyo
Declaring Type¶
cAlgo.API.Internals.IIndicatorsAccessor
Last update: January 30, 2023