feat(spot): fractal_swing live 운영 — 슬리피지·증분 sync·신호 tail 갱신

운영 백테스트(+1,873,140%)과 live/paper 체결 규칙을 맞추고, 캔들 증분 sync·
tail 신호 갱신·일일 체결 상한·슬리피지를 반영한다. docs/live 차트 생성 스크립트와
.env.example·README를 갱신한다.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
xavis
2026-06-13 08:26:11 +09:00
parent 58802bdc5f
commit 2783826a03
20 changed files with 954 additions and 67 deletions

39
docs/live/index.html Normal file
View File

@@ -0,0 +1,39 @@
<!DOCTYPE html>
<html lang="ko">
<head>
<meta charset="UTF-8">
<title>DeepCoin Live — 운영 백테스트 차트</title>
<style>
body { font-family: "Malgun Gothic", Arial, sans-serif; margin: 32px; color: #333; background: #f5f5f5; }
h1 { font-size: 22px; margin-bottom: 8px; }
.meta { color: #666; font-size: 14px; margin-bottom: 20px; line-height: 1.6; }
.card { background: #fff; border: 1px solid #ddd; border-radius: 4px; padding: 20px 24px; max-width: 720px; }
.stat { font-size: 28px; font-weight: bold; color: #2e7d32; margin: 8px 0 16px; }
a { color: #1565c0; text-decoration: none; font-size: 16px; }
a:hover { text-decoration: underline; }
ul { margin: 12px 0 0; padding-left: 20px; font-size: 14px; color: #555; }
</style>
</head>
<body>
<h1>DeepCoin Live — 운영 백테스트</h1>
<p class="meta">
BTC · 프랙탈 스윙 (fractal_swing)<br>
sim 기간: 최근 1095일 ·
슬리피지 0.05% ·
일 체결 상한 100 ·
MTF off
</p>
<div class="card">
<div>3년 수익률 (운영 규칙 sim)</div>
<div class="stat">+1874019.75%</div>
<p>
<a href="fractal_swing_ops_chart.html">매수·매도 타점 차트 열기</a>
</p>
<ul>
<li>매수 53,521 / 매도 53,449 체결</li>
<li>초기 200,000원 → 최종 3,748,239,499원</li>
<li>차트: B=매수 S=매도 마커, 이전/다음 타점 탐색, 기간 줌</li>
</ul>
</div>
</body>
</html>