feat(Core/UI): 백테스트 전역 엔진 선택 버튼 추가 및 스캘핑 Rust 방어로직 포팅 1차 완료

This commit is contained in:
Your Name
2026-09-03 02:49:14 +09:00
parent ac1190f1fc
commit 3b7c21cde4
316 changed files with 56952 additions and 1 deletions

View File

@@ -0,0 +1,71 @@
- since: `2026-08-27 07:00:00`
- until: `now`
- journal 총 줄: 822853
# LS WS 저널 관측 요약
- 생성: `2026-08-27 20:10:32`
- 유닛: `kis_trader_main.service`
- 매칭 줄 수: **73054**
## 카운트
| 항목 | 건수 |
|---|---:|
| LS WS OPEN | 25475 |
| LS WS CLOSE | 12737 |
| Bye / opcode=8 | 25284 |
| LS WS RSP | 568 |
| LS WS ERROR | 12734 |
| hold 관련 | 7 |
## OPEN `sends≈N` 분포
| 값 | 건수 |
|---|---:|
| `1` | 8886 |
| `3` | 1480 |
| `5` | 655 |
| `7` | 410 |
| `9` | 254 |
| `11` | 210 |
| `13` | 148 |
| `15` | 108 |
| `17` | 91 |
| `19` | 67 |
| `21` | 48 |
| `23` | 40 |
| `25` | 36 |
| `31` | 36 |
| `27` | 34 |
## OPEN `abort_why`
| 값 | 건수 |
|---|---:|
| `opened_cleared` | 12734 |
| `-` | 3 |
## CLOSE/ERROR `ws_same`
| 값 | 건수 |
|---|---:|
| `True` | 12737 |
| `err:True` | 12734 |
## RSP `rsp_cd`
| 값 | 건수 |
|---|---:|
| `00000` | 568 |
## 힌트 (가설, 단정 아님)
- Bye/opcode8 ≈25284, OPEN≈25475 → 연결 반복 끊김.
- abort_why=opened_cleared ×12734 → REG 중 `_opened` 클리어(stale close 가설) 점검.
## 다음 액션
- `sends≈1` 다수 + Bye → REG 중단 원인 (`abort_why`, `ws_same`) 대조
- RSP non-00000 → 서버 거절 메시지 확인
- hold 외만 보이면 **07:00 이후** 재실행