feat: 현물 GT 기반 선물 Ground Truth 차트 v1~v3 추가

현물 GT 타점을 롱·숏 4색 마커(상·하방 매수·매도)로 변환해 futures HTML 차트를 생성한다.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-06-09 19:06:08 +09:00
parent 435717f4de
commit 2dedfae82d
12 changed files with 2273 additions and 2 deletions

View File

@@ -56,6 +56,9 @@ python scripts/01_download.py
# 1. Ground Truth (매수·매도 벤치마크 타점)
python scripts/02_ground_truth.py
# 1-b. 선물 GT 차트 (현물 GT → 롱·숏 4색)
python scripts/02_ground_truth_futures.py
# 2. 매매 기법 실행 및 GT 정합 비교
python scripts/03_run_techniques.py
```
@@ -113,13 +116,14 @@ DeepCoin/
│ ├── 02_ground_truth/
│ │ ├── gt/ # 1단계 GT 타점 차트 (v1~v3)
│ │ ├── spot/ # 2단계 현물 sim 차트
│ │ └── futures/ # 선물 GT·sim 차트 (예정)
│ │ └── futures/ # 선물 GT 차트 (롱·숏 4색, v1~v3)
│ └── 03_analysis/
└── coins.db
```
## 변경 이력
- 2026-06-09: 선물 GT 차트 v1~v3 추가 (현물 GT → 롱·숏 4색 마커)
- 2026-06-09: docs/02_ground_truth를 gt(타점)·spot(sim)·futures 3폴더로 분리
- 2026-06-09: Ground Truth 산출물 현물(spot)/선물(futures) 폴더 분리
- 2026-06-08: 2단계 매매 기법 8종 + GT 정합 비교 리포트 추가