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,68 @@
- since: `2026-08-27 07:00:00`
- until: `now`
- journal 총 줄: 25334
# LS WS 저널 관측 요약
- 생성: `2026-08-27 08:35:02`
- 유닛: `kis_trader_main.service`
- 매칭 줄 수: **17934**
## 카운트
| 항목 | 건수 |
|---|---:|
| LS WS OPEN | 7172 |
| LS WS CLOSE | 3586 |
| Bye / opcode=8 | 7174 |
| LS WS RSP | 0 |
| LS WS ERROR | 3586 |
| hold 관련 | 0 |
## OPEN `sends≈N` 분포
| 값 | 건수 |
|---|---:|
| `1` | 3558 |
| `3` | 10 |
| `61` | 3 |
| `5` | 3 |
| `7` | 2 |
| `33` | 1 |
| `57` | 1 |
| `49` | 1 |
| `63` | 1 |
| `27` | 1 |
| `17` | 1 |
| `47` | 1 |
| `55` | 1 |
| `43` | 1 |
| `81` | 1 |
## OPEN `abort_why`
| 값 | 건수 |
|---|---:|
| `opened_cleared` | 3586 |
## CLOSE/ERROR `ws_same`
| 값 | 건수 |
|---|---:|
| `err:True` | 3586 |
| `True` | 3586 |
## RSP `rsp_cd`
_없음_
## 힌트 (가설, 단정 아님)
- Bye/opcode8 ≈7174, OPEN≈7172 → 연결 반복 끊김.
- abort_why=opened_cleared ×3586 → REG 중 `_opened` 클리어(stale close 가설) 점검.
## 다음 액션
- `sends≈1` 다수 + Bye → REG 중단 원인 (`abort_why`, `ws_same`) 대조
- RSP non-00000 → 서버 거절 메시지 확인
- hold 외만 보이면 **07:00 이후** 재실행