feat: 선물 sim 차트 추가 및 GT/선물 마커 UI 개선

선물 1년 PnL 시뮬(40만원)과 sim 차트 v1~v3를 추가하고, 현물·선물 GT 차트 마커를 종가선 밀착 삼각형으로 통일한다. 동시각 L↓/S↓ 겹침은 가로 stagger로 분리하며 동그라미 표시는 제거한다.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-06-09 19:58:12 +09:00
parent 2dedfae82d
commit 5d27f90560
48 changed files with 6772 additions and 392 deletions

View File

@@ -58,6 +58,11 @@ GROUND_TRUTH_FUTURES_CHART_V1_FILE=docs/02_ground_truth/futures/ground_truth_cha
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
# --- 선물 2단계 sim 차트 (최근 1년 · 40만원) ---
GROUND_TRUTH_FUTURES_CHART_SIM_V1_FILE=docs/02_ground_truth/futures/ground_truth_chart_sim_v1.html
GROUND_TRUTH_FUTURES_CHART_SIM_V2_FILE=docs/02_ground_truth/futures/ground_truth_chart_sim_v2.html
GROUND_TRUTH_FUTURES_CHART_SIM_V3_FILE=docs/02_ground_truth/futures/ground_truth_chart_sim_v3.html
# GT 타점 차트(v1~v3)는 docs/02_ground_truth/gt/, 현물 sim 차트는 docs/02_ground_truth/spot/
# --- 매매 기법 (2단계) ---