feat: Ground Truth 차트 v1/v2/v3 분리 및 차트 UI 개선

스윙만(v1), 눌림목(v2), 전체 신호(v3)로 GT를 단계별 생성하고 마커·Y축 가독성을 개선한다.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
dsyoon
2026-06-09 08:51:23 +09:00
parent df3c9aecb9
commit 9031042078
6 changed files with 299 additions and 126 deletions

View File

@@ -40,8 +40,12 @@ GT_DIV_LOCAL_ORDER=20
GT_DIV_MIN_BARS_BETWEEN=1500
GT_DIV_MIN_RSI_DIFF=5.0
GT_DIV_MIN_FUTURE_MOVE_PCT=4.0
GROUND_TRUTH_FILE=data/ground_truth/ground_truth_trades.json
GROUND_TRUTH_CHART_FILE=docs/02_ground_truth/ground_truth_chart.html
GROUND_TRUTH_FILE=data/ground_truth/ground_truth_trades_v3.json
GROUND_TRUTH_V1_FILE=data/ground_truth/ground_truth_trades_v1.json
GROUND_TRUTH_V2_FILE=data/ground_truth/ground_truth_trades_v2.json
GROUND_TRUTH_CHART_V1_FILE=docs/02_ground_truth/ground_truth_chart_v1.html
GROUND_TRUTH_CHART_V2_FILE=docs/02_ground_truth/ground_truth_chart_v2.html
GROUND_TRUTH_CHART_V3_FILE=docs/02_ground_truth/ground_truth_chart_v3.html
# --- 매매 기법 (2단계) ---
TECHNIQUES_DIR=data/techniques