refactor: GT·시뮬·운영 3축 정리 및 hybrid 실거래 정합

Phase C/dry-run·미사용 모듈·재생성 HTML을 제거하고, 운영 체결을
sim_causal_hybrid와 동일한 hybrid 로직으로 통합한다.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
xavis
2026-06-03 23:50:28 +09:00
parent a16c942be4
commit d7848df6f7
85 changed files with 177180 additions and 196131 deletions

View File

@@ -131,7 +131,8 @@ def build_mtf_scan_frame(
if raw is None or raw.empty:
raise RuntimeError(f"주간격 {primary}분 데이터 없음")
print(f"[04b] Phase A: 8TF enrich (스캔용)...")
n_tf = len(GENERAL_ANALYSIS_INTERVALS)
print(f"[04b] Phase A: {n_tf}TF enrich (스캔용, 주·월봉 포함)...")
enriched: dict[int, pd.DataFrame] = {}
for iv in GENERAL_ANALYSIS_INTERVALS:
r = frames.get(iv)