My first Crypto Dashboard App in Shiny R running on the Rasberry Pi 3
cryptocurrency·@m4rk.h4nn4·
0.000 HBDMy first Crypto Dashboard App in Shiny R running on the Rasberry Pi 3
# Sneak Peek This is a little sneak peek of my CRYPTODASH. I've made it in Shiny R and running on the Raspberry Pi 3 at my home network :) <center><a href="https://steemitimages.com/DQma2rygnRNwDqmiPUJLMMAaJvdNrpp9fzDagEmfN8hjXHh/CRYPTODASH_0.png" target=_blank><img src="https://steemitimages.com/DQma2rygnRNwDqmiPUJLMMAaJvdNrpp9fzDagEmfN8hjXHh/CRYPTODASH_0.png"/></a></center> ## Dashboard (default page) Simple page with standard *crypto charts* with: * Candlesticks open/close price + low/high price * Close price * Bollinger Bands (more on [wiki](https://en.wikipedia.org/wiki/Bollinger_Bands)) * Moving Avarage with possibility to change period on the left sidebar You can add as many symbols as you like :) <center><a href="https://steemitimages.com/DQmeEyucXMaKo59bXAbTbMBHKUMouenCjADeE94N3KdMrKx/CRYPTODASH.png" target=_blank><img src="https://steemitimages.com/DQmeEyucXMaKo59bXAbTbMBHKUMouenCjADeE94N3KdMrKx/CRYPTODASH.png"/></a></center> ## TOP100 It is top 100 from the [CoinMarketCap API](https://coinmarketcap.com/api/) with: * Rank * Name * Symbol * Market Cap * Price * Circulating Supply * Volume 24h * %1h change * %24h change * %7d change <center><a href="https://steemitimages.com/DQmSbNoyoXYGXBwiNLQa7kazTXMEF82j7yfMqUJLp9VXevB/CRYPTODASH_2.png" target=_blank><img src="https://steemitimages.com/DQmSbNoyoXYGXBwiNLQa7kazTXMEF82j7yfMqUJLp9VXevB/CRYPTODASH_2.png"/></a></center> ## Other ATH and ARBITRAGE tabs are my secret, but you should guess what I'm counting there: * % and $ from ATH * $$$$$ from arbitrage ;) ## Question Would you like to see how to do it? Do you want to see the code? :) Best Wishes, MH