refactor: GT 차트 폴더 구조 정리 및 2단계 산출물 추가
현물 GT 차트를 docs/02_ground_truth/gt로 통일하고, 선물 GT는 futures/gt로 이동하며 매매 기법 JSON을 추가한다. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
11
.env.example
11
.env.example
@@ -54,16 +54,19 @@ GROUND_TRUTH_CHART_SIM_V2_FILE=docs/02_ground_truth/spot/ground_truth_chart_sim_
|
||||
GROUND_TRUTH_CHART_SIM_V3_FILE=docs/02_ground_truth/spot/ground_truth_chart_sim_v3.html
|
||||
|
||||
# --- 선물 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
|
||||
GROUND_TRUTH_FUTURES_CHART_V1_FILE=docs/02_ground_truth/futures/gt/ground_truth_chart_v1.html
|
||||
GROUND_TRUTH_FUTURES_CHART_V2_FILE=docs/02_ground_truth/futures/gt/ground_truth_chart_v2.html
|
||||
GROUND_TRUTH_FUTURES_CHART_V3_FILE=docs/02_ground_truth/futures/gt/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/
|
||||
# 현물 GT 타점 차트: docs/02_ground_truth/gt/
|
||||
# 현물 sim 차트: docs/02_ground_truth/spot/
|
||||
# 선물 GT 타점 차트: docs/02_ground_truth/futures/gt/
|
||||
# 선물 sim 차트: docs/02_ground_truth/futures/
|
||||
|
||||
# --- 매매 기법 (2단계) ---
|
||||
TECHNIQUES_DIR=data/techniques
|
||||
|
||||
Reference in New Issue
Block a user