formula_id: PREDICTIVE_ALPHA_DIALECTIC_ENGINE_V1 name: 정반합 사전 예측 알파 엔진 (Predictive Alpha Dialectic Engine) description: 펀더멘털과 수급의 추세(正)와 거시 리스크 및 스마트머니 이탈(反)을 가중 합산하여 신규 진입 및 보유 판단(合)을 수행합니다. LLM 개입 없이 결정론적으로 BEARISH 종목을 차단합니다. rules: - id: PAD001 condition: "thesis_score - (antithesis_score * macro_event_multiplier) <= -20" action: "BLOCK_BUY" reason: "정반합 종합 평가: BEARISH (거시/수급 리스크가 펀더멘털 우위를 압도)" - id: PAD002 condition: "antithesis_score > 50 AND recent_surge_pct > 15" action: "TRIGGER_PROACTIVE_SELL_RADAR" reason: "단기 급등 후 스마트머니 이탈 및 거래량 급감 (설거지 징후)" output: schema: predictive_alpha_dialectic_json fields: - thesis_score: NUMBER - antithesis_score: NUMBER - synthesis_verdict: STRING (BULLISH, NEUTRAL, BEARISH) - action_allowed: BOOLEAN