Files
Bithumb/docs/04_matching/backtest_summary.html
xavis 7e305f480f docs 산출물(GT·분석·매칭·시뮬)을 Git 추적 대상에 포함한다.
.gitignore에서 docs 하위 제외 규칙을 제거하고 최신 HTML·CSV·JSON 리포트를 원격에 공유한다.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-05-31 19:56:17 +09:00

24 lines
1.1 KiB
HTML

<!DOCTYPE html>
<html lang="ko"><head><meta charset="utf-8"/>
<title>04 Backtest Summary</title>
<style>
body { font-family: "Malgun Gothic", Arial, sans-serif; margin: 24px; }
table { border-collapse: collapse; width: 100%; }
th, td { border: 1px solid #ccc; padding: 8px; text-align: left; }
th { background: #e2e8f0; }
</style></head><body>
<h1>04 매칭 — 05 monitor_rules (holdout 우선) (valid 구간)</h1>
<p>방법: gt_profile_plus_full_bar_ev_filter</p>
<p></p>
<h2>선별 규칙</h2>
<table>
<thead><tr><th>rule_id</th><th>side</th><th>valid_n</th><th>valid_ev</th>
<th>holdout_n</th><th>holdout_ev</th><th>holdout_pf</th></tr></thead>
<tbody><tr><td>buy_compound_tight</td><td>buy</td><td>620</td><td>6.6782</td><td>221</td><td>5.6633</td><td>3.1592</td></tr><tr><td>sell_mtf_cross_all_tf</td><td>sell</td><td>565</td><td>7.4984</td><td>624</td><td>7.1322</td><td>4450.4872</td></tr></tbody>
</table>
<h2>GT recall (±15분, 전체 발화 기준)</h2>
<ul>
<li>매수: {'gt_count': 306, 'matched': 266, 'recall': 0.8693}</li>
<li>매도: {'gt_count': 150, 'matched': 134, 'recall': 0.8933}</li>
</ul>
</body></html>