Skip to content

An interactive market visualization tool and R API wrappers for GDAX

Notifications You must be signed in to change notification settings

mtdo/shiny-gdax

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

An interactive market visualization tool and R API wrappers for GDAX

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages