research: Arc 3 — six data-only signal families, designed engine-blind
Six confirm/refute families (vol-normalized momentum, mean-reversion z-fade, vol-regime-gated breakout, H4 EMA trend, H4 breakout port, channel-position fade) authored by engine-blind agents from a distilled reference card plus the CLI validation loop, adversarially design-reviewed, then run over 4 instruments x 3 stop regimes. Five honest nulls; one candidate (vol-normalized momentum on US500, WF-OOS P<=0.05 in all three regimes) forwarded to the Arc 4 breadth test.
This commit is contained in:
@@ -0,0 +1,84 @@
|
||||
{
|
||||
"format_version": 1,
|
||||
"kind": "campaign",
|
||||
"name": "arc3-channelpos-fade-h1",
|
||||
"description": "Arc 3 family channelpos-fade-h1: Position within the recent H1 range mean-reverts: when the H1 close sits near the top of the prior N-bar high/low channel (pos toward 1) price tends to fall back, and near the bottom (pos toward 0) it tends to rebound. The blueprint fades that position \u2014 bias = Bias(-(pos-0.5)*scale), i.e. short the top of the channel, long the bottom. CONFIRM if this fade produces positive net-of-cost pooled WF-O",
|
||||
"seed": 0,
|
||||
"data": {
|
||||
"instruments": [
|
||||
"GER40",
|
||||
"US500",
|
||||
"EURUSD",
|
||||
"XAUUSD"
|
||||
],
|
||||
"windows": [
|
||||
{
|
||||
"from_ms": 1514764800000,
|
||||
"to_ms": 1782863999999
|
||||
}
|
||||
]
|
||||
},
|
||||
"risk": [
|
||||
{
|
||||
"vol": {
|
||||
"length": 3,
|
||||
"k": 2.0
|
||||
}
|
||||
},
|
||||
{
|
||||
"vol": {
|
||||
"length": 60,
|
||||
"k": 6.0
|
||||
}
|
||||
},
|
||||
{
|
||||
"vol": {
|
||||
"length": 60,
|
||||
"k": 12.0
|
||||
}
|
||||
}
|
||||
],
|
||||
"cost": [
|
||||
{
|
||||
"vol_slippage": {
|
||||
"slip_vol_mult": 0.1
|
||||
}
|
||||
}
|
||||
],
|
||||
"strategies": [
|
||||
{
|
||||
"ref": {
|
||||
"content_id": "2663716da7ab72dc287a13e01c4b529efd0cd7b9afc3516fe500e102cb61fcdb"
|
||||
},
|
||||
"axes": {
|
||||
"channel_length": {
|
||||
"kind": "I64",
|
||||
"values": [
|
||||
24,
|
||||
48,
|
||||
96
|
||||
]
|
||||
},
|
||||
"bias.scale": {
|
||||
"kind": "F64",
|
||||
"values": [
|
||||
2.0,
|
||||
4.0,
|
||||
8.0
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
],
|
||||
"process": {
|
||||
"ref": {
|
||||
"content_id": "41863fcae9300b334056c6f2a899e8c2672ecb29387d294e9a6e58f159ef51b4"
|
||||
}
|
||||
},
|
||||
"presentation": {
|
||||
"persist_taps": [],
|
||||
"emit": [
|
||||
"selection_report"
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user