Recent Releases of cryptoquotes
cryptoquotes - cryptoQuotes 1.3.0
Improvements
General function improvements
get_lsratioandgetLSratio()supportskrakenandbybitassourceavailable_-functions are more adaptive to the callling environments
```R
charting the klines
with indicators as
subcharts
available_exchanges(type = 'ohlc') ```
Now returns all available exhanges that supports Open, High, Low and Close market data. The type-argument can be changed to, for example, lsratio to get
all available exchanges that supports Long to Shorts ratios. Similar changes have been made to remaining available_-functions.
Error-handling
All get_*- and available_*-functions are now more robust to API and input errors.
Default Returning
quotesandfear and greed indexnow returns200rows instead of100
Charting
- The
chartsnow has adarkandlighttheme. Its passed into theoptions = list(dark = TRUE)of thechart()-function. - The
chartsare now more color deficiency compliant, and thedeficiencyparameter inoptions = list(deficiency = TRUE)now applies to allchart-elements - The
chartsare now constructed without%>%and, should, be more intuitive to navigate in. See example below,
```R
charting the klines
with indicators as
subcharts
chart( ticker = BTCUSDT, main = kline(), sub = list( volume(), macd() ), indicator = list( bollinger_bands(), sma(), alma() ), options = list( dark = TRUE, deficiency = FALSE ) ) ```
Exchange Support
The following exchanges have been added to list of exchanges available,
- ByBit
New features
- Funding rates
```R
get funding rate
get_fundingrate( ticker = "BTCUSDT", source = "binance" ) ```
- Open interest
```R
get open interest
get_openinterest( ticker = "BTCUSDT", source = "binance" ) ```
Breaking Changes
Charting
- All the
charting-functions have been reworked without backwards compatibility, orlifecycle::deprecated()-warnings. Thecharting-functions were, and still is, in anexperimental-stage.
API Calls
- All
datespassed toget_*-functions assumed the dates were given inUTC, and were retrieved asUTC. These have now been changed; all functions now usesSys.timezone()asdefaultupon request and retrieval.
Warning
As the cryptoQuotes-package has moved to the tidyverse style guide, the getFoo-functions are now deprecated. These will be permanently deleted, and removed from the cryptoQuotes-package, at version 1.4.0!
- R
Published by serkor1 over 2 years ago
cryptoquotes - cryptoQuotes 1.2.1
Minor Updates
- Added DOGECOIN data. This data is extracted on the
1mchart, around Elon Musks Tweet. - Added a usecase in the Vignette about Dogecoin and Elon Musk to showcase the functionality of the library.
Bugfixes
- Corrected misspelled ticker in Vignette
- All returned Quotes are now in
UTC, again. - Fixed an error on the `
BitmartAPI where weekly candles would throw an error.
- R
Published by serkor1 over 2 years ago
cryptoquotes - cryptoQuotes 1.0.0
- Initial CRAN submission.
- R
Published by serkor1 over 2 years ago