2d988fdf3d
Consumer-seat run over all four C29 seams (load, register, op-script doc, document description) from the public interface only. The three working findings verify the #314 failure class removed end to end; the findings route: guide sync + refusal-prose neutrality + doc_gate short-name parity this run, discoverability surfaces to the tracker. refs #316
13 lines
560 B
JSON
13 lines
560 B
JSON
[
|
|
{"op": "source", "role": "price", "kind": "F64"},
|
|
{"op": "add", "type": "SMA", "name": "fast"},
|
|
{"op": "add", "type": "SMA", "name": "slow"},
|
|
{"op": "feed", "role": "price", "into": ["fast.series", "slow.series"]},
|
|
{"op": "add", "type": "Sub", "name": "sub"},
|
|
{"op": "connect", "from": "fast.value", "to": "sub.lhs"},
|
|
{"op": "connect", "from": "slow.value", "to": "sub.rhs"},
|
|
{"op": "add", "type": "Bias", "name": "bias"},
|
|
{"op": "connect", "from": "sub.value", "to": "bias.signal"},
|
|
{"op": "expose", "from": "bias.bias", "as": "bias"}
|
|
]
|