Home Verified Methods Reports Papers Methodology About
HomeLive pipeline › Signal Breadth: what twenty observations can and cannot say

Signal Breadth: what twenty observations can and cannot say

Short answer

As of the 14 September 2026 session the Signal Breadth Index has twenty observations: it started at 31.8% on 17 August, peaked at 42.5% two days later and fell to 15.6% on 11 September. Twenty points support a description and nothing more. The one-day autocorrelation is 0.70, which is three standard errors from white noise, so the series is persistent rather than a coin flip; breadth and the median signal score move together (r = 0.84) because they come from the same scan. Whether breadth says anything about what the market does next cannot be tested yet: to detect even a correlation of 0.3 with next-day returns at 80% power takes 85 observations, 65 more trading days. This note is what an honest read of a young series looks like, and a marker to come back to when the series is old enough to test.

What the index is

Every US close the pipeline scores a fixed universe of 180 liquid US equities against 30 technical signals; a name clears the threshold when at least 22 of the 30 are bullish. Signal Breadth is the share of scored names that clear it. The scan started under the current methodology on 17 August 2026 and the history is not backfilled: the scan was not run historically, so earlier values do not exist and none have been manufactured. Names missing a full data window on a given day are skipped; on every day so far 179 of 180 were scored.

Twenty observations

17 Aug – 14 Sep 2026Value
Observations20 (no Labor Day, no weekends)
First / last31.8% / 17.3%
Minimum / median / maximum15.6% (11 Sep) / 29.1% / 42.5% (19 Aug)
Mean, standard deviation28.5%, 7.4 points
BUY names behind those readings28 to 76 of 179
Median signal score (of 30)14 to 20
Day-to-day change: mean absolute / largest3.8 / 11.8 points
Days up / down / unchanged5 / 11 / 3
Lag-1 autocorrelation0.70 (white-noise SE 0.22, t = 3.1)
Correlation with the median score, same day0.84

The full series, 17 August to 14 September:

31.8 · 30.7 · 42.5 · 30.7 · 37.4 · 37.4 · 34.1 · 29.1 · 35.2 · 35.2 · 29.1 · 26.3 · 24.6 · 26.8 · 24.6 · 24.6 · 20.1 · 17.3 · 15.6 · 17.3

What twenty points can say

What twenty points cannot say

The question everyone wants answered is whether breadth predicts anything: next-day index returns, forward volatility, the persistence of the BUY names. None of it can be tested yet, and the arithmetic is worth writing down because it is the same for every young indicator.

True correlation to detectObservations for 80% power at 5% (two-sided)Trading days still to wait
0.308565
0.20194174
0.10783763

These are Fisher-z sample sizes for independent observations. With a lag-1 autocorrelation of 0.70 the effective sample is smaller still, so the waits are lower bounds. A correlation of 0.3 between a daily breadth reading and the next day's return would be extraordinary for any published indicator; 0.1 would be respectable, and that takes three years. Anyone reporting a predictive result from a breadth series younger than that is reporting noise, and the site's own index will be held to the same standard: no predictive claim until the sample supports one, and the test pre-registered here so it cannot be chosen after the fact.

The pre-registered test

When the series reaches 85 observations (expected mid-December 2026, holidays permitting), the following will be computed and published whatever it shows: the Spearman correlation between breadth on day t and the S&P 500 close-to-close return on day t + 1, with a block bootstrap confidence interval (block length 5) to respect the autocorrelation; the same for the 5-day forward return; and the fraction of day-t BUY names still clearing the threshold on day t + 5. No thresholds, no regime labels, no other outcome variables. If the interval includes zero, the index is a description of the scan, which is all it claims to be today.

What this does not establish

Reproduce

cd quantmedia-research/breadth-history-note
python summarize.py  # reads data/breadth_history.json as published
python ../tests/test_breadth_note.py  # expected: 4 passed

The script reads the live JSON, so its output moves nightly; the numbers in this note are the 14 September 2026 run and the committed outputs/summary.json is that snapshot. The tests pin the series' internal consistency and the sample-size formulas, not any day's values. Code and output on GitHub.