research: Arc 4 — breadth and beta controls; momentum candidate on FRA40

Runs the two surviving threads (H1 breakout, vol-normalized H1 momentum)
across the 21-instrument gapless universe under the wide-stop regimes,
beside an always-long beta control on the same matrix. The breakout dies
everywhere (beta on trending assets, significantly negative on FX);
momentum shows a one-sided positive cross-sectional tail with five
double-regime flags, of which FRA40 (both regimes) and NatGas (k6) beat
the no-signal baseline outright — the only control-beating cells of the
whole program. Includes the engine performance envelope (single run 2.97 s
vs Arc-0 ~3 s; 11-13 s/cell; executor fan-out findings refs
Brummel/Aura#268, data-gap abort refs Brummel/Aura#264).
This commit is contained in:
2026-07-13 18:36:57 +02:00
parent de92b4283d
commit ee1c15885b
4 changed files with 371 additions and 0 deletions
+95
View File
@@ -0,0 +1,95 @@
{
"format_version": 1,
"kind": "campaign",
"name": "arc4-breadth-bo-h1",
"description": "Arc 4 breadth test of the H1 breakout: the arc2c survivor question asked across the whole archive universe with gapless 2018-2026 m1 coverage (21 instruments: indices, FX majors and crosses, metals, energy, crypto; Copper dropped \u2014 its archive is missing 2018-01..2018-10). Wide-stop regimes only (vol{60,k6}, vol{60,k12}) where the XAUUSD cell survived deflation and costs; vol slippage cost. If the XAUUSD result is signal rather than gold-specific luck, related instruments (XAGUSD, other trending assets) should lean the same way; if it is isolated, the generalize floor and sign-agreement will say so.",
"seed": 0,
"data": {
"instruments": [
"GER40",
"US500",
"EURUSD",
"XAUUSD",
"US30",
"NAS100",
"UK100",
"JPN225",
"HK50",
"FRA40",
"GBPUSD",
"USDJPY",
"AUDUSD",
"USDCAD",
"USDCHF",
"NZDUSD",
"EURAUD",
"XAGUSD",
"NatGas",
"BTCUSD",
"ETHUSD"
],
"windows": [
{
"from_ms": 1514764800000,
"to_ms": 1782863999999
}
]
},
"risk": [
{
"vol": {
"length": 60,
"k": 6.0
}
},
{
"vol": {
"length": 60,
"k": 12.0
}
}
],
"cost": [
{
"vol_slippage": {
"slip_vol_mult": 0.1
}
}
],
"strategies": [
{
"ref": {
"content_id": "82515a31bfe58ae087b4bd09eb4adb032cc2cabddd71a2761c543066bd237d3d"
},
"axes": {
"channel_hi.length": {
"kind": "I64",
"values": [
24,
48,
96
]
},
"channel_lo.length": {
"kind": "I64",
"values": [
24,
48,
96
]
}
}
}
],
"process": {
"ref": {
"content_id": "41863fcae9300b334056c6f2a899e8c2672ecb29387d294e9a6e58f159ef51b4"
}
},
"presentation": {
"persist_taps": [],
"emit": [
"selection_report"
]
}
}