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