refactor: GT 타점 차트를 docs/02_ground_truth/gt로 분리
1단계 GT 차트(v1~v3)와 2단계 현물 sim 차트를 gt/spot 폴더로 구분하고 설정 경로를 갱신한다. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -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/spot/ground_truth_chart_v1.html
|
||||
GROUND_TRUTH_CHART_V2_FILE=docs/02_ground_truth/spot/ground_truth_chart_v2.html
|
||||
GROUND_TRUTH_CHART_V3_FILE=docs/02_ground_truth/spot/ground_truth_chart_v3.html
|
||||
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 2단계 (수익 시뮬, 최근 1년) ---
|
||||
GT_SIM_LOOKBACK_DAYS=365
|
||||
@@ -54,6 +54,7 @@ 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
|
||||
|
||||
# 선물(futures) GT·차트 경로는 docs/02_ground_truth/futures/, data/ground_truth/futures/ 사용 예정
|
||||
# GT 타점 차트(v1~v3)는 docs/02_ground_truth/gt/, 현물 sim 차트는 docs/02_ground_truth/spot/
|
||||
|
||||
# --- 매매 기법 (2단계) ---
|
||||
TECHNIQUES_DIR=data/techniques
|
||||
|
||||
Reference in New Issue
Block a user