Description Usage Arguments Value Author(s) Examples
Read the OHLC-values or gains for a distinct cryptocurrency_from in units of cryptocurrency_to at the exchange for the last days
1 | calculate_switch_cc(exchange, currency_from, currency_to, days, gains)
|
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 |
A time series with ohlc-values and volume
Philipp Giese
1 | calculate_switch_cc("CCCAGG","BTC","USD",7,T)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.