This project explores advanced time series techniques—namely ARIMA, GARCH, Granger Causality, and Vector Error Correction Models (VECM)—to forecast the volatility and market trends of two major cryptocurrencies: Bitcoin and Ethereum.
This project explores advanced time series techniques—namely ARIMA, GARCH, Granger Causality, and Vector Error Correction Models (VECM)—to forecast the volatility and market trends of two major cryptocurrencies: Bitcoin and Ethereum.
To analyze and forecast the log returns of the market capitalizations of Bitcoin and Ethereum using statistical time series models. We aim to identify cointegration and volatility patterns for pair trading and risk estimation.
The data used in this project is obtained from:
We used data for:
Bitcoin
: April 29, 2013 – July 6, 2021Ethereum
: August 8, 2015 – June 6, 2021The models predicted 10 future log returns for both BTC and ETH. These results can be extended for pricing or risk simulations.
crypto-forecast-garch-cointegration/
│
├── data/ # Raw and processed CSVs
├── notebooks/ # R scripts or RMarkdowns for each modeling stage
├── results/ # Plots and tables
├── README.md # Project overview
└── final_report.pdf # Full project write-up (your uploaded PDF)