Hello,
I am computing daily volatility as the standard deviation of the returns/movements at the top of the order book for a symbol.
that is,
midpoint = bid+ask/2
return = new_midpoint+old_midpoint / old_midpoint
volatility = std_dev (return..)
What do you think about this? Is there some source where I can backtest my computation?
For aggregate volatility numbers, I simply maintain a 20-day moving average the daily volatility numbers.
Any suggestions are most welcome.
thanks,
Sam
I am computing daily volatility as the standard deviation of the returns/movements at the top of the order book for a symbol.
that is,
midpoint = bid+ask/2
return = new_midpoint+old_midpoint / old_midpoint
volatility = std_dev (return..)
What do you think about this? Is there some source where I can backtest my computation?
For aggregate volatility numbers, I simply maintain a 20-day moving average the daily volatility numbers.
Any suggestions are most welcome.
thanks,
Sam