프론트엔드 추가 및 자동매매 로직 개선:
Some checks failed
Build Push and Restart Compose / deploy (push) Failing after 1m42s
Some checks failed
Build Push and Restart Compose / deploy (push) Failing after 1m42s
- Svelte 기반 프론트엔드 프로젝트 초기 설정 추가 (`vite`, `tailwindcss` 등 포함). - "자동매매" 주요 상태 및 규칙 관리 페이지 구현. - 1차/2차 손절 및 익절 조건 평가 로직 추가(`calcStopTargets`, `evalExitReason` 등). - 포지션 상세 로그 및 WebSocket 기반 실시간 로그 스트림 추가. - API 서비스 및 Frontend 간 Proxy 설정(Vite 서버). - 세션 체크를 위한 `CheckSession` 핸들러 추가.
This commit is contained in:
@@ -22,11 +22,22 @@
|
||||
</div>
|
||||
|
||||
<!-- 관심종목 목록 -->
|
||||
<ul id="watchlistSidebar" class="divide-y divide-gray-50 max-h-[60vh] overflow-y-auto">
|
||||
<li class="px-4 py-8 text-center text-xs text-gray-400" id="watchlistEmpty">
|
||||
<table class="w-full text-xs">
|
||||
<thead>
|
||||
<tr class="border-b border-gray-100 text-gray-400">
|
||||
<th class="px-3 py-2 text-left font-medium">종목</th>
|
||||
<th class="px-2 py-2 text-right font-medium">현재가</th>
|
||||
<th class="px-2 py-2 text-right font-medium">등락</th>
|
||||
<th class="px-2 py-2 text-right font-medium">강도</th>
|
||||
<th class="w-6"></th>
|
||||
</tr>
|
||||
</thead>
|
||||
</table>
|
||||
<div id="watchlistSidebar" class="max-h-[60vh] overflow-y-auto">
|
||||
<div class="px-4 py-8 text-center text-xs text-gray-400" id="watchlistEmpty">
|
||||
관심종목을 추가해주세요
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</aside>
|
||||
{{ end }}
|
||||
|
||||
Reference in New Issue
Block a user