From 9fdc1e00725c2aec22f512d17ca8f59a4558ab41 Mon Sep 17 00:00:00 2001 From: serkor1 <77464572+serkor1@users.noreply.github.com> Date: Fri, 10 Nov 2023 14:17:57 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20@=20serkor1/?= =?UTF-8?q?cryptoQuotes@255367b1d33536215efc654faf4b65b89b0f4488=20?= =?UTF-8?q?=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- articles/03-exchanges.html | 2 +- articles/04-charting.html | 18 +++++++++--------- articles/05-quantmod.html | 12 ++++++------ .../figure-html/unnamed-chunk-5-1.png | Bin 85585 -> 113512 bytes .../figure-html/unnamed-chunk-5-2.png | Bin 103852 -> 148981 bytes articles/cryptoQuotes.html | 8 ++++---- pkgdown.yml | 2 +- reference/addMA.html | 4 ++-- reference/addMACD.html | 4 ++-- reference/addRSI.html | 4 ++-- reference/addVlines.html | 4 ++-- reference/addVolume.html | 4 ++-- reference/availableExchanges.html | 2 +- search.json | 2 +- 14 files changed, 33 insertions(+), 33 deletions(-) diff --git a/articles/03-exchanges.html b/articles/03-exchanges.html index 7a6eca19..e7017695 100644 --- a/articles/03-exchanges.html +++ b/articles/03-exchanges.html @@ -103,7 +103,7 @@

Supported exchanges
 cryptoQuotes::availableExchanges()
 #>  Available exchanges
-#>  binance, kucoin, kraken
+#> binance, kucoin, kraken, bitmart diff --git a/articles/04-charting.html b/articles/04-charting.html index 36d2c923..f4a4ebd4 100644 --- a/articles/04-charting.html +++ b/articles/04-charting.html @@ -98,7 +98,7 @@

Basic kline and bar chartThe cryptoQuotes uses plotly to visualize the quotes. It supports color deficiency as well.

-

Note: As per 2023-11-04 the charting is still in its +

Note: As per 2023-11-10 the charting is still in its experimental phase.

@@ -111,8 +111,8 @@ 

Basic kline and bar chart ATOMUSDT ) )

-
-
+
+
 ## simple kline chart
 ## without indicators
 chart(
@@ -120,8 +120,8 @@ 

Basic kline and bar chart ATOMUSDT ) )

-
- +
+

Charting with Indicators @@ -139,8 +139,8 @@

MACD and Bollnger Bands ATOMUSDT ) %>% addMACD() %>% addBBands() )

-
- +
+

Bollinger Bands and Volume @@ -153,8 +153,8 @@

Bollinger Bands and Volume ATOMUSDT ) %>% addBBands() %>% addVolume() )

-
- +
+