Category: TRADING

What It Takes to Win at Quantitative Investing

A recent podcast on Bloomberg offers some interesting perspectives on quantitative investing. Interest in quantitative investing strategies continues to grow; however, as the space gets more competitive, making money and winning gets harder and harder. Computation costs alone can be prohibitive. On the latest episode, we speak with Columbia Business …

Forecasting Volatility with GARCH Model-Volatility Analysis in Python

In a previous post, we presented an example of volatility analysis using Close-to-Close historical volatility. In this post, we are going to use the Generalized Autoregressive Conditional Heteroskedasticity (GARCH) model to forecast volatility. In econometrics, the autoregressive conditional heteroscedasticity (ARCH) model is a statistical model for time series data that …

Implied Volatility of Options-Volatility Analysis in Python

Volatility measures market expectations regarding how the price of an underlying asset is expected to move in the future. There are two types of volatility: historical volatility and implied volatility. In a series of previous posts, we presented methods and provided Python programs for calculating historical volatilities. In this post, …

Quantitative Trading

If you’re looking to set up your own algorithmic trading business, quantitative trading is a market you can consider. Many independent investors are exploring the market, learning to generate data, and execute it. In the past, quantitative trading used to be the business of hedge funds and other financial institutions …

How to Forecast Implied Volatility

How do you determine the volatility of an unlisted entity, and more generally, how do you forecast volatility? These are non-trivial questions. There is an interesting discussion on Stackexchange: Here is a question I had for a long time but I never asked. Let’s take an easy example, AirBnb will …

Garman-Klass-Yang-Zhang Historical Volatility Calculation – Volatility Analysis in Python

In the previous post, we introduced the Garman-Klass volatility estimator that takes into account the high, low, open, and closing prices of a stock. In this installment, we present an extension of the Garman-Klass volatility estimator that also takes into consideration overnight jumps. Garman-Klass-Yang-Zhang (GKYZ) volatility estimator consists of using …