I'm trying to implement a trading strategy, however I'm stuck with "replicating volatility". Hope that you can shed some light on this. Below are all the info that I have gathered about the strategy.
Intra-day volatility arbitrage strategy (VolArb)
It has been long observed (Lo and MacKinlay 1988) that, for a mean-reverting process, the high frequency volatility is bigger than the low frequency volatility, hence an arbitrage opportunity. For instance, the daily volatility > monthly volatility > yearly volatility. Conceivably, we may make a profit by buying the bigger volatility and selling the smaller volatility. In fact, we can mathematically compute the expected P&L for any price process.
The success of the VolArb strategy depends on
We have extensively evaluated the performance of VolArb on trading currency pairs in many settings, taking into account bid-ask. For low frequency trading, the P&L is above 6% of the maximalexposure with a max draw down of 2 - 3%. The Sharpe ratio ranges from 2 to 3. For higher frequency trading, e.g., intra-day, the P&L ranges from 20% - 40% of the maximal exposure with a max draw down of 2 - 8%. The Sharpe ratio is above 2.
Given any price time series, the volatility changes depending on how often you take an observation. For instance, suppose, for AUDNZD, you use the hourly data to compute volatility (V_H) and the daily data to compute volatility (V_D). You will see that V_H is bigger than V_D statistically. This is a property of any mean-reverting asset/price process, which can be proved mathematically.
So, if you can replicate V_H by buying and selling AUDNZD, and replicate V_D by buying and selling AUDNZD. You are expected to make a profit proportional to (V_H - V_D) > 0.
For a pair (AUDNZD, GBPJPY), the concept is the same. We apply it to the spread adjusted by beta, such as, Z = AUDNZD - GBPJPY. So, we are buying and sell AUDNZD and GBPJPY, according to the volatility difference signal.
Can you please shed a light on how to replicate V_H or V_D?
Did you mean, buy/sell underlying asset at low/high price based on its mean-reversion?
it is about buying/selling the underlying asset(s) at low/high to replicate V_H and V_D.
Intra-day volatility arbitrage strategy (VolArb)
It has been long observed (Lo and MacKinlay 1988) that, for a mean-reverting process, the high frequency volatility is bigger than the low frequency volatility, hence an arbitrage opportunity. For instance, the daily volatility > monthly volatility > yearly volatility. Conceivably, we may make a profit by buying the bigger volatility and selling the smaller volatility. In fact, we can mathematically compute the expected P&L for any price process.
The success of the VolArb strategy depends on
- finding or constructing a piece-wise mean-reverting or slowly-moving-mean asset,
- trading the "right" volatility difference(s).
We have extensively evaluated the performance of VolArb on trading currency pairs in many settings, taking into account bid-ask. For low frequency trading, the P&L is above 6% of the maximalexposure with a max draw down of 2 - 3%. The Sharpe ratio ranges from 2 to 3. For higher frequency trading, e.g., intra-day, the P&L ranges from 20% - 40% of the maximal exposure with a max draw down of 2 - 8%. The Sharpe ratio is above 2.
Given any price time series, the volatility changes depending on how often you take an observation. For instance, suppose, for AUDNZD, you use the hourly data to compute volatility (V_H) and the daily data to compute volatility (V_D). You will see that V_H is bigger than V_D statistically. This is a property of any mean-reverting asset/price process, which can be proved mathematically.
So, if you can replicate V_H by buying and selling AUDNZD, and replicate V_D by buying and selling AUDNZD. You are expected to make a profit proportional to (V_H - V_D) > 0.
For a pair (AUDNZD, GBPJPY), the concept is the same. We apply it to the spread adjusted by beta, such as, Z = AUDNZD - GBPJPY. So, we are buying and sell AUDNZD and GBPJPY, according to the volatility difference signal.
Can you please shed a light on how to replicate V_H or V_D?
Did you mean, buy/sell underlying asset at low/high price based on its mean-reversion?
it is about buying/selling the underlying asset(s) at low/high to replicate V_H and V_D.