{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "schema://formula/BREAKOUT_QUALITY_GATE_V2", "title": "BREAKOUT_QUALITY_GATE_V2", "type": "object", "properties": { "formula_id": { "const": "BREAKOUT_QUALITY_GATE_V2" }, "owner": { "type": "string" }, "status": { "type": "string" }, "inputs": { "type": "array", "items": { "type": "string" } }, "outputs": { "type": "array", "items": { "type": "string" } } }, "required": [ "formula_id", "owner", "status", "inputs", "outputs" ], "x_formula_inputs": [ "close", "ma20", "ret_3d", "ret_1d", "disparity", "rsi14", "volume", "avg_volume_5d", "timing_score_exit", "distribution_risk_score", "late_chase_risk_score" ], "x_formula_outputs": [] }