Files
Bithumb/docs/2_analysis/spot/comparison_report.html
dsyoon c164dfbc84 feat: 2단계 인과 기법 39종 확장 및 레거시 폴더 정리
1단계 GT 타점 재현을 위해 스윙·눌림목·돌파·다이버전스·추세·모멘텀 등
단일 33종과 복합 6종 기법을 추가하고, zero-price·Stochastic 오류를 방어한다.
docs/02_ground_truth·04_causal 중복 GT JSON을 제거해 0~3단계 폴더 구조를 정리한다.

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

75 lines
2.2 KiB
HTML

<!DOCTYPE html>
<html lang="ko">
<head>
<meta charset="UTF-8">
<title>DeepCoin 2단계 — 인과 GT 정합</title>
<style>
body { font-family: "Malgun Gothic", Arial, sans-serif; margin: 24px; color: #333; background: #f5f5f5; }
h1 { font-size: 20px; margin-bottom: 8px; }
.meta { color: #666; margin-bottom: 20px; font-size: 14px; }
table { border-collapse: collapse; width: 100%; background: #fff; }
th, td { border: 1px solid #ddd; padding: 8px 10px; text-align: center; font-size: 13px; }
th { background: #e8e8e8; }
tr:nth-child(even) { background: #fafafa; }
</style>
</head>
<body>
<h1>DeepCoin 2단계 — 인과 기법 Ground Truth 정합</h1>
<div class="meta">
생성: 2026-06-11 01:01:25 |
BTC |
GT: 920레그, +53784666026606308982941521547380966706642944.0% |
기간: 최근 3447일
</div>
<table>
<thead>
<tr>
<th>순위</th><th>기법</th><th>유형</th><th>인과</th><th>레그</th>
<th>수익률</th><th>매수 Recall</th><th>매도 Recall</th><th>레그 Recall</th>
<th>수익 포착</th><th>종합 Score</th>
</tr>
</thead>
<tbody>
<tr>
<td>1</td>
<td>돈치안 채널</td>
<td>swing</td>
<td>Y</td>
<td>1576</td>
<td>+13191365859452642188138119168.0%</td>
<td>99.9%</td>
<td>99.6%</td>
<td>62.1%</td>
<td>0.0%</td>
<td><strong>71.6</strong></td>
</tr>
<tr>
<td>2</td>
<td>MACD 크로스</td>
<td>indicator</td>
<td>Y</td>
<td>1663</td>
<td>+89426643065483833261760184320.0%</td>
<td>100.0%</td>
<td>100.0%</td>
<td>59.2%</td>
<td>0.0%</td>
<td><strong>70.7</strong></td>
</tr>
<tr>
<td>3</td>
<td>v3 통합 스코어링</td>
<td>composite</td>
<td>Y</td>
<td>638</td>
<td>+28885116603545724.0%</td>
<td>97.5%</td>
<td>89.3%</td>
<td>23.0%</td>
<td>0.0%</td>
<td><strong>54.8</strong></td>
</tr>
</tbody>
</table>
</body>
</html>