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

@@ -1,4 +1,5 @@
# DeepCoin — .env.example (비밀값 없음). 복사: cp .env.example .env
# Python: conda activate ncue && pip install -r requirements.txt
BITHUMB_ACCESS_KEY=
BITHUMB_SECRET_KEY=
@@ -13,6 +14,9 @@ DOWNLOAD_INTERVALS=3,5,10,15,30,60,240,1440
DOWNLOAD_MONTHS=12
# 05/06 루프마다 API 봉을 coins.db에 증분 저장 (01과 동일 append_data)
MONITOR_PERSIST_CANDLES=1
# 05/06 시작 시 누락·지연 봉 자동 증분 (scripts/00_sync_ops.py 동일)
OPS_SYNC_ON_START=1
OPS_SYNC_MAX_LAG_BARS=2
# 02 Ground Truth · 시뮬·dry-run·live 배분 공통 초기 자금
GT_INITIAL_CASH_KRW=400000