docs 산출물(GT·분석·매칭·시뮬)을 Git 추적 대상에 포함한다.

.gitignore에서 docs 하위 제외 규칙을 제거하고 최신 HTML·CSV·JSON 리포트를 원격에 공유한다.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
xavis
2026-05-31 19:56:17 +09:00
parent e68bb44083
commit 7e305f480f
26 changed files with 220427 additions and 12 deletions

View File

@@ -0,0 +1,82 @@
<!DOCTYPE html>
<html lang="ko"><head><meta charset="utf-8"/>
<title>general_analysis 실행 리포트</title>
<style>
body { font-family: "Malgun Gothic", Arial, sans-serif; margin: 24px; background: #f5f5f5; }
table.tbl { border-collapse: collapse; width: 100%; background: #fff; font-size: 0.85rem; }
th, td { border: 1px solid #e2e8f0; padding: 6px 8px; }
th { background: #e2e8f0; }
</style></head><body>
<h1>general_analysis 실행 리포트</h1>
<p>타점 454건 · 컬럼 1071개 · CSV: /Users/xavis/workspace/ncue/DeepCoin/docs/03_analysis/general_analysis_trades.csv</p>
<h2>모듈별 컬럼 수</h2>
<table class="tbl"><thead><tr><th>모듈</th><th>컬럼 수</th></tr></thead>
<tbody><tr><td>지표 (ga_)</td><td>1000</td></tr><tr><td>패턴</td><td>232</td></tr><tr><td>파동·구조</td><td>112</td></tr><tr><td>차트</td><td>64</td></tr><tr><td>MTF 합성</td><td>8</td></tr><tr><td>레거시</td><td>16</td></tr></tbody></table>
<h2>MTF 합성 평균</h2>
<ul>
<li>매수 타점 timing_buy_score 평균: 0.597</li>
<li>매도 타점 timing_sell_score 평균: 0.655</li>
</ul>
<h2>샘플 5건</h2>
<table border="1" class="dataframe tbl">
<thead>
<tr style="text-align: right;">
<th>dt</th>
<th>action</th>
<th>price</th>
<th>ga_align_timing_buy_score</th>
<th>ga_align_mtf_conflict</th>
<th>d1_RSI</th>
<th>m3_RSI</th>
</tr>
</thead>
<tbody>
<tr>
<td>2025-06-06 06:12:00</td>
<td>buy</td>
<td>1421.0</td>
<td>0.75</td>
<td>0</td>
<td>NaN</td>
<td>37.500000</td>
</tr>
<tr>
<td>2025-06-07 19:57:00</td>
<td>sell</td>
<td>1578.0</td>
<td>0.00</td>
<td>0</td>
<td>NaN</td>
<td>74.358974</td>
</tr>
<tr>
<td>2025-06-07 21:42:00</td>
<td>sell</td>
<td>1575.0</td>
<td>0.00</td>
<td>0</td>
<td>NaN</td>
<td>63.636364</td>
</tr>
<tr>
<td>2025-06-08 19:27:00</td>
<td>buy</td>
<td>1509.0</td>
<td>0.75</td>
<td>0</td>
<td>NaN</td>
<td>33.333333</td>
</tr>
<tr>
<td>2025-06-09 15:09:00</td>
<td>buy</td>
<td>1472.0</td>
<td>1.00</td>
<td>0</td>
<td>NaN</td>
<td>28.571429</td>
</tr>
</tbody>
</table>
<p>전체 데이터: <code>/Users/xavis/workspace/ncue/DeepCoin/docs/03_analysis/general_analysis_trades.csv</code></p>
</body></html>