{ "format_version": 1, "kind": "process", "name": "mom-sweep-gate-generalize", "description": "Sweep the momentum axis, gate on positive gross expectancy, floor across instruments.", "pipeline": [ { "block": "std::sweep", "metric": "sqn", "select": "argmax", "deflate": true }, { "block": "std::gate", "all": [ { "metric": "expectancy_r", "cmp": "gt", "value": 0.0 } ] }, { "block": "std::generalize", "metric": "expectancy_r" } ] }