CandlestickData: CandlestickData Object

Description Usage Arguments Details Value

Description

CandlestickData Object

Usage

1
2
CandlestickData(highSeries = NULL, lowSeries = NULL, closeSeries = NULL,
  openSeries = NULL)

Arguments

highSeries

The range data (vertical axis) for the high/maximum value for each

lowSeries

The range data (vertical axis) for the low/minimum value for each candle

closeSeries

The range data (vertical axis) for the close/final value for each candle

openSeries

The range data (vertical axis) for the open/initial value for each

Details

Autogenerated via gar_create_api_objects The Candlestick chart data, each containing the low, open, close, and highvalues for a series.

Value

CandlestickData object


lantanacamara/googleSheetsR documentation built on May 3, 2019, 11:52 p.m.