feat: 2단계 인과 기법 39종 확장 및 레거시 폴더 정리

1단계 GT 타점 재현을 위해 스윙·눌림목·돌파·다이버전스·추세·모멘텀 등
단일 33종과 복합 6종 기법을 추가하고, zero-price·Stochastic 오류를 방어한다.
docs/02_ground_truth·04_causal 중복 GT JSON을 제거해 0~3단계 폴더 구조를 정리한다.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
dsyoon
2026-06-11 08:48:09 +09:00
parent b7c4ec0de5
commit c164dfbc84
48 changed files with 293911 additions and 139651 deletions

View File

@@ -103,7 +103,7 @@ python scripts/04_run_causal_futures.py --walkforward
- `signal_type_report.html` — B/B*/B^/Bd/S/Sd 유형별 recall
- `mtf_correlation_report.html` — GT v3 × 10 TF 피처 (Cohen's d)
`src/deepcoin/techniques/`9종 인과 기법 (미래 데이터 미사용).
`src/deepcoin/techniques/`**39종** 인과 기법 (단일 33 + 복합 6, 미래 데이터 미사용). 카탈로그: `data/techniques_catalog.json`
| ID | 기법 | 유형 | 설명 |
|----|------|------|------|
@@ -135,7 +135,7 @@ DeepCoin/
├── src/deepcoin/
│ ├── data/ # 캔들 수집·로드
│ ├── ground_truth/ # 1단계 GT 생성·차트·선물 sim 엔진
│ ├── techniques/ # 1단계 기법 커먼
│ ├── techniques/ # 2단계 인과 기법 (39종)
│ ├── evaluation/ # 2단계 GT 정합 평가
│ └── strategy/ # 3단계 인과 전략
├── scripts/