← Back to research
Computational Economics · Under review · 2026

When the Gate Stays Closed

A statistically gated ML deployment in NASDAQ equities — where the honest null result is the entire finding.

Rajveer Singh Pall · 2026

ProblemMost quant trading papers report a winning strategy found by searching thousands of combinations — without pricing in the cost of that search.
ApproachBuild a statistical gate that only allows a strategy to trade live once it clears a pre-registered significance bar, tested honestly out-of-sample.
ResultAcross 1,512 trading days and 12 independent folds, the gate never opened once.
SignificanceA framework that reports its failures as clearly as its wins is the only kind worth trusting when it eventually says yes.

The Discovery in One Figure

All 12 walk-forward folds — every gate stayed closed

The Paper in Five Minutes

Most trading-model papers report wins. This one builds the exam a model must pass before it is allowed to trade real money — and then reports that its own model failed that exam twelve times out of twelve. That is the contribution: a statistical gate that separates "looks profitable in a backtest" from "provable skill". A naive statistical test would have green-lit a skill-less model 11.8% of the time; the full gate never did. One more twist: the model's probability estimates were nearly perfect even though it had zero predictive skill — proof that a well-calibrated model is not the same as a deployable one.

The Research Question

Most quant ML papers report in-sample alpha that vanishes out-of-sample. The selection bias is structural: thousands of model–feature combinations are searched, the winner is reported, and the search itself is never priced into the significance test. Can a financial ML model prove cross-sectional predictive skill before deployment — and what should happen when it cannot?

How It Works

Deployment is governed by a statistical gate: a strategy only goes live in a fold if its out-of-sample edge clears a pre-registered significance threshold after multiple-testing correction — a Newey–West HAC t-test on daily information coefficients plus permutation confirmation. The gate is evaluated on a strict walk-forward schedule across 1,512 out-of-sample trading days, so no future information ever leaks backward.

01
Build honestly49 strictly causal features, 30 NASDAQ stocks, no lookahead
02
Walk forward12 expanding-window folds, 1,512 out-of-sample days, 2-day embargo
03
Measure skilldaily information coefficient → Newey–West HAC t-test
04
Confirm by permutationboth stages must pass — either fails, no deployment
05
Report the nullgate closed 0/12; calibration excellent anyway (ECE < 0.025)

The Results

0 / 12Folds gate opened
1,512Out-of-sample days
11.8% → 0%False-deploy rate vs naive test
< 0.025ECE while IC ≈ 0

The gate opened 0 of 12 walk-forward folds. No statistically defensible alpha survived honest out-of-sample testing — and that is the contribution. Calibration stayed excellent (ECE < 0.025) despite zero discrimination: calibration quality is not deployment readiness. The naive t-test alternative false-positives 11.8% of the time; the full gate, 0.0%.

False-positive rate on skill-less models (%)

Naive t-test11.8%
Full ICGDF gate0.0%

Simulated null (no real signal): the naive test deploys anyway; the gate never does.

Fold-level information coefficients across all 12 walk-forward folds
Fold-level information coefficients across all 12 walk-forward folds: the gate never opens.
Permutation test: observed IC inside the no-skill distribution
The permutation test: the observed IC sits squarely inside the no-skill distribution.
Power analysis of detectable signal size
Power analysis: the study could have detected a much smaller real signal than practitioners claim.

What This Changes

An honest null result engineered as methodology: the same audit-first stance the program applies to healthcare and lending, applied to the temptation-rich domain of trading. A discipline that publishes its nulls as loudly as its wins is the only one that can be trusted when the gate does open.

↗ View on GitHub ↗ SSRN preprint ↗ Full research page

Citation

Rajveer Singh Pall. "When the Gate Stays Closed: Empirical Evidence of Near-Zero Cross-Sectional Predictability in Large-Cap NASDAQ Equities Using an IC-Gated Machine Learning Framework." Under journal review, 2026. SSRN preprint 6742700.

Related Research