Description Usage Arguments Value Author(s) Examples
Read the OHLC-Values + Volume or the gains for a list of crypto- currencies.
1 2 | calculate_multiple_cc(exchange = "CCCAGG", currencies_from,
currency_to = "USD", days, gains)
|
exchange |
A string defining the exchange |
currencies_from |
A vector of strings defining the analyzed currencies |
currency_to |
A string defining the base currency |
days |
An integer defining past x days analyzed |
gains |
boolean, T for gains, F for OHLC-values |
A time series with gains (when gains = T) or ohlc-values and volume (when gains = F)
Philipp Giese
1 | calculate_multiple_cc("CCCAGG",c("BTC","LTC","test","CRAIG"),"USD",7,T)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.