NexusFi: Find Your Edge


Home Menu

 



Continuous Contracts and Back-Adjusted Data: Why Your Chart's Historical Prices Might Be Fiction

Looking for DTN IQFeed pricing, features, reviews, and community ratings? Visit the directory listing.
DTN IQFeed Directory →
Looking for NinjaTrader pricing, features, reviews, and community ratings? Visit the directory listing.
NinjaTrader Directory →

Overview #

Overview #

Your 200-day moving average just spiked 500 points overnight. Your backtested strategy shows a support level at ES 3200

Welcome to continuous contracts

Futures contracts expire. That's a fundamental reality of the product. And because they expire, traders need a way to stitch multiple contract months together into a single, analyzable time series. The resulting "continuous contract" is a research convenience, not a market truth. [1] Every method of building one preserves something useful and destroys something else. The trader who doesn't understand what's been preserved

Key Takeaway

The trader who doesn't understand what's been preserved This article explains how continuous futures contracts are built, how roll and back-adjustment methods work, what distortions they introduce, and how to choose the right synthetic series for backtesting, chart analysis, and indicator research.

“First of all there are several ways of creating continuous or merged futures.”
“First of all there are several ways of creating continuous or merged futures.”

This article explains how continuous futures contracts are built, how roll and back-adjustment methods work, what distortions they introduce, and how to choose the right synthetic series for backtesting, chart analysis, and indicator research.

CL crude oil real vs back-adjusted price distortion
Back-adjusted CL shows dollar48 distortion at 2008 peak.

Why Futures Need Continuous Data #

A single ES futures contract might have 3 months of liquid trading. A CL contract has roughly 2 months of meaningful volume before the next month takes over. If you want to study price behavior over a year

The problem: when one contract expires and the next takes over, there's almost always a price difference between them. This isn't a data error. It's economics. The gap comes from carry costs, interest rates, storage and convenience yield (for physical commodities), and market expectations about future prices. In a contango market, the next contract trades higher than the expiring one. In backwardation, it trades lower.

Roll gap between expiring and next futures contract
The roll gap between expiring and next contract is economic, not a data error.
alt="Roll gap between expiring and next futures contract showing price discontinuity" loading="lazy" width="800" height="450">

The roll gap between expiring and next contract is economic

That gap

Moving average distortion from adjustment methods
Same SMA different behavior depending on adjustment.

The Three Types of Continuous Series #

As @Fat Tails explains on NexusFi, there are three fundamental types of continuous data, each with different properties: [2]

Unadjusted (merged with gaps)

Back-adjusted (merged, gap removed)

Perpetual (continuous, weighted splice)

Decision framework for continuous contract methods
Match method to purpose.

Roll Methods: When to Switch Contracts #

Building a continuous series requires two decisions: when to roll, and how to stitch. The "when" comes first.

Comparison of calendar, volume, and open interest roll timing
Different roll methods trigger at different times.
alt="Comparison of calendar, volume, and open interest roll timing methods" loading="lazy" width="800" height="450">

Different roll methods trigger at different times

Calendar Roll

Fixed-date rollover, typically 8-15 days before expiry depending on the product. ES financial futures have well-established roll dates

Volume Roll

Switch when the next contract's volume exceeds the current contract's volume. This is market-driven and follows liquidity in real-time. For CL crude oil, where roll timing can be erratic, volume-based rolls often produce better data than calendar rolls. [5] The downside: different traders see different roll dates depending on when exactly the crossover happened in their data feed, making series harder to reproduce.

Open Interest Roll

Switch when next contract's open interest surpasses the current. OI tracks institutional positioning rather than daily activity, so it often lags the volume crossover by 1-3 days. Some traders prefer it as a more stable, less noisy signal. The practical difference between volume and OI rolls is usually small for financial futures but can be significant for commodities with irregular roll patterns.

In practice, most data vendors use hybrid rules or their own proprietary conventions. Pinnacle Data uses the 11th of the month. NinjaTrader's default merge policy uses preset dates for financial futures. [6] The important point: two continuous charts of the same market can look different because they rolled on different dates.

Back-Adjustment Methods: How to Stitch #

Once you've decided when to roll, you need to decide what to do about the price gap. There are four standard approaches.

Three back-adjustment methods compared
Same market, three different price histories.
alt="Comparison of no adjustment, difference adjustment, and ratio adjustment methods" loading="lazy" width="800" height="450">

The same market produces three different price histories depending on the adjustment method chosen.

No Adjustment (Raw Concatenation)

Leave the gaps. What you see is what actually traded. This is the only series that shows real, tradable price levels. Use it when you need to know where the market actually was

Difference Adjustment (Additive Splice)

At each roll date, calculate the gap between old and new contract, then shift all prior data up or down by that amount. A 5-point contango gap means every historical bar gets shifted down by 5 points. This preserves dollar price changes perfectly

The catch: absolute price levels become fictional. With monthly-rolled commodities, the cumulative adjustment compounds over years. As @Fat Tails documented, back-adjusted CL crude oil showed prices as high as $185+ per barrel for the 2008 peak, when the actual high was $147. [2] For markets like soybeans, back-adjusted prices can even go negative

Ratio Adjustment (Multiplicative Splice)

Instead of adding/subtracting the gap, multiply all prior data by the ratio of new/old contract prices at the roll point. This preserves percentage returns rather than dollar changes. A 2% rally before adjustment remains a 2% rally after.

Ratio adjustment is better for return-based research, volatility estimation, and any analysis that uses percentages. But @kevinkdog raises a critical nuance: typical back-adjusted contracts work well with price differences but give incorrect results for ratio calculations. [8] If you're computing spreads or relative values between instruments, you need to carefully match the adjustment method to what you're calculating.

Panama Canal Method

A variant of difference adjustment that's become the default in many data products. The name comes from the analogy of joining two waterways at different elevations through a series of locks. In practice, it's often implemented identically to additive back-adjustment, but some vendors apply the adjustment gradually over several bars rather than all at once. The terminology is inconsistent across the industry

What Goes Wrong: The Fiction in Your Data #

Every adjustment method introduces artifacts. The question isn't whether your continuous data lies to you

alt="CL crude oil real price versus back-adjusted showing $48 distortion at 2008 peak" loading="lazy" width="800" height="450">

Back-adjusted CL data shows a 2008 peak ~$48 above the real trading price due to cumulative contango roll costs.

Artificial Price Levels

Back-adjusted historical prices never actually traded. They're mathematical artifacts of the adjustment process. Placing a limit order at a "support level" from 6 months ago on a back-adjusted chart is placing an order at a fictional price. The actual level where the market found support in that contract was different. This matters most for commodities with large monthly rolls (CL, NG) and less for financial futures with quarterly rolls and smaller carry (ES, NQ).

False Indicator Signals

On unadjusted data, a 20-point contango gap at rollover creates a phantom spike in every indicator that processes raw price. Your moving average jumps. Your RSI resets. Your Bollinger Bands explode wider. Back-adjustment fixes this, but introduces a subtler problem: the shifted historical prices change where indicators calculated on older data would have been. [3]

alt="Moving average distortion from unadjusted versus back-adjusted data at roll point" loading="lazy" width="800" height="450">

The same 5-bar SMA produces a false spike on unadjusted data while the back-adjusted version stays smooth.

Broken Support and Resistance

Historical support and resistance levels shift with each new adjustment. A level that held three times last quarter is now 15 points lower on the back-adjusted chart. As @Fat Tails notes, the absolute levels of support and resistance over a longer time period are false on back-adjusted data. The only chart showing real traded levels is the unadjusted merged chart. [3]

For short-term traders looking back a few days or weeks, this distortion is minimal. For swing traders looking back months, it becomes significant. For position traders studying multi-year levels, it's large enough to be dangerous.

Hidden Roll Yield

A back-adjusted chart hides the roll cost (or benefit) entirely. @Private Banker makes a compelling analogy from the institutional perspective: tracking your P&L against back-adjusted levels after rolling is like tracking stock performance against pre-split prices. Once you've rolled, your P&L is tied to the new contract's levels. [9]

For long-only commodity funds, the difference between real returns and what a back-adjusted chart shows can be enormous. @Fat Tails demonstrated that the gap between a continuous contract and a back-adjusted contract for CL represents the cumulative rollover losses of a long-only fund. [10]

Which Method for Which Purpose #

alt="Decision framework matching data construction method to analysis purpose" loading="lazy" width="800" height="450">

No single method works for everything

The right continuous contract depends entirely on what you're doing with it.

For backtesting trading strategies: Use difference-adjusted (back-adjusted) data. This is the standard and it's what

“I ALWAYS backtest with continuous back adjusted contracts.”

[7] But avoid strategy rules that depend on absolute price levels, and be cautious with percentage-based calculations.

For visual trend analysis: Difference-adjusted gives you smooth, gap-free charts where trends are visible and swing sizes are accurate. Fibonacci retracements work correctly on back-adjusted data because the relative moves are preserved. [1]

For support and resistance: Use the current individual contract for levels that matter right now. For historical levels, the unadjusted merged chart shows where the market actually traded

For ratio or percentage calculations: Use ratio-adjusted data or compute returns on unadjusted individual contracts. Difference-adjusted data will give you incorrect ratios because the additive offset changes the denominator.

For volatility and risk estimation: Compute returns from back-adjusted data (the differences are correct) rather than computing volatility from absolute price levels. Or use ratio-adjusted data where percentage moves are preserved directly.

For automated trading systems: @FuturesTrader71 draws a clear line: use adjusted data for composites and historical analysis, but test automated systems on unadjusted tick-level bid/ask data. "We need to know where it really traded when it traded and down to the bid/ask level to know if we could have or would have gotten a fill." [11]

For long-term price study: Use individual contracts or a perpetual series. Back-adjusted data over many years produces prices that are absurdly far from what actually traded. The perpetual contract keeps absolute levels closer to reality, though it distorts short-term moves.

Practical Considerations #

Vendor Differences Matter

Two data vendors providing "continuous ES" can give you different charts. One might roll on the Thursday before expiry, another on volume crossover. One uses difference adjustment, another uses ratio. One adjusts using settlement prices, another uses last trade. These differences are usually small for financial futures but can be material for commodities like CL, where @Fat Tails documented that the Cushing contango created massive discrepancies between roll conventions. [2]

If your backtesting results are sensitive to the exact data construction

Intraday Data Amplifies Problems

Everything in this article applies more intensely to intraday data. A daily bar absorbs the roll gap into a single bar. But on a 5-minute chart, the gap appears as an instant jump between two bars, creating maximum distortion in indicators that look at bar-to-bar changes. Back-adjustment is even more important for intraday analysis, and the choice of exact roll time (session close, midnight, specific hour) matters more.

The One Rule That Never Breaks

Continuous contract data is not a market truth. It is a modeling choice. Different choices produce different charts, different indicator readings, different backtesting results. The data construction is part of your methodology

Knowledge Map

Citations

  1. @Fat TailsBack-adjusted, Continuous contracts - best for support and resistance? (2012) 👍 30
    “The backadjusted contract correctly shows the relative price movement, but the absolute values shown are only correct for the last contract shown on the chart.”
  2. @Fat Tailscontinuous contract in NT7 /merge policy / rollover (2011) 👍 31
    “My preferred way of displaying intraday data is to use MergeBackAdjusted Futures.”
  3. @Fat Tailscontinuous contract in NT7 /merge policy / rollover (2011) 👍 6
    “The continuous contract does not shift the old contract vertically, but builds an artificial data series.”
  4. @Fat TailsRollover Days - some Quick Facts about (2012) 👍 6
    “For currency futures they simply take the 8th day of the delivery month.”
  5. @Fat TailsProblems with CL back-adjusted data (2013) 👍 5
    “There are 3 types of contracts: non-backadjusted, backadjusted, and perpetual (continuous) contracts.”
  6. @Fat TailsRollover Days - some Quick Facts about (2010) 👍 12
    “For financial futures, rollover days are fixed by the exchange.”
  7. @kevinkdogWhy Back Adjustments on Prior Contracts? (2021) 👍 5
    “I would NEVER rely on the actual historical prices produced by continuous back adjusted contracts.”
  8. @kevinkdogBackadjust futures contracts for spread trading backtesting (2023) 👍 3
    “Typical backadjusted continuous futures contracts work well with price DIFFERENCES, but will give incorrect results for RATIO calculations.”
  9. @Private BankerES vs S&P Cash with Market Profile (2013) 👍 13
    “Once you rolled, your PnL is tied to the new contract levels.”
  10. @Fat Tailscontinuous contract in NT7 /merge policy / rollover (2011) 👍 31
    “The difference between the blue and the red curve is the sum of the rollover losses of a long only fund.”
  11. @FuturesTrader71Back-adjusted, Continuous contracts - best for support and resistance? (2012) 👍 7
    “Non-adjusted data is always provided for backtesting purposes.”

Help Improve This Article

NexusFi Elite Members can help keep Academy articles accurate and comprehensive.

Unlock the Full NexusFi Academy

664 in-depth articles across 17 categories — written by traders, backed by community research. Includes knowledge maps, citations with community excerpts, and the ability to help improve articles.

We add approximately 271 new Academy articles every month and update approximately 602 with fresh content to keep them highly relevant.

Strategies (74)
  • Volume Profile Trading
  • Order Flow Analysis
  • plus 72 more
Market Structure (35)
  • Initial Balance: The First Hour That Defines Your Entire Trading Day
  • Opening Range: Why the First 15 Minutes Define Your Entire Trading Session
  • plus 33 more
Exchanges (38)
  • Futures Exchanges: Understanding Where and How Futures Trade
  • plus 36 more
Concepts (35)
  • Futures Order Types: Market, Limit, Stop, and Conditional Orders
  • High Volume Nodes & Low Volume Nodes
  • plus 33 more
Indicators (47)
  • Delta Analysis & Cumulative Volume Delta (CVD)
  • Market Internals: Reading the Broad Market to Trade Index Futures
  • plus 45 more
Instruments (38)
  • Micro E-mini Futures (MES, MNQ, MYM, M2K): The Complete Guide to CME Fractional-Sized Contracts
  • E-mini Nasdaq-100 (NQ) Futures: The Complete Trading Guide
  • plus 36 more
+ 11 More Categories
664 articles total across 17 categories
Risk Management (35) • Data (35) • Automation (36) • Prop Firms (35) • Platforms (44) • Psychology (37) • Brokers (39) • Prediction Markets (34) • Regulation (34) • Cryptocurrency (34) • Infrastructure (34)
Become an Elite Member


© 2026 NexusFi®, s.a., All Rights Reserved.
Av Ricardo J. Alfaro, Century Tower, Panama City, Panama, Ph: +507 833-9432 (Panama and Intl), +1 888-312-3001 (USA and Canada)
All information is for educational use only and is not investment advice. There is a substantial risk of loss in trading commodity futures, stocks, options and foreign exchange products. Past performance is not indicative of future results.
About Us - Contact Us - Site Rules, Acceptable Use, and Terms and Conditions - Downloads - Top