Files
Aura/fieldtests/milestone-real-project-readiness/ger40-lab/blueprints/momentum.ops.json
T
Brummel 09da04fe18 fieldtest: milestone-33 — 4 examples, 11 findings
Milestone fieldtest for "Real-project readiness — role-complete
research loop (no freeze)": a from-scratch ger40-lab project (aura new)
with a brand-new native node (ger40_lab::Momentum) driven through the
full research loop on real GER40/FRA40 archive data — sweep,
walk-forward, mc, process+campaign with 2-regime risk and net-R cost
block, cross-instrument generalize, bit-identical reproduce, charts —
from the public interface only. Spine holds: 5 working, 1 bug (chart
cannot open a sweep --trace family by its printed handle), 4 friction,
1 spec gap. Findings triaged separately.
2026-07-11 14:20:48 +02:00

9 lines
344 B
JSON

[
{"op": "source", "role": "price", "kind": "F64"},
{"op": "add", "type": "ger40_lab::Momentum", "name": "mom"},
{"op": "feed", "role": "price", "into": ["mom.series"]},
{"op": "add", "type": "Bias", "name": "bias"},
{"op": "connect", "from": "mom.value", "to": "bias.signal"},
{"op": "expose", "from": "bias.bias", "as": "bias"}
]