Description Usage Arguments Value
Get candlesticks
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()
)
|
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 |
the current time
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.