iplot interactive ichimoku plot
Plot interactive Ichimoku Kinko Hyo cloud charts from ichimoku objects.
iplot(x, from, to, ticker, theme = "default", gaps = FALSE, ...)
x |
an object of class 'ichimoku'. |
from |
(optional) a starting date/time to subset the plot. |
to |
(optional) an ending date/time to subset the plot. |
ticker |
(optional) specify a ticker (or other text) to include in the chart heading. If not set, the ticker saved within the ichimoku object will be used. |
theme |
with a default of 'default'. This can also be set to 'dark' or 'solarized' to select the desired colour scheme. |
gaps |
set to FALSE by default to remove weekend and holiday gaps. Set to TRUE for a continuous timescale axis, but with gaps for non-trading days. |
... |
other arguments to be passed along. |
Returns a plotly object with classes 'plotly' and 'htmlwidget'.
Please refer to the reference vignette by running:
vignette("reference", package = "ichimoku")
cloud <- ichimoku(sample_ohlc_data, ticker = "TKR") iplot(cloud) iplot(cloud, from = "2020-05-15", to = "2020-10-30", theme = "dark") iplot(cloud, ticker = "TKR Co.", theme = "solarized", gaps = TRUE)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.