Ichimoku: Ichimoku Kinko Hyo

Description Usage Arguments Value Author(s) References Examples

Description

Compute the Ichimoku Kinko Hyo indicator.

Usage

1
Ichimoku(high, low, closingPrice)

Arguments

high

A vector of high prices or an xts object.

low

A vector of low prices or an xts object.

closingPrice

A vector of past closing prices or an xts object.

Value

A matrix or an xts object, accordingly to the input, of the same length of the input.

Author(s)

Luca Sanfilippo <luca.sanfilippo@usi.ch>

References

Goichi Hosoda, 1930-69

Examples

1
2
data(BAC)
Ichimoku( BAC$High, BAC$Low, BAC$Close)

giovannikraushaar/TradingIndicatoR documentation built on May 20, 2019, 12:14 p.m.