Description Usage Arguments Value
Only open, high, low, close columns are ajusted.
1 2 3 4 5 | adjust_ohlc(
ohlc,
adjust = c("forward", "qfq", "backward", "hfq"),
api = TushareApi()
)
|
ohlc |
a data.table of OHLC data |
adjust |
Adjustment method |
api |
a tsapi object |
a data.table
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.