isaaczhao23 / Crypto_Analysis

Data analysis for bitcoin and other cryptocurrencies

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to use this program:

  1. This program uses R code. You must have R and RStudio installed (free download).
  2. Download the zip file from this Github page. Unzip and put the folder in your Desktop. Make sure the folder is named "Crypto_Analysis-master".
  3. Open a.Rmd file depending on your objective. Click the green arrow in the top right of each code chunk to run the codes.
  4. You may have to change the directory format if you are on a PC instead of a mac for line 4: setwd(.....)

Current things this analysis can do:

1) Compare percent change of multiple coins on the same graph/table. (Comparison_Graph.Rmd)

comparison_graph(comparison_date="2018-01-01", coins = c("Bitcoin","Litecoin","XRP")) screen shot 2018-10-01 at 1 25 13 am

2) Misc. Informative Trend Graphs

Screen Shot 2019-05-12 at 4 27 19 PM

Screen Shot 2019-05-15 at 12 04 15 AM

Screen Shot 2019-05-12 at 4 35 11 PM

2) Predict the date when the current downtrend or uptrend for Bitcoin will end to buy and sell at the right time. Still work in progress. (Predictions.Rmd)

screen shot 2018-09-01 at 2 58 23 pm

screen shot 2018-09-01 at 1 11 55 pm

About

Data analysis for bitcoin and other cryptocurrencies


Languages

Language:R 100.0%