Thanks for another informative post, Martin.Quote from Sparohok:
I think the basic idea is that you can always get more information about volatility by looking at a shorter timescale. The more information you have the faster your estimate will converge, resulting in a more responsive estimator. However intraday data is difficult to work with, and less widely available than end of day data. Open-high-low-close bars provides some information about intra-period volatility and results in a slightly faster estimator than open-close bars.
You can find a lot of good stuff through scholar.google.com.
Martin
Here's what I found on Rogers-and-Satchell:
It is designed to be 'drift-independent'. I'm not sure what the advantage of that is.
The n-day volatility_RS is
(volatility_RS)^2 =
(1/n)*SUM_from_i=1_to_i=n[ ln[Hi/Oi]*ln[Hi/Ci] + ln[Li/Oi]*ln[Li/Ci] ]
This is apparently designed to measure the deviation from the trendline between Oi and Ci for every day from i=1 to n. It is an all-intra-day (no interday) measure.