calculate_multiple_cc: Get prices or gains for several Cryptocurrencies from...

Description Usage Arguments Value Author(s) Examples

Description

Read the OHLC-Values + Volume or the gains for a list of crypto- currencies.

Usage

1
2
calculate_multiple_cc(exchange = "CCCAGG", currencies_from,
  currency_to = "USD", days, gains)

Arguments

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

Value

A time series with gains (when gains = T) or ohlc-values and volume (when gains = F)

Author(s)

Philipp Giese

Examples

1
calculate_multiple_cc("CCCAGG",c("BTC","LTC","test","CRAIG"),"USD",7,T)

philbtcecho/btcecho documentation built on June 6, 2019, 10:59 a.m.