#8 — H1 V3 (EUR_GBP + CAD_JPY)
Hypothesis — what it tests
Does evaluating the same NEAT genome at H1 cadence (24 decisions/day instead of 288) reduce noise-driven false entries and spread cost enough to multiply the edge?
Description
IronNet V3 was a NEAT-evolved network trading on the project's ASI-derived momentum-consensus features. This experiment retrained it on H1 bars instead of M5, on the hypothesis that hourly cadence cuts intraday-noise false entries and spread burn (~12x fewer decisions per day). EUR_GBP improved from 14.3 to 41.2 OOS pips/day (+188%) and CAD_JPY from 41.6 to 218.1 (+424%), both passing Monte Carlo with sign_p=0.0000 on 10,000 shuffles. The 2026-04-12 RCA later proved the underlying compute_mc_on_series indicator leaked up to 719 future bars, so the entire result was lookahead artifact.
Key result
Indicators
Algorithms
Code
Interactive version (search, filters, figures): the experiment explorer.