Measuring Forecast Power: IC, Horizon, and Half-LifePart 1 of 5: The Signal Book
A useful public-research abstraction of quantitative investing is closer to a factory for forecasts than to a secret indicator: many weak predictions about future returns, measured carefully, ranked, combined, and retired when they stop earning their keep. Firms such as Renaissance or Two Sigma are often named in that conversation. This series uses them as orientation, not as reverse-engineered blueprints. What follows is reconstructible method from public research and standard practice, written for readers who live on charts.
Every technical term is defined when it first appears, with a plain sentence, a precise sentence, and a number on real data. Part 1 answers one question only: does a forecast contain measurable information? That is the first question in a research process. It is not the same question as whether the forecast is robust, economically large, or profitable after costs.
A signal is not a trade
On TradingView, a "signal" usually means an arrow: buy here, sell there. Inside a quantitative research desk, a signal is something quieter. It is a number attached to a moment in time that is supposed to say something about returns still ahead.
Plain version: today's score is a guess about what happens next.
Precise version: a signal is a candidate predictor of future returns over a chosen horizon.
In this series, "forecast" means a monotone score intended to rank expected relative returns, not an explicit point prediction such as "+0.37 percent expected return." The score becomes a forecast in the research sense once it is paired with subsequent returns and evaluated. Until then it is a candidate predictor sitting on the chart.
Example: every day we give SPY a score. Higher is intended to mean "expect a bit more upside than usual over the next five trading days relative to lower-score days." Lower is intended to mean the opposite. Whether that intention survives contact with data is what Part 1 measures. No arrow is required. The score can sit unused, or it can later become a small weight change in a portfolio. That second step is not this article.
Trading instructions are downstream. Forecast quality is upstream. A positive measurement of forecast quality does not invent a trade, and it does not guarantee that any particular trade built from the forecast will make money.
The teaching forecast we will measure
We need one concrete score so the ideas stop floating. It is a teaching object, not a product launch and not a claim that you should trade it standalone.
Take the daily adjusted close of SPY. For each day t, form a z-score from the closing price on that day and the L-day window that ends on t (the window includes close_t):
z_t = (close_t - mean(close_{t-L+1 ... t})) / std(close_{t-L+1 ... t})
with population standard deviation (ddof = 0), matching the script that produces the figures. Then:
forecast_t = -z_t
The score is computed using information available at the close of day t, and is paired with the subsequent H-day adjusted-close return from t to t+H. This is a measurement convention, not an execution assumption: the close-to-close pairing does not claim that a trader could know and trade the closing price of t in real time. It defines how the research metric is calculated.
Figure 1: Measurement timing for the research metric. The score uses closes through t inclusive. The return runs from the close of t to the close of t+H. This diagram is not an execution recipe.
Plain version: when price sits unusually far below its recent average at the close, the score leans positive for the days ahead. When it sits unusually far above, the score leans negative. That is mean reversion written as a continuous score rather than as a binary band break.
We use SPY from 29 January 1993 through 7 August 2026, 8,438 daily bars, adjusted closes via yfinance. Adjusted close incorporates dividends and splits into the price series, which is useful when the object of study is a total-return-like path. It is still not identical to the cash P&L of a concrete trading process with fills, borrowing, taxes, and reinvestment mechanics. Here we are only measuring a score against subsequent adjusted returns.
The default teaching slice:
Lookback L = 20 trading days
Forward horizon H = 5 trading days
Other values appear only to show that the answer depends on those choices
Exact implementation: part1_visuals.py
Why win rate is the wrong first question
Retail evaluation often starts with win rate: how often did the direction match? That question is not illegal. It is incomplete.
On the default slice (L = 20, H = 5), a simple directional rule that follows the sign of the forecast is correct on 47.3% of days with a non-zero forward return. Below a coin flip. Many readers would stop there and call the idea dead.
They would be stopping too early. SPY has positive average returns over this sample, so a rule that takes the opposite side when the score is negative can have a win rate below 50% even when the score retains positive rank association with future returns. Win rate asks a yes/no question. Forecast quality, as used here, is about ordering and association with subsequent returns.
The converse also holds, and it is just as important:
A positive information coefficient does not imply that a crude long/short rule on the sign of the score is profitable, before or after costs. Rank association is not a trading rule, and it is not a net-return claim.
Information coefficient, said slowly
In institutional research, the information coefficient (IC) is commonly used for forecast-return rank association; the exact construction depends on whether forecasts are evaluated cross-sectionally across many assets on one date, or through time for one asset (Grinold and Kahn, 1999). This article uses a time-series IC: one asset, many dates. That is a valid Spearman association between score and subsequent return. It is not the cross-sectional IC that equity long/short desks often mean first. Part 2 will need that distinction again when "breadth" enters the story.
Figure 2: Same word, two constructions. Left: time-series IC across dates for one asset (this article). Right: cross-sectional IC across assets on one date (common long/short usage).
Plain version: on days when today's score is more bullish than usual for SPY, are the next H days also more bullish than usual for SPY?
Precise version: the time-series IC is the Spearman rank correlation between forecast_t and the realised forward return from t to t+H.
Spearman means we care about ordering: higher forecast ranks with higher subsequent returns, without assuming a straight line.
On the default slice the IC is 0.076, computed on 8,414 overlapping daily observations, with a conventional two-sided Spearman p-value of 2.4 x 10^-12. With thousands of observations, a small correlation can produce an extremely small p-value. Statistical evidence that the rank association is positive in this sample is not the same thing as economic relevance, stability across regimes, or tradability after costs.
Those 8,414 rows are also not 8,414 independent pieces of evidence. The forecast series is serially dependent because consecutive -z values share most of the same L-day window. The forward-return series is serially dependent because multi-day windows overlap. The textbook Spearman p-value treats pairs as if they were independent, so it should not be read as if every observation contributed a fresh, separate confirmation. Dependence-aware tools (block resampling, HAC-style errors such as Newey and West, 1987) would be the next inference step. Part 1 does not rebuild that stack here.
Figure 3: Why the rows are not independent evidence. Left: adjacent five-day forward returns share most of the same path. Right: consecutive L = 20 scores share 19 of 20 lookback days.
Figure 4: Each point is one SPY day. Horizontal axis: forecast score at the close of day t (-z) with L = 20. Vertical axis: realised adjusted return from t to t+5. Spearman time-series IC = 0.076 (n = 8,414 overlapping observations). The cloud is noisy. That is what a small measured association looks like before anyone dresses it up as a strategy.
Quintile averages are a second view of the same pairing, not independent evidence. Sort days into five equal buckets by forecast. On this sample the most bearish fifth is followed by an average five-day return of about 0.09%, and the most bullish fifth by about 0.51%. The extremes are ordered in the expected direction; the middle buckets are noisy (they are not a clean monotone ladder). Ranking can still show association even while a crude directional win rate sits under 50%.
Figure 5: Mean five-day adjusted return by forecast quintile on the same SPY sample (L = 20, H = 5). Extremes ordered as expected; middle buckets noisy. Same evidence as Figure 4, redrawn as buckets.
Horizon: the same forecast, different question lengths
"Does it work?" is unfinished English. Works over one day, five days, or sixty days are different questions. The IC has to be recomputed for each horizon H.
Figure 6: Same teaching signal on SPY with lookback L = 20. Top panel: IC across forecast horizons. Bottom panel: directional win rate on the same days. At H = 5 the IC is 0.076 while win rate is 47.3%. Two meters, two answers.
Across horizons in this sample the IC stays positive but modest, roughly in a band from about 0.05 to 0.08 depending on H. It does not collapse to zero at H = 60. That is a descriptive fact about this teaching signal on SPY in this sample, not a licence to treat every signal as immortal, and not a claim about future life. The horizon sweep is exploratory. The different H values are not sixty independent confirmation tests. Other forecasts die within days. Horizon remains part of the definition of the forecast, not an afterthought.
Signal freshness, not classical half-life
"Decay" is easy to over-narrate. Two different measurements get confused under one word.
Horizon: how the IC changes when you ask about longer future windows. That curve is allowed to be ugly. For this signal it is not a clean slide toward zero, so we do not force an exponential lifetime onto it.
Freshness under a fixed target window: keep asking about the next five-day return that starts today, but feed in an older score. Record the lag at which the measured IC first falls to half of the fresh-score IC.
That second number is a rough operational threshold for the predictive strength of a frozen score against a later-defined forward-return window. It is sensitive to noise in the lag curve, not a precise half-life estimate, not a causal claim that "information decays" in the market, and not the classical half-life of an autoregressive process.
Figure 7: Left panel: IC versus forecast horizon for L = 20. Right panel: IC of a lagged forecast against the same five-day forward return. The fresh IC is 0.076. The measured IC first falls to half of that level at roughly a three-day lag. That half mark is a rough operational threshold, not a precise half-life.
Plain version: if you freeze the same score and keep asking it about the current five-day window, its measured association has already dropped below half of the freshly computed score by about a three-day lag.
That is not the same statement as weekly research is worse than daily research . A weekly process that recomputes a new score each week is different from freezing one score for seven days. The measurement only disciplines the frozen-score case.
IC is a surface
Lookback L and horizon H are both choices. Fixing one and sweeping the other still understates the object. The honest picture is a surface: height equals time-series IC, one horizontal axis is horizon, the other is lookback.
Figure 8: Time-series information coefficient surface for the z-score mean-reversion score on SPY. Height is Spearman IC. The yellow marker is the teaching point L = 20, H = 5 (IC = 0.076). Across the computed grid, IC ranges from about 0.039 to about 0.102. The surface describes the search space. It is not a leaderboard.
Nearby grid points are themselves highly dependent: L = 19, 20, and 21 produce almost the same score; H = 4, 5, and 6 produce overlapping targets. Dependence reduces the effective number of independent comparisons; it does not remove the selection problem. Looking at many combinations and then highlighting the tallest point remains data snooping. The surface is descriptive, not a battery of independent tests.
The highest grid point near L = 50 and H = 20 (IC about 0.102) looks materially taller than the teaching point at 0.076. The visual height difference is descriptive. Without out-of-sample validation or uncertainty estimates, we cannot say that 0.102 represents a materially better underlying forecast than 0.076. Exploration can map a landscape. It cannot, by itself, certify the hilltop.
Optional detail: the estimator
f_t = -z_t from closes through t inclusive
r_{t,t+H} = close_{t+H}/close_t - 1 using adjusted closes
IC_H = Spearman corr(ranks of f_t, ranks of r_{t,t+H})
This is a time-series IC. The reported p-value assumes independent pairs. Both the forecast series and the overlapping forward-return series are serially dependent, so the p-value is descriptive, not definitive.
What a positive IC does and does not answer
A positive time-series IC answers the first research question: is there measurable rank association between this score and subsequent returns, for this sample, this horizon, and this definition of association? On the teaching example, the answer is yes, with the caveats above.
It does not answer:
whether a second indicator adds anything new
whether the association survives regime shifts
how to weight several forecasts under trading costs
how much capital the idea can bear
whether the association is economically large enough to matter after frictions
Those are Parts 2 to 5.
Eight thousand overlapping rows on one asset are not eight thousand independent information sources. A score can generate many calendar observations and still give you few independent forecast bets. That gap is exactly where breadth begins.
Research desks still start here. Not with "is this a good setup?", but with "is this a score that forecasts, over which horizon, how strong is the measured association, and how fast does a frozen score lose strength against a fixed forward window?" Everything else is downstream.
You should now be able to explain
A candidate score becomes a forecast in the research sense when it is paired with subsequent returns; measurement timing is not execution timing.
This article's IC is a time-series IC on one asset, not a cross-sectional IC across many assets.
Win rate can miss ranking information; a positive IC also does not prove a sign-based trade is profitable.
A tiny IC can look "highly significant" in a large sample without being economically relevant or tradable.
Naive p-values should not be read as if every observation were independent evidence.
Horizon sweeps and IC surfaces are exploratory maps; dependence among nearby points does not cancel selection bias.
Signal freshness here is a rough operational threshold for a frozen score, not a classical process half-life.
Many overlapping observations are not the same as many independent forecast bets.
Next: True Breadth
Part 2 asks what comes immediately after measurement: if you have five scores with decent ICs, how many independent forecasts do you actually own? Because Part 1 used a time-series IC on one asset, and because 8,414 rows are not 8,414 independent bets, Part 2 has to define independence and breadth before anyone starts counting indicators as separate edges.
References
Grinold, R.C. and Kahn, R.N. (1999) Active Portfolio Management. 2nd edn. New York: McGraw-Hill.
Newey, W.K. and West, K.D. (1987) 'A simple, positive semi-definite, heteroskedasticity and autocorrelation consistent covariance matrix', Econometrica.
E-mini S&P 500 Futures (Dec 2026)
No trades
No trades
In-depth trading ideas
ES UpdateI didn't want to post during the weird melt up on fake news because it's really misleading when I post that the market is overbought during a melt up.
Not sure what ES is doing, MFI went oversold so it doesn't want to go red. Possibility of one more pump before it tanks to fill the gap below.
I decided the Dow would be a better short based on indicators. Also financials are waaaay overblown.
What Are Futures Contracts?Every day, businesses, investors, and traders make decisions about prices that haven't happened yet.
An airline wants to know what fuel will cost six months from now. A farmer wants certainty about the value of next season's harvest. A fund manager wants protection against a sudden market downturn.
None of them can predict the future, but all of them can manage the risk that comes with it.
That's where futures contracts come in.
A futures contract is one of the most important tools in modern financial markets. Originally developed to help producers and buyers manage uncertainty, futures now underpin markets worth trillions of dollars and are used across commodities, stock indexes, currencies, interest rates, and even cryptocurrencies.
Understanding how futures contracts work, who uses them, why they exist, and what makes them different from other financial instruments, is the first step toward understanding one of the world's most influential trading segments.
📌 The Basic Idea
(Illustrative purposes)
A futures contract is a legally binding agreement to buy or sell a specific asset, at a predetermined price, on a set future date.
Think of it like this: imagine a coffee shop owner who knows they'll need 500 pounds of coffee beans in three months. They're worried the price might rise before then. A coffee farmer, on the other hand, worries the price might fall before their harvest is ready.
Both parties have a problem. A futures contract solves it for both of them:
The coffee shop owner locks in today's price , protecting against a potential price increase.
The coffee farmer locks in today's price , protecting against a potential price drop.
Neither party has to guess what the market will do. The price is agreed upon now. Delivery (or settlement) happens later.
That's the core of a futures contract.
📌 What Can Be Traded Using Futures?
(Illustrative purposes)
Futures contracts exist across a wide range of asset classes. The most common categories include:
Commodities: Agricultural products such as corn, wheat, soybeans, and coffee. Energy products like crude oil and natural gas. Metals including gold, silver, and copper.
Financial Instruments: Stock market indexes such as the S&P 500 or NASDAQ. Government bonds and interest rate products. Foreign currencies.
Cryptocurrencies: Bitcoin and Ethereum futures are now listed on major regulated exchanges, bringing digital assets into the traditional futures framework.
Each of these markets has its own contract specifications, including the contract size, tick value, and expiration schedule, which are standardized by the exchange on which they trade.
📌 Who Uses Futures Contracts?
Futures markets attract two broad categories of participants, each with different motivations.
Hedgers
Hedgers are businesses or individuals who use futures to manage risk related to an asset they already deal with in the real world.
Examples include:
An airline that uses crude oil futures to stabilize fuel costs
A wheat farmer who wants certainty on the price they'll receive at harvest
A fund manager who uses index futures to manage portfolio exposure during periods of uncertainty
For hedgers, the futures market is primarily a risk management tool, not a means of speculating on price direction.
Speculators
Speculators participate in the futures market without any underlying exposure to the physical commodity or asset. They aim to profit from price movements by taking positions based on their market analysis.
Speculators play an important role in futures markets: they provide liquidity, meaning there is typically a willing counterparty available for hedgers and other traders. Without speculators, markets would be thinner and less efficient.
📌 Key Characteristics of Futures Contracts
(Illustrative purposes)
Understanding how futures work in practice requires familiarity with a few core concepts.
Standardization
Unlike private agreements, exchange-traded futures contracts are standardized. The quantity, quality (where applicable), and delivery date are all defined by the exchange. This makes contracts interchangeable and easy to trade.
Leverage
Futures are traded on margin. This means a trader is only required to deposit a fraction of the contract's total value to hold a position. This is known as the initial margin requirement. While leverage can amplify gains, it equally amplifies losses, and is an important risk consideration for any market participant.
Mark-to-Market Settlement
Futures positions are settled daily. At the end of each trading session, gains and losses are calculated based on the closing price and credited or debited from a trader's account. This process is called mark-to-market.
Expiration
Every futures contract has an expiration date on which the contract must be settled. Settlement can occur in two ways:
Physical delivery: The actual commodity or asset changes hands.
Cash settlement: The difference between the contract price and the market price at expiration is paid in cash. Most financial futures (e.g., index futures) are cash-settled.
Traders who do not wish to take or make delivery can close their position before expiration by entering an offsetting trade.
📌 Why Do Futures Markets Exist?
Futures markets were created to solve a real-world problem: price uncertainty.
Historically, commodity producers and buyers faced significant uncertainty about future prices. A farmer planting a crop in spring had no way of knowing what price they would receive at harvest. A manufacturer reliant on raw materials faced the same unpredictability.
Futures markets emerged as a solution, providing a venue where producers and consumers could agree on prices in advance, transferring that price risk to those willing to take it on.
Over time, futures markets expanded well beyond agriculture, growing to cover financial instruments, energy, metals, and more. Today, they are a fundamental part of the global financial system, used by corporations, governments, financial institutions, and individual traders worldwide.
📌 A Few Things to Keep in Mind
Futures trading involves significant risk and is not appropriate for all investors. Key points to be aware of:
Leverage means losses can exceed the initial margin deposited.
Futures markets can be volatile. Prices can move rapidly in response to economic data, geopolitical events, and supply/demand factors.
Contract specifications, margin requirements, and trading hours vary by product and exchange.
Prospective traders should familiarize themselves with the specific contracts they intend to trade and understand the associated risks before participating.
📌 Summing Up
At their core, futures contracts are about certainty in an uncertain world.
They allow buyers and sellers to agree on a price today for a transaction that will occur tomorrow, helping businesses manage risk and plan ahead with greater confidence. From farmers and energy producers to hedge funds and individual traders, futures markets bring together participants with different objectives but a common need for an efficient marketplace.
While futures are often associated with active trading and speculation, their original purpose remains unchanged: transferring risk from those who want to avoid it to those willing to accept it.
Whether you're exploring futures as a trader, investor, or simply seeking to understand how global markets function, a solid grasp of futures contracts provides an important foundation for everything that follows.
The markets may be uncertain, but understanding how they work doesn't have to be.
– Team Plus500
📌 Disclaimer
IMPORTANT: Trading in futures and options carries substantial risk of loss and is not suitable for every investor. The valuation of futures and options contracts may fluctuate rapidly and unpredictably, and, as a result, clients may lose more than their original investments. In no event should the content of this website be construed as an express or implied promise or guarantee by or from Plus500US Financial Services LLC that you will profit or that losses can or will be limited in any manner whatsoever. Market volatility, trade volume, and system availability may delay account access and trade executions. Past results are no indication of future performance. Information provided in this correspondence is intended solely for informational purposes and is obtained from sources believed to be reliable. Information is in no way guaranteed. The trading of futures is available through Plus500US Financial Services LLC d/b/a Plus500, a Futures Commission Merchant registered with the US Commodity Futures Trading Commission and a member of the National Futures Association (NFA ID number 0001398). Plus500US Financial Services LLC is a wholly-owned subsidiary of Plus500US Inc. Trading privileges subject to review and approval. Not all applicants will qualify. Information collected on account applications will be used to verify an applicant’s identity, as required under Federal law.
SP500 Second Leg Breakout Presently in Progress We have a 2 months long consolidation with confirmed double bottom. And also a breakout above the previous 2 months ATH. The AI generated moving averages and the green regression curve all confirm a continuation of the bull trend and a progressing development of a new and massive bull run. My proprietary force vectors simultaneously confirmed a 4 months breakout wedge cleanly above the zero line. It's my estimate that this second leg of the bull run will be more massive than the first one.
es1! retests 5kes1! appears poised for a larger move down, based on the smaller timeframe count .
this leads me to believe that es1! has entered a larger fourth wave. historically, these waves take an average of 2 months to play out and typically result in a 12% decrease from the high before completing.
wave 4's often retrace back into the territory of the prior degree's wave 4, and i expect this one to follow suit.
pay attention to the green trendline i've drawn on the chart,,, it serves as a solid guide for where i anticipate es1! to find a bottom. dipping below the trendline is acceptable, provided we don't see any weekly candle closes beneath it. even if a weekly candle does close below, a strong recovery the following week, such as a gap-up scenario , could invalidate the breakdown.
there’s not much else to add here, as the chart is fairly straightforward. keep an eye on the trendline and monitor weekly closes for confirmation.
💸
Why complicate things? We're long, there's the stop as of now... sizing is KEY, but not for thee..... not here anyway :-)
When you start trading a proven system, you stop worry about the utter nonsense that prevents most traders from winning....
When stops need to be moved, I'll update here.
And yes all of my public posts are delayed for a reason. Suck it up, buttercup.
$SPY just one of the paths that makes the most sense AMEX:SPY , this is just one of the paths that makes the most sense from a chart structure perspective.
If it plays out this way, we'll make a lot of money. I've traded these structures many times before, and we'll do it again.
AMEX:SPY SPCFD:SPX NASDAQ:QQQ $ES_F #PriceAction #SwingTrading
$SPX Back to Bull Mode. How long will this last?SPCFD:SPX Back to Bull Mode. When Did the Odds Change, and How Long Could It Last?
In this video, I explain why my outlook has shifted from bearish to more constructive.
We'll look at what changed in the price action, why the probabilities now favor the bulls, and how macro developments have started supporting that view.
The bigger question is: Is this the start of a sustainable bull trend, or just another leg higher before a larger correction?
I'll also discuss how long this move could last and what signals would make me turn bearish again.
SPCFD:SPX AMEX:SPY NASDAQ:QQQ SEED_ALEXDRAYM_SHORTINTEREST2:NQ NASDAQ:NVDA #SP500 #PriceAction #TechnicalAnalysis #StockMarket #Trading
ES ProjectionUnless Trump grows a pair of balls and attacks Iran again for charging a toll on Hormuz crossings, I expect the market to whipsaw down the next couple of weeks to fill the gap from SUnday night.
Regardless of how we get to the gap fill, this pump on fake news is over. We may see a gap up tomorrow just because the German are doing weird things with DAX.
I shorted the Dow this morning with next week's puts, so far it looks like a good decision.
S&P 500 (ES) Analysis, Key-Zones, Setup for Tue (Aug 11)Bias: The September S&P 500 contract settled at 7,776.75, down 0.07 percent, after a session that ranged only 35 points against a 14-day average true range of 87. That compression is the story. On a day that carried a five percent move in crude, a five basis point rise in the 10-year to 4.70 percent, and openly hawkish regional-Fed commentary, the index absorbed all of it and gave back almost nothing. Price sits above every moving average, from the 5-day at 7,762.95 out to the 200-day at 7,168.20, yet the quarter has done most of its work already: plus 3.7 percent over three months but the last stretch has flattened just under the record. Trend measures show a young, accelerating upward turn, the directional index at 34.77 on the 9-day against 23.54 on the 14-day, positive direction leading the short windows, which favors buying weakness rather than selling it. The counterweight is positioning: short-term stochastics are pinned above 90 on every window, the composite reads a full buy but only average in direction, and option skew sits at the 99th percentile with implied volatility below realized, meaning protection has been sold to chase upside. Dealer-positioning data placed a short-put support band at roughly 7,624 to 7,774 on this contract, which supplied the mechanical bid all day and is exactly where price is coiling. Tuesday is close to empty on the domestic calendar, with the 13:00 ET three-year auction the only first-order item, so the session is most likely a two-sided range that compresses further into Wednesday's 08:30 inflation print. Constructive but capped, and deliberately moderate conviction.
Resistance:
7,830.50 - third pivot resistance, outer edge of a normal up day
7,824.00 - dealer call concentration (cash 7,800), where upside turns sticky
7,820.25 - record and 52-week high set August 5, the level that decides the larger structure
7,814.25 - second pivot resistance
7,811.07 - third standard-deviation resistance
7,804.78 - second standard-deviation resistance
7,798.00 - Monday Globex session high, first line to give
7,796.57 - first standard-deviation resistance, tight confluence with the pivot trigger
7,795.50 - first pivot resistance, the cleanest intraday trigger
Support:
7,779.25 - daily pivot and the derived target, the session's gravity line
7,776.75 - Monday settlement
7,763.00 - Monday session low, tested and settled above
7,762.95 - 5-day moving average, defines the recovery
7,760.50 - first pivot support, completes a three-method shelf with the 5-day average and the first deviation band
7,756.93 - first standard-deviation support
7,748.72 - second standard-deviation support
7,744.25 - second pivot support
7,742.43 - third standard-deviation support
7,725.50 - third pivot support, base of a normal down day
7,624.00 - lower edge of the dealer short-put band, the deeper mechanical support
7,580.90 - 20-day moving average
Primary Setup: Long from the support shelf only, not a breakout buy. Entry 7,756 to 7,764 on a test that holds, a four-way confluence of the first deviation band at 7,756.93, first pivot support at 7,760.50, the 5-day average at 7,762.95 and the Monday session low at 7,763.00, all inside the dealer short-put band. Stop 7,741, below the second and third deviation bands and second pivot support, which is structural: a 15-minute close under 7,741 invalidates the constructive picture. Targets 7,779 (pivot, roughly 1 to 1), 7,795.50 (first resistance, roughly 1 to 1.9) and 7,814 (second pivot, roughly 1 to 2.8). Alternate setup is a fade of 7,814 to 7,824 on a first touch before 14:00 ET, stop above 7,834, targeting 7,796 then 7,779, sized smaller because it fights the young upward turn. Expected working band for the session is 7,760 to 7,800, with a one average-true-range envelope of 7,690 to 7,864; trade the first, size to the second. Paths are a range rotation at 45 percent, a dip-and-recover at 32 percent, and an energy-led break lower at 23 percent. Stand down on a crude extension overnight, on the 10-year above 4.75 percent, or on a tailed three-year auction. Half size or less, take profits, and be flat into Wednesday's 08:30 CPI. No entries before 09:45 ET.
Price Discovery — Where Trends Actually Come FromMost traders treat range and trend as opposites — one to avoid, one to chase. They are not opposites. They are two stages of the same process, and understanding how one produces the other changes how every chart gets read.
Two States, Not Two Choices
Every chart is showing one of two things at any given moment: a market negotiating, or a market discovering. A range is negotiation — neither side has enough conviction to push price beyond the current boundaries, so price oscillates while participants transact and establish what a fair price actually is. A trend is discovery — the market has left that established value behind and is searching for the next price where buyers and sellers will agree to transact in balance again. Once this distinction is visible, every chart reduces to one simple question: which of the two is happening right now?
How a Range Becomes a Trend
A range is not just a pause. It is the market defining value — accumulating enough transactions at a set of prices that the fair value of that period becomes established. That process has an endpoint: once neither side finds a reason to push beyond the current boundaries, the range resolves. One boundary breaks, and price discovery begins — the market moving away from the value it just established, in search of the next place where balance will be found.
The Pullback Is Discovery Too
The move produced by a broken range does not travel in a straight line. It interrupts, corrects, and resumes — and the correction is not a separate event from the trend, it is a smaller trend running in the opposite direction, with its own internal structure. When that smaller structure breaks, the correction is likely finished, and the level from the original move becomes the boundary of a new, smaller negotiation range.
The Same Break Is Two Events at Once
This is the part most traders miss entirely: when that new boundary finally breaks, two things become true in the same instant. A new swing point gets confirmed, and price is already back in discovery. These are not sequential — the confirmation and the next leg starting are the same event, not two events that happen to occur close together. The confirmed swing point becomes the anchor for what comes next: trend continuation, which is simply the next leg of price discovery, moving from that anchor toward the next structural target.
The Underlying Principle
Range and trend are not opposing states to choose between. They are the same cycle, viewed at different points: a range defines value, a break starts discovery, the pullback inside that discovery is its own miniature version of the same cycle, and the resolution of that pullback restarts the process one level higher. Reading a chart well is not identifying whether it is ranging or trending. It is recognizing which stage of this cycle is currently in progress.
MESU Aug 10: 7796 Breakout or 7742 Breakdown?MESU starts CPI week trading between important liquidity levels.
On the upside, 7,820 remains the main higher-time-frame liquidity target.
On the downside, the first important levels are 7,723 and 7,681.
For intraday confirmation, I’m watching 7,796 and 7,742 closely.
A confirmed 15-minute close above 7,796 could support continuation toward 7,820.
A confirmed 1-hour close below 7,742 could open the door toward 7,723 first, with 7,681 as the deeper downside target.
Key levels
7,796 — bullish trigger
7,820 — upside liquidity target
7,742 — downside trigger
7,723 — first downside target
7,681 — deeper downside target
With CPI later this week, I’m avoiding chasing price and waiting for confirmation at the key levels.
Not financial advice. No confirmation, no trade. CME_MINI:MESU2026
MESU Aug 6: Bounce to 7774 Before a 7682 Pullback?MESU is currently trading in a pullback structure after rejecting from the recent high around 7,820.
The first upside liquidity level I’m watching is 7,774. Price may bounce into that area before deciding whether to resume the bearish move or continue higher.
On the downside, the higher-time-frame fair value gap begins around 7,682. The lower-time-frame imbalances align with this green highlighted zone, creating a larger confluence area that may attract price during the current pullback.
A confirmed 1-hour close above 7,820 would invalidate the short-term bearish or neutral outlook and shift the tone back to bullish.
Key levels
7,774: First upside liquidity target
7,820: Bullish confirmation level
7,682: Higher-time-frame fair value gap and potential reaction area
Primary scenario
Price bounces toward 7,774, reacts from that area, and continues lower toward the fair value gap near 7,682.
Alternative scenario
Price breaks above 7,774 and eventually produces a confirmed hourly close above 7,820, shifting the structure back to bullish.
I will wait for confirmation at the key levels rather than entering in the middle.
Not financial advice. No confirmation, no trade. CME_MINI:MESU2026
Daily Analysis and Reaction Locations [2026-08-11]Price entered its range, giving me a few reference points to work with. ES is still in price discovery, so the main direction is up. For price discovery to finish, the sub low needs to break — that would initiate the pullback toward the previous swing value.
There are a few price levels I'm interested in. The local high and local low are just for monitoring the noise. The local reference gives me a confirmation lower. And the main trade locations are the supply zone and the untouched value.
For today, I'm watching those trade locations. For the supply short, the confirmation needs to be clean — session volume distribution and a directional short-term shift. For the untouched value long continuation, I'm using the first touch principle.
Grab the chart or zoom out on the preview to see all zones.
Trade Idea 1 — Short.
From the supply zone. Invalidation is the current ATH. Final target is the local low.
Trade Idea 2 — Long.
From the untouched value, on first touch. Invalidation is the sub low. Main target is the supply area, with a remainder toward the ATH.
Shared for educational and analytical purposes only — not financial advice or a trade recommendation. Entries, stops, and targets are shown for study, not signals to copy.
MESU Aug 11: 7800 Breakout or 7763 Breakdown?MESU remains inside a tight consolidation range ahead of tomorrow’s CPI release.
The main resistance zone is around 7,797–7,800, while support sits around 7,763.
A confirmed break above 7,800 could support continuation toward 7,820.
A confirmed break below 7,763 could open the door toward the next downside target around 7,724.
Key Levels
7,800 — bullish breakout trigger
7,820 — upside target
7,763 — bearish breakdown trigger
7,724 — downside target
With CPI coming tomorrow, I’m avoiding entries in the middle of the range and waiting for confirmation at the boundaries.
Not financial advice. No confirmation, no trade. CME_MINI:MESU2026
NQ Rejects 30,000 — Normal Pullback or Failed Breakout?Market Regime
Fragile Risk-On / Healthy Pullback.
Wednesday brought a retracement after Tuesday’s broad, overbought advance. ES and NQ pulled back into the thin-volume structures left beneath Tuesday’s breakout, while breadth weakened and several semiconductor names lost momentum.
The pullback has not developed into broad risk-off conditions. Volatility declined, credit stabilized, Treasury yields continued lower, and DXY remained beneath its major long-term level.
Price Structure
ES retraced toward the HVN shelf beneath Tuesday’s advance and has begun entering the LVN starting near 7,765. Price is now testing whether the new volume structure will act as support or allow faster downside travel through the thin area.
NQ briefly pushed above 30,000 but failed to hold the level and fell back into its LVN. The rejection establishes 30,000 as resistance for now, although the broader recovery from 28,600 remains intact.
YM held Tuesday’s breakout area more effectively, while RTY returned into its LVN and again became the weaker index.
Market Internals
ADD and VOLD weakened, RSP followed ES lower, and S5TW fell beneath a daily moving average. However, cumulative TICK remained slightly positive, which argues against aggressive persistent distribution.
Credit stabilized after several weak sessions. HYG/LQD was essentially flat and has not broken major long-term structure.
Tuesday’s volatility warning did not intensify. VIX, VX and VIX1D all declined and rejected moving-average and EMA-cloud resistance, even as equities pulled back.
Leadership
NVDA remained constructive and defended the HVN shelf beneath its recent move.
The broader semiconductor picture was mixed. SMH and SOX cooled but continue holding important structure. AMD rejected its overhead LVN, HVN shelf and daily moving average, fell beneath its reclaimed trendline, and is now the clearest weakness inside the group.
MSFT, AMZN and ORCL retraced into their recent LVNs, while GOOGL weakened but remains in its larger uptrend. AAPL continues showing early stabilization.
Funding Plumbing
SOFR remains orderly near 3.65%, ON RRP usage remains negligible, and the elevated TGA continues to represent routine liquidity tightening rather than funding stress.
What Changed?
Tuesday’s rise in volatility and weakness in credit did not correctly forecast an immediate equity breakdown.
Wednesday instead looked like an overbought retracement. Volatility fell, credit stabilized and yields remained supportive.
The new question is whether ES and NQ reject their current LVNs or begin accepting deeper inside them.
Thursday I’m Watching
ES reclaiming or accepting beneath the 7,765 LVN boundary.
NQ’s response inside its LVN after rejecting 30,000.
VIX/VX remaining below EMA-cloud and moving-average resistance.
HYG/LQD stabilizing.
NVDA holding its HVN shelf.
SMH/SOX maintaining their breakout structure.
AMD reclaiming its broken trendline.
ADD/VOLD and RSP/RTY recovering.
Yields and DXY remaining supportive.
Confidence
Medium.
The primary trend remains bullish, but ES and NQ are testing thin-volume zones where failure to bounce could produce faster downside movement.
This is my personal market journal and analysis process - not financial advice.
Tips for Improving Technical IndicatorsOver the past two weeks, we have introduced two new indicators. However, what I have always hoped is that readers will learn how to improve technical indicators on their own.
In technical analysis, most traditional indicators are calculated directly from price data. For example, a moving average calculates the average closing price, MACD measures trend by comparing the difference between two exponential moving averages, while RSI compares the average gain with the average loss over a specified period.
These methods are simple and straightforward. However, when prices rise substantially over a long period, when different financial instruments trade at vastly different price levels, or when the market experiences extreme volatility, calculations based directly on raw prices may become distorted.
Using LOG, or logarithmic calculations, converts absolute price movements into relative movements. This allows technical indicators to focus more on percentage changes rather than being affected primarily by the absolute price level.
In reality, the market usually cares less about how many dollars a price has risen or fallen and more about the percentage change involved.
One of the greatest advantages of using LOG calculations to improve technical indicators is that they can enhance indicator stability.
Take RSI as an example. A traditional RSI first calculates the price change of each candlestick and then compares the average gains with the average losses.
Suppose a stock rises from $10 to $100. Even if its daily percentage fluctuation remains at 1%, the price movement would initially be only $0.10, while later it would increase to $1. If the calculation is based solely on absolute price changes, the later-period volatility would appear much greater.
An improved method is to replace ordinary price changes with logarithmic returns:
*Log Change = ln(Close ÷ Previous Close)*
Positive values are then treated as gains, while the absolute values of negative changes are treated as losses. The average gain, average loss, and relative strength are subsequently calculated using the original RSI methodology.
The resulting Log RSI will not lose its usefulness simply because the stock price has increased substantially.
The chart above compares traditional RSI with Log RSI. As the stock price rises to increasingly higher levels, traditional RSI may generate overbought signals more easily. However, this is not necessarily reasonable in real-world applications.
Using a Kalman Filter is one way to improve the indicator, while using LOG calculations is another practical approach.
Another advantage of LOG calculations is that they improve comparability across different financial instruments and different time periods.
To put it simply, suppose we want to compare a stock priced at $500, another stock priced at $50, and a futures index quoted at several thousand points.
It is generally impossible to compare all of them fairly using exactly the same indicator and the same set of indicator parameters. This is also a common mistake made by many traders.
Many people assume that the same technical indicator settings should work equally well for stocks, stock index futures, US futures, and other markets. I have never understood why people think this way.
Different products and markets have completely different levels of volatility and price behaviour. How could a day-trading method specifically designed for US stocks be applied directly to stock index futures without modification? That is simply unreasonable.
Many readers have asked me this question over the years. For this reason, our recently introduced Stable Momentum Tracker was designed to be applied across different markets, and LOG calculations are also used as part of its methodology.
Some people may ask whether different products can simply be compared after standardising their price data.
The problem is that if we directly compare the standard deviation of absolute price changes, higher-priced instruments will usually produce larger values. However, this does not necessarily mean that they carry greater risk. The resulting comparison may therefore be misleading.
When volatility is calculated using logarithmic returns, the movements of all instruments are converted to the same percentage-based scale. This allows volatility, momentum, and trading risk to be compared more fairly.
For example, Stock A is priced at $500 and fluctuates by $10 per day, while Stock B is priced at $50 and fluctuates by $2 per day.
At first glance, Stock A appears to be more volatile. However, Stock A is moving by only 2%, whereas Stock B is moving by 4%. In reality, Stock B is the more volatile stock.
The chart above first compares several stocks with different price levels using the standard deviation of absolute price changes. The result may suggest that the highest-priced stock is the most volatile.
However, when the calculation is changed to the standard deviation of logarithmic returns, the true percentage volatility becomes visible, making risk comparisons across different instruments much more meaningful.
LOG calculations can also help reduce misinterpretation.
Suppose a stock rises from $100 to $200. This represents a gain of 100%. If the price subsequently falls from $200 back to $100, the decline is only 50%.
A trader may therefore believe that the stock was much stronger when it rose, while the subsequent decline was not particularly severe because the percentage loss was only “half” of the earlier percentage gain.
This misinterpretation occurs because positive and negative percentage changes are not symmetrical.
When logarithmic returns are used, the two returns become ln(2) and ln(0.5). Their absolute values are identical, with only the direction being different.
This symmetry makes the analysis of compounded returns, statistical models, and technical indicators more consistent.
In practical applications, LOG calculations can be used to improve indicators such as MACD, Bollinger Bands, and ATR.
For MACD, the closing price can first be transformed into ln(Close). The fast EMA and slow EMA are then calculated using the logarithmic price series. The resulting MACD primarily reflects relative trend changes rather than absolute price differences.
For Bollinger Bands, the mean and standard deviation can be calculated using logarithmic prices or logarithmic returns. This reduces the influence of a prolonged high or low price level on the width of the bands.
For indicators such as ATR, traders may divide the true range by the current price or directly calculate the high-low range in logarithmic form. This makes volatility readings more meaningful when comparing instruments with different price levels.
However, LOG calculations also have certain limitations.
The input value must be greater than zero, meaning that logarithms cannot be applied directly to zero or negative values.
If an indicator input may contain negative values, such as a MACD histogram, LOG cannot be applied directly to the completed indicator output.
The correct method is usually to apply LOG to the original price data first and then calculate MACD using the logarithmic price series, rather than calculating MACD first and subsequently applying LOG to the MACD values.
In conclusion, the core value of improving technical indicators with LOG calculations is that it shifts the focus of analysis from “how many dollars the price has moved” to “the proportion or percentage by which the price has changed.”
(Excerpted from our Patreon article)
MESU Aug 5: Break 7800 or Pull Back to 7760?MESU has made a strong push higher and is now trading just below 7,800.
The broader intraday structure remains bullish, but several fair value gaps and imbalances remain open beneath the current price. Because of that, I am watching for a possible pullback before another continuation attempt.
A confirmed 15-minute close above 7,800 would support continuation toward the first upside target around 7,820.
If price closes below 7,780, I will watch for a deeper retracement toward the fair value gap around 7,760. That green highlighted zone may provide a reaction area for buyers.
A sustained move below 7,760 would weaken the short-term bullish structure and suggest that sellers are gaining control.
Key levels
7,800: Bullish continuation trigger
7,820: First upside target
7,780: Pullback confirmation level
7,760: Fair value gap and reaction zone
Primary scenario
Price holds above 7,780, breaks 7,800, and continues toward 7,820.
Alternative scenario
Price closes below 7,780, retraces toward 7,760, and reacts from the imbalance before deciding its next direction.
Not financial advice. No confirmation, no trade. CME_MINI:MESU2026
ES Daily breaking counter trend line bullish +1,901 ticksThe ES Daily time frame is in an up trend. The market has an
up Fibonacci with an extension price point 7974.00 about +1,901
ticks above the market. As long as the market does not take out
the one boundary price point 7079.25. I am expecting the market
to push bullish towards the Fibonacci extension price point 7974.00
#MES1!# ES500: How I Trade All-Time High Breakouts
When the S&P 500 approaches an all-time high, I don't automatically assume that a breakout will lead to another rally.
Instead, I focus on **confirmation, acceptance, and risk management**.
### 🟢 Bullish Scenario
My primary bullish setup is:
**All-Time High → Breakout → Acceptance → Retest → Continuation**
I want to see ES500 break above the previous all-time high and establish price above that level.
The ideal setup is not chasing the first breakout candle. I prefer to see a pullback toward the breakout level and confirmation that previous resistance is becoming support.
If buyers defend the level, the probability of continuation increases.
### 🔑 What I'm Watching
**1. Previous ATH**
This is the most important reference level.
**2. Breakout strength**
A clean breakout with strong momentum is preferable to a slow move barely above resistance.
**3. Acceptance above ATH**
Price should spend time above the level rather than immediately falling back below it.
**4. Retest**
A successful retest provides a better risk/reward opportunity than buying an extended candle.
**5. Market structure**
After the breakout, I want to see higher highs and higher lows.
### 🔴 Bearish / Failed Breakout Scenario
The bullish idea becomes invalid if ES breaks above the ATH but quickly falls back below it.
This can create a **false breakout**.
In that situation, I would avoid chasing longs and wait for the market to establish a new structure.
### 📊 Simple Trading Framework
**Bullish:**
ATH breakout
→ Close above ATH
→ Retest
→ Hold
→ Long
**Neutral:**
ATH test
→ Rejection
→ No confirmation
→ Wait
**Bearish/failed breakout:**
ATH breakout
→ Price falls back below ATH
→ Retest from underneath
→ Stay out of longs / reassess
### ⚠️ Risk Management
The most important part of an ATH breakout strategy is not predicting how far ES will go.
It is controlling the risk if the breakout fails.
I prefer defining the invalidation level **before entering the trade** and avoiding entries when the required stop is too large for the potential reward.
### Final View
As long as ES remains above its previous major high and continues producing higher highs and higher lows, I maintain a **bullish bias**.
But I don't want to buy simply because price is at an all-time high.
**I want to buy the confirmation of the breakout.**
> ATH breakout + acceptance + successful retest = my preferred long setup.
This is a market framework, not financial advice. Always manage position size and risk according to your own trading plan.






















