refactor: Ground Truth 산출물을 spot/futures 폴더로 분리

현물 GT JSON·차트를 spot/로 이동하고 선물 futures/ 디렉터리를 준비한다.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-06-09 18:51:30 +09:00
parent 75399ce79c
commit 8d53d1c0b4
22 changed files with 31 additions and 22 deletions

View File

@@ -104,15 +104,22 @@ DeepCoin/
│ ├── 01_download.py
│ ├── 02_ground_truth.py
│ └── 03_run_techniques.py
├── data/ground_truth/
├── data/techniques/
├── docs/02_ground_truth/
├── docs/03_analysis/
├── data/
│ ├── ground_truth/
│ │ ├── spot/ # 현물 GT JSON
│ │ └── futures/ # 선물 GT JSON (예정)
│ └── techniques/
├── docs/
│ ├── 02_ground_truth/
│ │ ├── spot/ # 현물 GT·sim 차트 HTML
│ │ └── futures/ # 선물 GT·sim 차트 (예정)
│ └── 03_analysis/
└── coins.db
```
## 변경 이력
- 2026-06-09: Ground Truth 산출물 현물(spot)/선물(futures) 폴더 분리
- 2026-06-08: 2단계 매매 기법 8종 + GT 정합 비교 리포트 추가
- 2026-06-08: 1단계 Ground Truth (ZigZag 스윙 매수·매도 타점) 추가
- 2026-06-07: BTC 최대 2년 분·일·주·월봉 수집 지원