[ {"op": "source", "role": "price", "kind": "F64"}, {"op": "add", "type": "Gt", "name": "g"}, {"op": "add", "type": "SMA", "name": "fast", "bind": {"length": {"I64": 2}}}, {"op": "feed", "role": "price", "into": ["g.a", "g.b"]}, {"op": "connect", "from": "g.value", "to": "fast.series"}, {"op": "expose", "from": "fast.value", "as": "out"} ]