calculate_switch_cc: Get price or gains from cryptocompare

Description Usage Arguments Value Author(s) Examples

Description

Read the OHLC-values or gains for a distinct cryptocurrency_from in units of cryptocurrency_to at the exchange for the last days

Usage

1
calculate_switch_cc(exchange, currency_from, currency_to, days, gains)

Arguments

exchange

A string defining the exchange

currency_from

A string defining the analyzed currency

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 ohlc-values and volume

Author(s)

Philipp Giese

Examples

1
calculate_switch_cc("CCCAGG","BTC","USD",7,T)

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