qt_api_candles: Get candlesticks

Description Usage Arguments Value

View source: R/api.R

Description

Get candlesticks

Usage

1
2
3
4
5
6
7
8
9
qt_api_candles(
  symbol_id,
  start_time,
  end_time,
  interval = c("OneMinute", "TwoMinutes", "ThreeMinutes", "FourMinutes", "FiveMinutes",
    "TenMinutese", "FifteenMinutes.", "TwentyMinutes", "HalfHour", "OneHour", "TwoHours",
    "FourHours", "OneDay", "OneWeek", "OneMonth", "OneYear"),
  account_set = load_account_set()
)

Arguments

symbol_id

the ID of the symbol to look up.

start_time

a datetime

end_time

an end time

interval

the time interval

account_set

account set

Value

the current time


colin-fraser/questradeR documentation built on Dec. 31, 2020, 10:05 p.m.