bahibo_plot: Data and Plot for crypto-currency

Description Usage Arguments Value Author(s) Examples

Description

Loads the data of a cryptocurrency and outputs the data, returns and plots.

Usage

1
 bahibo.plot(coin="Bitcoin",currency="EUR",quote="Open",log=FALSE)

Arguments

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

Value

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

Author(s)

S.Baartz

Examples

1
bahibo.plot("Bitcoin","EUR","High",log = F)

StephanBahibo/Bahibo documentation built on Feb. 13, 2022, 9:13 a.m.