Volatility Filtered Market Timing Strategy
Overview
This strategy implements an enhanced buy and hold strategy by adding a filter based on historical volatility. The filter closes long positions during high volatility market regimes and re-enters long positions when volatility is low, in order to reduce maximum drawdown.
Strategy Logic
- Calculate the historical volatility of SPY over the past 100 days
- If current volatility is higher than the 95th percentile of past 100 day's volatility, filter out that trading day, close long position
- If volatility is below 95th percentile, enter long position
Advantage Analysis
Compared to simple buy and hold without filter, this strategy improved annualized returns over the 28 year backtest period (7.95% vs 9.92%) and significantly reduced max drawdown (50.79% vs 31.57%). This shows adding a volatility filter can improve returns and lower risk to some extent.
Risk Analysis
Main risks come from accuracy of volatility calculation methodology and filter parameter tuning. If volatility calc is inaccurate, filter will fail. If filter parameters are tuned poorly (too conservative or aggressive), it can adversely impact strategy returns. Also, past performance does not guarantee future results.
Optimization Directions
Consider adding other confirming indicators as additional filters, like long term moving average, ADX index etc. Parameter tuning is also critical, like testing different lookback periods, filtering thresholds etc. Machine learning & time series analysis techniques can also be used to build and optimize the volatility prediction model.
Summary
This strategy greatly improved returns and reduced max drawdown of a SPY buy & hold strategy via a simple volatility filter. It shows the importance of market regime identification and asset allocation. We can further refine it by optimizing the volatility model and adding confirming signals.
- 1

