Phase C/dry-run·미사용 모듈·재생성 HTML을 제거하고, 운영 체결을 sim_causal_hybrid와 동일한 hybrid 로직으로 통합한다. Co-authored-by: Cursor <cursoragent@cursor.com>
34 lines
1.1 KiB
Markdown
34 lines
1.1 KiB
Markdown
# DeepCoin 로드맵
|
|
|
|
설계: [ARCHITECTURE.md](ARCHITECTURE.md) — **GT → Simulation → Operations** 만 사용합니다.
|
|
|
|
## 축별 상태
|
|
|
|
| 축 | 상태 | 다음 액션 |
|
|
|----|------|-----------|
|
|
| **Ground Truth** | 1년 GT·10TF 프로필 | 구간·파라미터 변경 시 `02`~`03` 재실행 |
|
|
| **Simulation** | hybrid Go/No-Go (MDD 참고) | 월 1회 `04_simulation_report` |
|
|
| **Operations** | LIVE=1, dry-run 제거 | `06_verify_live` → `06_execute_live` |
|
|
|
|
## 권장 워크플로
|
|
|
|
```text
|
|
01 download
|
|
→ 02 GT (+ 03 분석·프로필, 05 차트)
|
|
→ 04 match + 04 simulation (인과, 40만 원)
|
|
→ 06 verify + 06 execute (동일 monitor_rules)
|
|
```
|
|
|
|
운영 배분: **sim_causal_hybrid** = **06 live** (`hybrid_sim_execution`)
|
|
|
|
## 문서 맵
|
|
|
|
| 문서 | 축 |
|
|
|------|-----|
|
|
| [GROUND_TRUTH.md](GROUND_TRUTH.md) | GT |
|
|
| [SIMULATION.md](SIMULATION.md) | Simulation |
|
|
| [LIVE_TRADING.md](LIVE_TRADING.md) | Operations |
|
|
| [OPERATIONS.md](OPERATIONS.md) | Operations |
|
|
| [RISK.md](RISK.md) | Operations |
|
|
| [DEPLOYMENT_CHECKLIST.md](../05_ops/DEPLOYMENT_CHECKLIST.md) | 기동 체크 |
|