From df924058373228ca8d9d6dc4b90fcd253def44d7 Mon Sep 17 00:00:00 2001 From: kjh2064 Date: Thu, 18 Jun 2026 02:08:10 +0900 Subject: [PATCH] =?UTF-8?q?=EC=84=B9=ED=84=B0=20=ED=94=8C=EB=A1=9C?= =?UTF-8?q?=EC=9A=B0=20=EC=A7=84=ED=96=89=EB=8F=84=20=EB=AC=B8=EC=84=9C?= =?UTF-8?q?=ED=99=94?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/ROADMAP_WBS.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/ROADMAP_WBS.md b/docs/ROADMAP_WBS.md index 47ec2e8..c86bbaf 100644 --- a/docs/ROADMAP_WBS.md +++ b/docs/ROADMAP_WBS.md @@ -265,6 +265,7 @@ RS_Line_20D_Slope = RS_Pct_20D의 5일 이동평균 변화율 | **공식 ID** | `FLOW_CREDIT_V1`, `SECTOR_ROTATION_MOMENTUM_V1` | | **현재 상태** | sector_flow_history 탭 존재, 데이터 누적 중 | | **신호 로직** | 최근 5일 기관 순매수 상위 섹터 → Flow_Credit 가중치 부여 | +| **진척 아티팩트** | `Temp/sector_flow_history_progress_v1.json` | | **상태** | 부분 구현 (일일 누적 필요) | **성공 하네스 (데이터 기준)**: @@ -272,7 +273,7 @@ RS_Line_20D_Slope = RS_Pct_20D의 5일 이동평균 변화율 검증: sector_flow_history 행 수 ≥ 30 × 섹터 수 Flow_Credit IS NOT NULL for 보유 종목 100% Flow_Credit 범위: [0.0, 1.0] -현재: Flow_Credit 일부 NULL → 30일 데이터 누적 후 재검증 +현재: sector_flow_history = 3일 / 30일, Flow_Credit 일부 NULL → 30일 데이터 누적 후 재검증 ``` ---