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:
@@ -1,11 +1,11 @@
|
||||
#!/usr/bin/env python3
|
||||
"""04단계: GT 근접 규칙 선택 (스텁)."""
|
||||
"""04단계: GT 프로필 + 전구간 EV 매칭 (04a~04d)."""
|
||||
import runpy
|
||||
from pathlib import Path
|
||||
|
||||
runpy.run_path(str(Path(__file__).resolve().parent / "_bootstrap.py"))
|
||||
|
||||
from deepcoin.matching.match_rules import run_match_stub
|
||||
from deepcoin.matching.pipeline import main
|
||||
|
||||
if __name__ == "__main__":
|
||||
run_match_stub()
|
||||
main()
|
||||
|
||||
Reference in New Issue
Block a user