GT MTF 프로필·캘리브레이션과 04 매칭/시뮬/실거래 파이프라인을 추가한다.

3분~일봉 GT 타점 분석(03c), leg 체결 순서 수정, 총자산 90% 검증 루프,
walk-forward Go/No-Go 시뮬, monitor·live_trader 및 reference 문서를 포함한다.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-05-31 11:27:50 +09:00
parent b52d61b777
commit 2cb67c42b3
47 changed files with 5956 additions and 209 deletions

View File

@@ -1,3 +1,8 @@
"""
04단계: Ground Truth에 근접한 기술적 상태·규칙 선택 (예정).
04단계: GT 프로필 + 전구간 EV 필터 매칭.
"""
from deepcoin.matching.load_rules import load_monitor_rules
from deepcoin.matching.pipeline import run_matching_pipeline
__all__ = ["run_matching_pipeline", "load_monitor_rules"]