ichimoku: Ichimoku

Description Usage Arguments Examples

View source: R/ichimoku.R

Description

Ichimoku

Usage

1
ichimoku(HLC, nFast = 9, nMed = 26, nSlow = 52)

Arguments

HLC

xts object that contains High-Low-Close prices

nFast

fast period of

nMed

medium period of days

nSlow

slow period of days

Examples

1
ichimoku(price_data, nFast = 9, nMed = 26, nSlow = 52)

rengelke/tradr documentation built on Jan. 2, 2022, 2:03 p.m.