Files
Bithumb/docs/live/index.html
dsyoon c3334e4f77 refactor: 프로젝트명 bithumb으로 변경 및 futures 파이프라인 제거
deepcoin 패키지를 bithumb으로 rename하고, 3단계 live 운영·사이징 튜닝·텔레그램 알림을 통합한다.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-13 17:48:53 +09:00

39 lines
1.5 KiB
HTML

<!DOCTYPE html>
<html lang="ko">
<head>
<meta charset="UTF-8">
<title>Bithumb 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>Bithumb Live — 운영 백테스트</h1>
<p class="meta">
BTC · 프랙탈 스윙 (fractal_swing)<br>
sim 기간: 최근 1095일 ·
슬리피지 0.05% ·
일 체결 상한 100 ·
MTF off<br>학습 비율: 매수 100% · 매도 100% (클러스터별 규칙 적용)
</p>
<div class="card">
<div>3년 수익률 (운영 규칙 sim)</div>
<div class="stat">+1885460.27%</div>
<p>
<a href="fractal_swing_ops_chart.html">매수·매도 타점 차트 열기</a>
</p>
<ul>
<li>매수 53,519 / 매도 53,444 체결</li>
<li>초기 200,000원 → 최종 3,771,120,549원</li>
<li>차트: B=매수 S=매도 마커, 이전/다음 타점 탐색, 기간 줌</li>
</ul>
</div>
</body>
</html>