In this article, we delve into the concept of volatility and explore intriguing opportunities to use it to our advantage. Generally, volatility refers to the magnitude of price fluctuations relative to their average value. Several tools can measure volatility, with the most well-known being standard deviation. Other tools, such as the Average True Range (ATR), are frequently employed in trading system development, as well as Bollinger Bands.
Regardless of the unique characteristics of these tools, it is essential to note that they all measure historical volatility, meaning they analyze the volatility exhibited by an asset over a specific time frame.
Understanding Implied Volatility
Here, we introduce a new concept: implied volatility. What does it entail? Unlike historical volatility, which looks backward, implied volatility estimates future price fluctuations of an asset. Essentially, it reflects the market’s and market makers' expectations of the asset's movements in the near future.
Figure 1. Historical trends of the VIX Index ($VIX.X) from 2010 to present
As shown in Figure 1, the VIX Index has a unique behavior: it remains stationary most of the time, oscillating around average values, but experiences brief, explosive spikes during market crashes.
Broadly speaking, there are two main approaches to leveraging market volatility. The first involves using implied volatility, such as the VIX Index, as a filter for trading decisions. This is similar to how historical volatility tools—like standard deviation, average true range, and Bollinger Bands—are utilized. This approach aims to limit trading activity, especially in equity futures, to focus on trades with a higher probability of success.
The second approach, which we'll explore in this article, focuses on developing a trading strategy specifically targeting implied volatility. This involves utilizing financial instruments designed to replicate implied volatility.
Trading Strategy on VIX Futures (@VX)
This strategy focuses on the VIX Futures (@VX), traded on the CBOE in Chicago, with the VIX Index as its underlying asset.
As previously mentioned, the VIX Index is characterized by its strong mean-reverting behavior. To test this trait, we designed a straightforward trading system based on Bollinger Bands and applied it to a 30-minute chart. For our analysis, we backtested the strategy from January 2010 to November 2023, using the standard trading session hours (5:00 PM to 4:00 PM).
The trading system follows these rules: a short position is entered when the price breaks below the upper Bollinger Band (“UpperBand”), and a long position is entered when the price breaks above the lower Bollinger Band (“LowerBand”). An initial stop loss of $2,000 is applied to manage risk effectively.
Here's the EasyLanguage code for the strategy:
Figures 2 and 3 provide examples of trades and the backtest results.
Figure 2. Example of a short trade executed using the “Bollinger Bands” trading system on VIX Futures.
Figure 3. Strategy Performance Summary for the “Bollinger Bands” trading system on VIX Futures.
Upon analyzing the results, it's evident that the strategy seems to work effectively only on the short side. But why does this significant difference in behavior occur? To understand this better, take a look at Figure 4, which shows the long-term charts of the VIX Index and the VIX Futures.
Figure 4. Comparing VIX Index (@VIX.X) and VIX Futures (@VX).
The correlation between the two charts is apparent. For instance, every spike in the VIX Index corresponds to a spike in the VIX Futures, albeit of varying magnitudes. However, one detail immediately stands out: the continuous loss of value in the VIX Futures over time. Why does this happen?
The answer lies in how futures are priced. Since the futures trade at a higher price than the index, in the absence of market anomalies or crashes, they gradually depreciate each day until they converge with the index's value at expiration.
This creates a strong long-term bias, making the strategy ineffective on the long side when employing a mean-reverting approach.
Given this, our next step is clear: we will refine the development of this strategy by focusing exclusively on the short side.
Optimization of a Mean-Reverting Strategy for the Volatility Futures Market (@VX)
Figure 5. Optimization results for the “Bollinger Bands short only” trading system on VIX Futures.
The results revealed that reducing the length of Bollinger Bands from 20 bars to 15, while keeping the standard deviation at 2, improved performance. Net profit increased from $145,220 to $158,350, and average trade value rose from $160.82 to $172.60. Based on these metrics, we selected these parameters.
Figure 6. Detailed Equity Curve of the “Bollinger Bands short only” trading system on VIX Futures.
Until now, we've operated under the assumption of leveraging the full trading session from 5:00 PM to 4:00 PM. However, let's explore whether a more restricted time window could yield better results. Additionally, we'll examine the maximum number of days a position should remain open for optimal performance, keeping in mind our initial rule to close all trades by Friday afternoon.
Using a proprietary function, we incorporated these time constraints into the system's code and ran a parameter optimization.
Figure 7. Time window optimization for the "Bollinger Bands short only" trading system on VIX Futures.
Figure 8. MaxDaysInTrade optimization for the "Bollinger Bands short only" trading system on VIX Futures.
The optimization of the time window revealed that the most profitable operating hours aren't the standard 23-hour period (5:00 PM–4:00 PM), but a shorter window between 6:00 PM and 2:00 PM. Furthermore, the analysis showed that the ideal maximum duration for holding a trade is five days. Extending beyond this limit provides no significant benefit and, in fact, increases exposure to market risk.
Figure 9. Strategy Performance Summary and Total Trade Analysis after optimizing the time window and MaxDaysInTrade.
What steps can we take to enhance the performance of our trading system?
Figure 10. Optimization of the price patterns in the “Bollinger Bands short-only” trading system on VIX Futures.
As a final step, we could implement a Breakeven Stop. This stop triggers when an open position reaches a certain profit level, preventing a winning trade from turning into a loss. While this type of stop doesn't always enhance the overall performance of a strategy, it provides peace of mind for traders, especially in a market like this one. We'll experiment with this alongside optimizing the initial stop loss, which was initially set at $2,000.
Figure 11. Optimization of stop loss and breakeven stop in the “Bollinger Bands short-only” trading system on VIX Futures.
Figure 12. Detailed Equity Curve after optimizing patterns, stop loss, and breakeven stop in the “Bollinger Bands short-only” trading system on VIX Futures.
Figure 13. Strategy Performance Summary and Total Trade Analysis after optimizing patterns, stop loss, and breakeven stop in the “Bollinger Bands short-only” trading system on VIX Futures.
Conclusions: Mean-Reverting Trading System on VIX Futures (@VX)
I encourage readers to explore this approach further, test its application, and perhaps refine it to improve results even more. The realm of trading is one of constant experimentation and learning, and this strategy offers an excellent starting point.
Until next time, happy trading!
Andrea Unger
© 2026 Benzinga.com. Benzinga does not provide investment advice. All rights reserved.
To add Benzinga News as your preferred source on Google, click here.
