feat: 운영 시작 시 누락 봉 증분 동기화 및 B-1 실거래 설정

05/06 시작 전 ops_sync로 지연 간격만 증분 보완하고, Phase B-1 live env·ncue 실행 래퍼를 반영한다.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
dsyoon
2026-06-03 13:46:59 +01:00
parent 1fc560744d
commit a16c942be4
14 changed files with 301 additions and 14 deletions

View File

@@ -20,6 +20,7 @@ Ground Truth·기술적 분석·규칙 매칭·알림·**실거래(선택)**까
| 단계 | 목적 | 실행 |
|------|------|------|
| 00 동기화 | 운영 전 누락 봉 보완 (05/06 자동 포함) | `python scripts/00_sync_ops.py` |
| 01 데이터 | 1년치 봉 적재 | `python scripts/01_download.py` |
| 02 Ground Truth | 매수·매도 정답 타점 | `python scripts/02_ground_truth.py` |
| 03 분석 | 8TF 기술 지표 enrich | `python scripts/03_analyze_enrich.py` |
@@ -60,13 +61,24 @@ DeepCoin/
`config.py``scripts/_bootstrap.py`가 프로젝트 루트 `.env``python-dotenv`로 자동 로드합니다. 새 환경에서는 팀에서 `.env`를 전달받거나 기존 로컬 파일을 복사하세요.
### Python 환경 (conda `ncue`)
```bash
conda activate ncue
pip install -r requirements.txt
```
Windows에서 스크립트 일괄 실행:
```powershell
.\scripts\run.ps1 01_download.py
.\scripts\run.ps1 06_execute_live.py --once
```
## 빠른 시작
```bash
conda activate ncue
python scripts/01_download.py
python scripts/02_ground_truth.py
python scripts/03_analyze_enrich.py