research: Arc 1 — trend regime vs H1 breakout, campaign path, results page
Two std-vocabulary blueprints (bo_h1 donchian-style H1 breakout; bo_h1_trend adds a post-latch EMA 12/48 regime gate). First real use of the campaign path: process + campaign documents registered and run as executable intent (screen 490d14df.., curves da886931.. with persisted taps). Finding: the gate reshapes the R-distribution per instrument (GER40 flips sign, EURUSD deteriorates); no deployable edge (best P(E[R]<=0)=0.08, generalization floor negative, sign agreement 0/4, all gross of costs). site/: build.py bakes a fully static index.html from the runs/ registry (aura.css embedded verbatim, inline SVG, zero external requests); adversarially verified — all baked figures re-derived from the registry.
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"format_version": 1,
|
||||
"kind": "campaign",
|
||||
"name": "arc1-curves",
|
||||
"description": "Trace companion to arc1-breakout-trend: both variants at their default parameters (channel 24/24, EMA 12/48) over the full window, persisting equity/exposure/r_equity curves for the results page. Default params isolate the gate's effect on the curve shape.",
|
||||
"seed": 0,
|
||||
"data": {
|
||||
"instruments": ["GER40", "US500", "EURUSD", "XAUUSD"],
|
||||
"windows": [ { "from_ms": 1514764800000, "to_ms": 1782863999999 } ]
|
||||
},
|
||||
"risk": [ { "vol": { "length": 3, "k": 2.0 } } ],
|
||||
"strategies": [
|
||||
{
|
||||
"ref": { "content_id": "82515a31bfe58ae087b4bd09eb4adb032cc2cabddd71a2761c543066bd237d3d" },
|
||||
"axes": { "channel_hi.length": { "kind": "I64", "values": [24] } }
|
||||
},
|
||||
{
|
||||
"ref": { "content_id": "82d61d13bf21984068d6fd3ae9de9766fe99edb5163ea50ffb3485bfae9f56bc" },
|
||||
"axes": { "channel_hi.length": { "kind": "I64", "values": [24] } }
|
||||
}
|
||||
],
|
||||
"process": { "ref": { "content_id": "476752f5af365c85be3e5bd6265e5503040fc691ac548c0bd42e67714110e05f" } },
|
||||
"presentation": { "persist_taps": ["equity", "exposure", "r_equity"], "emit": [] }
|
||||
}
|
||||
Reference in New Issue
Block a user