| ichimoku-package {ichimoku} | R Documentation |
ichimoku: Visualization and Tools for Ichimoku Kinko Hyo Strategies
Description
An implementation of 'Ichimoku Kinko Hyo', also commonly known as 'cloud charts'. Static and interactive visualizations with tools for creating, backtesting and development of quantitative 'ichimoku' strategies. As described in Sasaki (1996, ISBN:4925152009), the technique is a refinement on candlestick charting, originating from Japan and now in widespread use in technical analysis worldwide. Translating as 'one-glance equilibrium chart', it allows the price action and market structure of financial securities to be determined 'at-a-glance'. Incorporates an interface with the OANDA fxTrade API https://developer.oanda.com/ for retrieving historical and live streaming price data for major currencies, metals, commodities, government bonds and stock indices.
Principal ichimoku functions
Data & Visualization
-
ichimokuto create an ichimoku object from price data. -
plot.ichimoku/iplotto plot (interactive) cloud charts from ichimoku objects. -
archivefor reading/writing objects to/from archive files with data verification. -
oandato retrieve price data from the OANDA fxTrade API.
Strategies & ML
-
stratto augment an ichimoku object with a strategy, including combined and asymmetric strategies. -
autostratto automatically evaluate and rank top-performing strategies. -
mlgridto generate a numeric representation of the ichimoku cloud chart. -
relativeto produce a statistical summary of the latest ichimoku numeric representation relative to historical values.
Real-time
-
oanda_chartto plot real-time ichimoku cloud charts using OANDA data. -
oanda_studioa complete live analysis environment using OANDA data implemented in R Shiny. -
oanda_stream/oanda_quoteto obtain the latest live data stream / quote from the OANDA fxTrade API. -
oanda_viewfor a market overview showing the relative performance of constituents. -
oanda_orders/oanda_positionsto retrieve the aggregate OANDA fxTrade order / position book.
Author(s)
Charlie Gao charlie.gao@shikokuchuo.net (ORCID)
References
Sasaki, H. (1996), ichimoku kinkouhyou no kenkyuu. Tokyo, Japan: Toushi Radar.
OANDA' and 'fxTrade' are trademarks owned by OANDA Corporation, an entity unaffiliated with the ichimoku package, its authors or copyright holders.
See Also
Useful links:
Report bugs at https://github.com/shikokuchuo/ichimoku/issues