Skip to content

Latest commit

 

History

History
39 lines (34 loc) · 1.2 KB

README.md

File metadata and controls

39 lines (34 loc) · 1.2 KB

Shiny-GDAX

The Global Digital Asset Exchange (GDAX) is a regulated U.S. based exchange service for institutions and professional traders offering digital currencies like Bitcoin, Ethereum and Litecoin for fiat currency.
Shiny-GDAX is an interactive market visualization tool for GDAX built using the GDAX API and the Shiny R package.

Prerequisites

The following R packages are required to run Shiny-GDAX:

  • httr
  • jsonlite
  • shiny
  • shinythemes
  • dygraphs
  • xts

Only the first two packages are required to use the R GDAX API wrappers.

Running the application

Shiny-GDAX is launched by running app.R with Shiny's runApp procedure:

$ Rscript -e "shiny::runApp('app.R')"

Alternatively, the application can be launched by running app.R from RStudio.

Todos

  • Websocket client
  • Authenticated client
  • Live price updates with websockets
  • Trading interface
  • Technical analysis indicators

Built with

  • shiny - Web application framework for R
  • dygraphs - Interactive time series charting library