refactor: GT 차트 spot/gt 정리 및 sim 패널 숫자 표시 개선

현물 GT 차트를 spot/gt로 이동하고 futures 루트 GT 중복을 제거한다. sim 패널은 큰 숫자 자동 축소와 수익률 3자리 콤마 포맷을 적용한다.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-06-10 09:08:07 +09:00
parent ff131cca4a
commit 0695e06ccf
23 changed files with 276 additions and 1889 deletions

View File

@@ -43,9 +43,9 @@ GT_DIV_MIN_FUTURE_MOVE_PCT=4.0
GROUND_TRUTH_FILE=data/ground_truth/spot/ground_truth_trades_v3.json
GROUND_TRUTH_V1_FILE=data/ground_truth/spot/ground_truth_trades_v1.json
GROUND_TRUTH_V2_FILE=data/ground_truth/spot/ground_truth_trades_v2.json
GROUND_TRUTH_CHART_V1_FILE=docs/02_ground_truth/gt/ground_truth_chart_v1.html
GROUND_TRUTH_CHART_V2_FILE=docs/02_ground_truth/gt/ground_truth_chart_v2.html
GROUND_TRUTH_CHART_V3_FILE=docs/02_ground_truth/gt/ground_truth_chart_v3.html
GROUND_TRUTH_CHART_V1_FILE=docs/02_ground_truth/spot/gt/ground_truth_chart_v1.html
GROUND_TRUTH_CHART_V2_FILE=docs/02_ground_truth/spot/gt/ground_truth_chart_v2.html
GROUND_TRUTH_CHART_V3_FILE=docs/02_ground_truth/spot/gt/ground_truth_chart_v3.html
# --- Ground Truth 2단계 (수익 시뮬, 최근 3년) ---
GT_SIM_LOOKBACK_DAYS=1095
@@ -63,9 +63,10 @@ GROUND_TRUTH_FUTURES_CHART_SIM_V1_FILE=docs/02_ground_truth/futures/ground_truth
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 타점 차트: docs/02_ground_truth/gt/
# 현물 GT 타점 차트: docs/02_ground_truth/spot/gt/
# 현물 sim 차트: docs/02_ground_truth/spot/
# 선물 GT 타점 차트: docs/02_ground_truth/futures/gt/
# 선물 sim 차트: docs/02_ground_truth/futures/
# 0단계 선물 벤치마크 sim: docs/02_ground_truth/futures/ground_truth_chart_sim_v3.html
# 3단계 인과 sim 차트: docs/02_ground_truth/futures/causal_chart_sim_v3.html