Usage
chartSeries(x,
type = c("auto", "candlesticks", "matchsticks", "bars","line"),
subset = NULL,
show.grid = TRUE,
name = NULL,
time.scale = NULL,
log.scale = FALSE,
TA = 'addVo()',
TAsep=';',
line.type = "l",
bar.type = "ohlc",
theme = chartTheme("black"),
layout = NA,
major.ticks='auto', minor.ticks=TRUE,
yrange=NULL,
plot=TRUE,
up.col,dn.col,color.vol = TRUE, multi.col = FALSE,
...)reChart(type = c("auto", "candlesticks", "matchsticks", "bars","line"),
subset = NULL,
show.grid = TRUE,
name = NULL,
time.scale = NULL,
line.type = "l",
bar.type = "ohlc",
theme = chartTheme("black"),
major.ticks='auto', minor.ticks=TRUE,
yrange=NULL,
up.col,dn.col,color.vol = TRUE, multi.col = FALSE,
...)
Arguments
x
an OHLC object - see details
type
style of chart to draw
subset
xts style date subsetting argument
show.grid
display price grid lines?
time.scale
what is the timescale? automatically deduced (broken)
log.scale
should the y-axis be log-scaled?
TA
a vector of technical indicators and params, or character strings
TAsep
TA delimiter for TA strings
line.type
type of line in line chart
bar.type
type of barchart - ohlc or hlc
theme
a chart.theme object
layout
if NULL
bypass internal layout
major.ticks
where should major ticks be drawn
minor.ticks
should minor ticks be draw?
plot
should plot be drawn
up.col
up bar/candle color
dn.col
down bar/candle color
color.vol
color code volume?
multi.col
4 color candle pattern