ls kiwoom 구독 히스토리 모두 적재

This commit is contained in:
Your Name
2026-07-30 20:23:37 +09:00
parent 67eab24603
commit 7050f788c5
18 changed files with 1379 additions and 120 deletions

View File

@@ -127,12 +127,13 @@
</div>
</div>
<div class="card p-3">
<h6 class="mb-3">전략별 당일 운영</h6>
<h6 class="mb-3">전략별 당일 운영 <small class="text-muted fw-normal">(키움 · LS 두 줄)</small></h6>
<div class="table-responsive">
<table class="table table-sm table-hover mb-0" style="font-size:13px">
<table class="table table-sm table-hover mb-0 dash-ops-table" style="font-size:13px">
<thead>
<tr>
<th>전략</th>
<th>소스</th>
<th>ON</th>
<th class="text-end">매수대금</th>
<th class="text-end">매도대금</th>
@@ -151,7 +152,7 @@
<tbody id="dash_tbody"></tbody>
<tfoot>
<tr class="fw-bold" style="border-top:2px solid var(--border)">
<td>합계 (ON 한도 기준)</td>
<td colspan="2">합계 (ON 한도 기준 · 전략당 1회)</td>
<td></td>
<td class="text-end" id="dash_ft_buy"></td>
<td class="text-end" id="dash_ft_sell"></td>
@@ -171,6 +172,32 @@
</div>
<p class="text-muted mt-2 mb-0" style="font-size:11px" id="dash_notes"></p>
</div>
<!-- 조건검색 이력: 전략별 키움 / LS 두 줄 -->
<div class="card p-3 mt-3">
<div class="d-flex flex-wrap align-items-center justify-content-between gap-2 mb-2">
<h6 class="mb-0">조건검색 이력 (키움 · LS) — 전략별 두 줄</h6>
<small id="dash_univ_meta" class="text-muted"></small>
</div>
<div class="table-responsive dash-univ-wrap">
<table class="table table-sm table-hover mb-0 dash-univ-table" style="font-size:13px">
<thead>
<tr>
<th>전략</th>
<th>소스</th>
<th>실매소스</th>
<th class="text-end">슬롯</th>
<th class="text-end">종목수</th>
<th class="text-end">행수</th>
<th>최초</th>
<th>최근</th>
</tr>
</thead>
<tbody id="dash_univ_tbody"></tbody>
</table>
</div>
<p class="text-muted mt-2 mb-0" style="font-size:11px" id="dash_univ_notes"></p>
</div>
</div>
<!-- ═══ 실거래 분석 탭 ═══════════════════════════════════════════════════ -->