3분~일봉 GT 타점 분석(03c), leg 체결 순서 수정, 총자산 90% 검증 루프, walk-forward Go/No-Go 시뮬, monitor·live_trader 및 reference 문서를 포함한다. Co-authored-by: Cursor <cursoragent@cursor.com>
31 lines
1.0 KiB
Markdown
31 lines
1.0 KiB
Markdown
# DeepCoin 로드맵 (WLD)
|
|
|
|
## 완료 (기반)
|
|
|
|
| 단계 | 내용 | 실행 |
|
|
|------|------|------|
|
|
| 01~03c | DB, GT, enrich, GT MTF 스냅샷, **전 TF 프로필(매수/매도 대조)** | `01`~`03_gt_mtf_profile.py` |
|
|
| 04 | GT 프로필 + leg_gt EV + holdout | `04_match_rules.py` |
|
|
| 05 | 텔레그램 알림 (주문 없음) | `05_run_monitor.py` |
|
|
|
|
## 남은 작업 (합의 순서)
|
|
|
|
| 순서 | 단계 | 내용 | 실행 |
|
|
|------|------|------|------|
|
|
| **1** | 시뮬레이션 | walk-forward·민감도·Go/No-Go | `04_simulation_report.py` |
|
|
| **2** | 문서화 | SIMULATION, LIVE, RISK, OPERATIONS | `docs/reference/` |
|
|
| **3** | 오픈 | **실거래** (소액) | `06_execute_live.py` |
|
|
| **4** | 검증 | 실계좌 1~2주 | `docs/05_ops/live_verification_*.md` |
|
|
| **5** | 지속 | 실거래 유지·월간 재시뮬 | 06 상시 |
|
|
|
|
가이드: [SIMULATION.md](SIMULATION.md) · [LIVE_TRADING.md](LIVE_TRADING.md)
|
|
|
|
## 디렉터리
|
|
|
|
```text
|
|
scripts/01~06_*.py
|
|
data/coins.db, ground_truth/, ops/live_trades.jsonl
|
|
docs/04_matching/simulation_report.*
|
|
docs/reference/
|
|
```
|