Files
Bithumb/docs/03_simulation/causal_futures_report.html
dsyoon e8390f3096 feat: 0~4단계 파이프라인 정리 및 인과 선물 전략(3단계) 추가
v3 신호 유형별 GT 정합, composite_v3 통합 기법, ATR 손절 선물 시뮬과
0단계 벤치마크 비교 리포트·차트를 추가하고 README/스크립트 단계 번호를 통일했다.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-10 08:10:24 +09:00

84 lines
2.6 KiB
HTML

<!DOCTYPE html>
<html lang="ko">
<head>
<meta charset="UTF-8">
<title>DeepCoin 3단계 — 인과 시뮬 vs 0단계</title>
<style>
body { font-family: "Malgun Gothic", Arial, sans-serif; margin: 24px; color: #333; background: #f5f5f5; }
h1 { font-size: 20px; }
h2 { font-size: 16px; margin-top: 24px; }
.meta { color: #666; margin-bottom: 16px; font-size: 14px; }
table { border-collapse: collapse; width: 100%; background: #fff; margin-bottom: 16px; }
th, td { border: 1px solid #ddd; padding: 8px 10px; text-align: center; font-size: 13px; }
th { background: #e8e8e8; }
tr:nth-child(even) { background: #fafafa; }
.highlight { font-weight: bold; color: #1565c0; }
</style>
</head>
<body>
<h1>DeepCoin 3단계 — 인과 시뮬 vs 0단계 벤치마크 (composite_v3 + ATR)</h1>
<div class="meta">
생성: 2026-06-09 22:13:11 |
BTC 3분 |
GT v3 vs causal_v3 |
시뮬 365일
</div>
<h2>GT 정합 (인과 신호 vs v3 벤치마크)</h2>
<table>
<tr><th>매수 Recall</th><th>매도 Recall</th><th>레그 Recall</th><th>종합 Score</th></tr>
<tr>
<td>48.4%</td>
<td>49.0%</td>
<td>6.2%</td>
<td class="highlight">26.7</td>
</tr>
</table>
<h2>신호 유형별 Recall</h2>
<table>
<thead><tr><th>signal_type</th><th>Recall</th></tr></thead>
<tbody><tr><td>swing_low</td><td>53.1%</td></tr><tr><td>pullback</td><td>42.5%</td></tr><tr><td>breakout</td><td>84.2%</td></tr><tr><td>div_bull</td><td>51.8%</td></tr><tr><td>swing_high</td><td>43.8%</td></tr><tr><td>div_bear</td><td>57.9%</td></tr></tbody>
</table>
<h2>선물 1년 시뮬 비교</h2>
<table>
<thead>
<tr><th>구분</th><th>수익률</th><th>최종 평가액</th><th>L↑/L↓</th><th>S↓/S↑</th><th>ATR 손절</th></tr>
</thead>
<tbody>
<tr>
<td>0단계 GT 벤치마크 (사후 타점)</td>
<td>+65739.48%</td>
<td>263,357,937원</td>
<td>33/33</td>
<td>42/32</td>
<td>-</td>
</tr>
<tr>
<td>3단계 인과 시뮬 (composite_v3)</td>
<td>+25.94%</td>
<td>503,748원</td>
<td>91/90</td>
<td>96/90</td>
<td>0</td>
</tr></tbody>
</table>
<table>
<tr><th>GT 대비 수익 포착률</th><td>0.0%</td></tr>
<tr><td>ATR 설정</td><td>period=14, mult=2.0</td></tr>
</table>
<h2>전략 파라미터</h2>
<table>
<tr><th>min_score</th><th>merge_bars</th><th>trend_ema</th><th>zigzag %</th></tr>
<tr>
<td>2.0</td>
<td>3</td>
<td>60</td>
<td>5.0</td>
</tr>
</table>
</body>
</html>