• C++ Programming for Financial Engineering
    Highly recommended by thousands of MFE students. Covers essential C++ topics with applications to financial engineering. Learn more Join!
    Python for Finance with Intro to Data Science
    Gain practical understanding of Python to read, understand, and write professional Python code for your first day on the job. Learn more Join!
    An Intuition-Based Options Primer for FE
    Ideal for entry level positions interviews and graduate studies, specializing in options trading arbitrage and options valuation models. Learn more Join!

Understand and Model Cryptocurrencies Volatility Using GARCH Variants

Joined
7/17/19
Messages
3
Points
11
Hi everyone, I have been working on modeling cryptocurrencies volatility using GARCH and its variants. I have run autocorrelations on squared daily log return and realized variance (intraday data both 1-min and 5-min). The lag is quite large (40+). When I used the default values provided with ARCH package (p=1, q=1), the models seem to fit okay based on MAE, MAPE and RMSE.

My apologies for this long post.
Understand and Model Cryptocurrencies Volatility Using GARCH Variants

I have included all calculations and charts while raising the question in the middle of this post. Please let me know if you have suggestions/comments. Much appreciated.


squared_daily_log_return_acf.png

5_min_daily_realized_variance_acf.png
1_min_daily_realized_variance_acf.png
 

Attachments

  • estimated_daily_variance.png
    estimated_daily_variance.png
    117.3 KB · Views: 16
Back
Top