Description Usage Arguments Value Author(s) Examples
Loads the data of a cryptocurrency and outputs the data, returns and plots.
1 | bahibo.plot(coin="Bitcoin",currency="EUR",quote="Open",log=FALSE)
|
coin |
a character string. Use bahibo.coins() to see all available coins |
currency |
Default EUR - use USD for data in USD |
quote |
a character string whether to download open, high, low, or close quotes. Default is "Open" |
log |
If True the data are logarithmic |
The plot generates two graphs. On the one hand, the chart based on the prices. For logarithmic values use log=TRUE. you get back the prices including the returns.
For more information. See here: https://bahibo.com
S.Baartz
1 | bahibo.plot("Bitcoin","EUR","High",log = F)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.