Files
Bithumb/docs/2_analysis/spot/comparison_report.json
dsyoon c164dfbc84 feat: 2단계 인과 기법 39종 확장 및 레거시 폴더 정리
1단계 GT 타점 재현을 위해 스윙·눌림목·돌파·다이버전스·추세·모멘텀 등
단일 33종과 복합 6종 기법을 추가하고, zero-price·Stochastic 오류를 방어한다.
docs/02_ground_truth·04_causal 중복 GT JSON을 제거해 0~3단계 폴더 구조를 정리한다.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-11 08:48:09 +09:00

57 lines
1.4 KiB
JSON

{
"generated_at": "2026-06-11 01:01:25",
"symbol": "BTC",
"gt": {
"leg_count": 920,
"return_pct": 5.378466602660631e+43,
"interval_label": "3분",
"lookback_days": 3447
},
"ranking": [
{
"technique_id": "donchian",
"technique_name": "돈치안 채널",
"category": "swing",
"causal": true,
"leg_count": 1576,
"tech_return_pct": 1.3191365859452642e+28,
"buy_recall": 0.9993,
"sell_recall": 0.9962,
"leg_recall": 0.6207,
"return_capture_ratio": 0.0,
"score": 0.7161,
"avg_buy_offset": 14.7,
"avg_sell_offset": 27.0
},
{
"technique_id": "macd_cross",
"technique_name": "MACD 크로스",
"category": "indicator",
"causal": true,
"leg_count": 1663,
"tech_return_pct": 8.942664306548383e+28,
"buy_recall": 1.0,
"sell_recall": 1.0,
"leg_recall": 0.5924,
"return_capture_ratio": 0.0,
"score": 0.7073,
"avg_buy_offset": 8.7,
"avg_sell_offset": 10.1
},
{
"technique_id": "composite_v3",
"technique_name": "v3 통합 스코어링",
"category": "composite",
"causal": true,
"leg_count": 638,
"tech_return_pct": 2.8885116603545724e+16,
"buy_recall": 0.9752,
"sell_recall": 0.8933,
"leg_recall": 0.2304,
"return_capture_ratio": 0.0,
"score": 0.5478,
"avg_buy_offset": 71.3,
"avg_sell_offset": 118.9
}
]
}