필터 지우기
필터 지우기

volatility of intraday (minute data)

조회 수: 5 (최근 30일)
Mate 2u
Mate 2u 2011년 8월 25일
댓글: nan hu 2017년 4월 26일
Hi there,
I was wondering on how to calculate the volatility on 1 day prices which are minute by minute? If anybody could help me I would appreciate it.
Reason why I want to know as I want to check during the day graphically the most volatile times.
Best,
  댓글 수: 1
nan hu
nan hu 2017년 4월 26일
Doing subsampling by every 5 mins

댓글을 달려면 로그인하십시오.

채택된 답변

Oleg Komarov
Oleg Komarov 2011년 8월 25일
You can use relized measure with high frequency intraday data: http://realized.oxford-man.ox.ac.uk/data/documentation/econometric-methods.
Here's a list of related literature: http://realized.oxford-man.ox.ac.uk/research/literature
And here'r the link to the free toolbox that implements realised measures: http://www.kevinsheppard.com/wiki/MFE_Toolbox
  댓글 수: 7
Oleg Komarov
Oleg Komarov 2011년 8월 25일
Basically the folder Realized contains the functions that you will need to compute realized measures.
realized_variance is the function that computes the realized variance but all you need in your case, with data already calendar time sampled at the one minute is to calculate the sum(logreturns^2) = RV1m.
Mate 2u
Mate 2u 2011년 8월 26일
Hi Oleg I sent you a email.

댓글을 달려면 로그인하십시오.

추가 답변 (2개)

Mate 2u
Mate 2u 2011년 8월 25일
Hi Oleg,
This looks interesting. There seems to be many ways to calculate the realized volatilities. Which method do you think would be best for 1 minute data which, if you have experience?
Best,

Trung Hieu Le
Trung Hieu Le 2016년 4월 3일
I also need to calculate the volatility on 1 day prices which are minute by minute? However, I cannot access to the above links. Could you please send me the code by email? Thanks in advance for your help.

카테고리

Help CenterFile Exchange에서 Financial Toolbox에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by