Research note · provenance-first

How a two-sided model beat a falling NKE on a razor-thin edge

It went long when a monitored NKE reading dropped to a statistical extreme and short when it spiked, holding with a hysteresis band. Its fastest and biggest winners were the shorts. Across 88 trades it won 75% and returned +144.55% while NKE lost half its value, but its average edge per trade was thin enough that execution costs decide whether it survives live.

Published May 24, 2026
Symbol: NKEAsset: EquityStrategy: Statistical mean-reversion

NKE fell by half over the test window, yet the model made money on the way down by trading both directions, turning a falling stock into a positive result. This is a backtest of a rule-based NKE strategy, not a live forecast, and the live record is still too short to judge it.

The model standardizes a monitored NKE reading against its own recent history. When that reading drops to a statistical extreme it buys, expecting a snap back; when it spikes to the opposite extreme it sells short. In a falling tape the short side did the heavy lifting: the fastest and biggest winners in the book were shorts into overextended bounces. Across 88 trades the model was right 75% of the time and returned +144.55%, but the average trade earned only about 1.6%, so the edge is real but thin.

How the model is built, end to end.

The model watches one monitored NKE reading and measures how far it sits from its own recent average, in standard deviations. That single standardized number is the entire signal. A reading near its average keeps the model flat; only a stretch to a statistical extreme makes it act, and the direction of the stretch sets the direction of the trade.

An extreme low is read as oversold and opens a long; an extreme high is read as overbought and opens a short. Each position carries a protective stop and a profit target, but most trades end a third way: the reading drifts back through a calmer band and the model closes, having captured the reversion. The band sits inside the entry level on purpose, so the model does not flip on noise. In this falling tape the short trades, fired when the stock popped, were the cleanest and quickest wins.

Concept illustration: how the NKE model turns a standardized reading into a long, short, or flat decision
How the NKE model decides: a monitored reading hits a statistical extreme to open a position, then a calmer band closes it.

The illustration follows the model's lineage on NKE end to end: from the single standardized reading, through the extreme-and-hysteresis rule, to the order that finally goes out. Each step is plain on its own; the discipline is in doing them in order, every time, on both sides.

At a glance

NKE top predictive features
Feature contribution
NKE exit breakdown
How trades close
NKE quality gates panel
Quality gates
Quality-gate status
GateActualThresholdStatusThreshold source
win rate75.00%>= 70.00%passcanonical registry standard
max drawdown9.35%<= 5.00%failcanonical registry standard
sample size88>= 30passcanonical registry standard
total return144.55%>= 100.00%passcanonical registry standard
expected return1.643%>= 5.000%failcanonical registry standard
Backtest summary
MetricValue
Total return145%
Win rate75.0%
Max drawdown9.35%
Expected per trade1.64%
Trades88
NKE cumulative profit over backtest window
Cumulative profit
NKE drawdown over backtest window
Drawdown
NKE trade PnL distribution
Trade PnL distribution
NKE monthly returns by month
Monthly returns
NKE price with signal regime overlay
Signal vs price

These figures come from the model's backtest measured under backtest conditions and against the registry's fixed acceptance gates. The total-return figure is the sum of the model's per-trade returns at a fixed position size, not a compounded equity curve; the buy-and-hold benchmark, by contrast, is a compounded hold of the stock, so the two are different measures.

Walk-forward verification

Out-of-sample verification
MetricValue
Walk-forward match100%
Verified timestamps1,660
Signal correlation1

A trade walked through

Two real NKE trades with entry, hold, exit, direction, and return from the saved replay
One winning and one losing NKE trade from the saved backtest replay, entry direction, hold path, and exit type marked along the time axis.
NKE walked-through trade with entry, exit, and intra-trade extremes marked on the price line
A walked-through NKE trade, entry, exit, and intra-trade extremes.

On a steady afternoon for NKE, the model opened a long trade after several hours of patience. It waited through a shallow wobble in the wrong direction before the move it expected actually arrived. The position closed on a SIGNAL exit, with the broader market sitting in a mixed stretch, exactly the kind of regime the model was trained to read.

Walked-through trade summary
MetricValue
Directionlong
Entry price52.99 USD
Exit price58.56 USD
Hold time4.0 days
Return+10.51%

What the full trade record shows

Across its 88 NKE trades the model won 66 and lost 22. Almost every position closed on its own exit signal rather than at a hard barrier: 84 of the 88 exited on the signal, with just 2 take-profits, 1 stop-out, and 1 time-limit close. These are backtest results, not a forecast.

Exit reasons across the full backtest
Exit reasonTradesShare
Signal exit8495.45%
Take-profit22.27%
Stop-out11.14%
Time exit11.14%

That is a two-sided, signal-driven system: it opens long or short on a stretched reading and almost always closes when the reading normalizes, not at a fixed target or stop.

The biggest winner was a short into a spike that closed at its target for +12.25%; a one-day short added +8.76%; the slowest winner was a long that gained +2.26% over 13 days.

The worst trade was a short that was squeezed against the position into its stop for -9.35%.

The edge here is thin and spread across many trades; no single position dominates the record, which is both a strength and the reason the per-trade return is small.

How does this compare to just holding NKE

Over the same window the model was tested on, simply buying NKE and doing nothing was its own kind of strategy. Comparing the two tells you whether the model was earning its keep or just riding the tide. In this case the model outperformed a plain hold, and the tiles below show the size of the gap.

NKE model cumulative return overlaid on buy-and-hold cumulative return
NKE model vs buy-and-hold over the backtest window.
Model versus buy-and-hold
MetricValue
Model total return+144.55%
Buy-and-hold-55.08%
Difference+199.63%

How well does the model reproduce its tape?

Walk-forward verification checks whether the saved rule path reproduces the expected signal behavior on held-out timestamps that were not used to build it. It is a consistency and replay-integrity test, not proof the model will make money live. A clean reproduction means the deployed rules behave like the studied rules; it says nothing about whether NKE will keep paying the same edge.

Walk-forward replay checks
MetricValue
Match rate100.0%
Correlation1.000
AlignmentQuiet

On NKE, the model is still quiet against its backtest distribution. Aligned means the model's live trades look statistically like the trades it took in training. Drifting means at least one statistic, hold time, hit rate, or exit type, has moved away from where the backtest sat, a sign the live record has started to diverge from the test. Quiet means there is not yet enough live evidence to call it either way. None of these labels prove the model good or bad; they describe how closely the live record is tracking the backtest so far.

When this approach fails

The model's failures are specific to mean reversion. The worst is a dip that is not a dip at all but a repricing: bad earnings or news resets NKE's fair value lower, the model buys the first leg down expecting a bounce, and there is none. The mirror risk is a short into a spike that keeps squeezing before it reverts, which is exactly how the deepest loss in the book happened. Volatility expanding beyond the band the model calibrated on widens both traps at once. None of these are bugs to engineer away; they are the standing cost of fading extremes in a trending stock.

Failure-mode summary
MetricValue
Losing trades22
Worst single-trade return-9.35%
Worst in-trade drawdown-9.35%

Running this on NKE live, a desk watches three things. The first is drawdown, not just the current trade's drawdown, but the rolling drawdown of the strategy over the past several weeks, and a hard rule that pauses the model when it crosses a pre-agreed line. The second is liquidity and financing: thin books and high borrow or financing costs turn small edges into nothing. The third is alignment with the backtest distribution, when live trades start looking nothing like the backtest sample, the model is telling the desk something has changed.

Risk and honest limits

The model is checked against a fixed verification pipeline at each release: contract integrity, signal reproduction, trade parity, and behavior. Its current lifecycle state is shown below.

Lifecycle

Status: backtestedBacktest window: 2024 to 2026

Where we are

This reflects the model's measured backtest. There is not yet enough live history to add a live-performance section; until there is, read every figure here as backtest evidence.

Sources

  • This article is based on Stonewell One research, including backtesting, walk-forward verification, deployment monitoring, and model-risk review.
  • Trade-level entries, exits, and holding times come from Stonewell One's backtest of NKE over the 2024 to 2026 replay window.
  • The model is compared against simply owning NKE over the same window.