feat: 현물 GT 기반 선물 Ground Truth 차트 v1~v3 추가

현물 GT 타점을 롱·숏 4색 마커(상·하방 매수·매도)로 변환해 futures HTML 차트를 생성한다.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-06-09 19:06:08 +09:00
parent 435717f4de
commit 2dedfae82d
12 changed files with 2273 additions and 2 deletions

View File

@@ -53,7 +53,11 @@ GROUND_TRUTH_CHART_SIM_V1_FILE=docs/02_ground_truth/spot/ground_truth_chart_sim_
GROUND_TRUTH_CHART_SIM_V2_FILE=docs/02_ground_truth/spot/ground_truth_chart_sim_v2.html
GROUND_TRUTH_CHART_SIM_V3_FILE=docs/02_ground_truth/spot/ground_truth_chart_sim_v3.html
# 선물(futures) GT·차트 경로는 docs/02_ground_truth/futures/, data/ground_truth/futures/ 사용 예정
# --- 선물 Ground Truth 차트 (현물 GT 타점 기반, 롱·숏 4색) ---
GROUND_TRUTH_FUTURES_CHART_V1_FILE=docs/02_ground_truth/futures/ground_truth_chart_v1.html
GROUND_TRUTH_FUTURES_CHART_V2_FILE=docs/02_ground_truth/futures/ground_truth_chart_v2.html
GROUND_TRUTH_FUTURES_CHART_V3_FILE=docs/02_ground_truth/futures/ground_truth_chart_v3.html
# GT 타점 차트(v1~v3)는 docs/02_ground_truth/gt/, 현물 sim 차트는 docs/02_ground_truth/spot/
# --- 매매 기법 (2단계) ---