u/SquallLionheart ·
Reddit — r/algotrading
· 2026년 6월 19일, 12:46
· ⬆ 18 포인트
· 💬 41 개 댓글
| Reddit에서 보기 ↗
AI 요약
=== 요약 ===
- 게시글은 과거 수익률 리샘플링을 활용한 K-NN 유사도 검색을 통해 1000개의 그럴듯한 가격 경로를 시뮬레이션하고, 정량화 가능한 메타 데이터(예: 강세/약세 확률, 기대 수익률, 꼬리 위험)를 도출하는 방법을 설명합니다.
- 작성자는 ML 기반 트레이딩에 더 경험이 많은 사람들의 피드백을 구하고 있으며, 이 방법론이 탐색적이며 아직 실제 트레이딩 시스템이 아님을 시사합니다.
- 품질 평가: 추측 – 게시글은 개념적 프레임워크를 제시하지만 백테스트 결과, 포지션 규모, 또는 특정 상품 적용이 부족하여 실행 가능한 DD라기보다는 논의를 시작하는 내용입니다.
=== 심리 ===
중립
=== 거래 아이디어 ===
이 게시글에는 실행 가능한 거래 아이디어가 없습니다.
점수18
댓글41
추천 %70%
▶ 전체 게시글 텍스트
Hey,
I have a big interest in deriving "actionable intel" from data. I am pretty new in the area and constantly learning as I go.
The image is an output of K-NN similarity search with historical return resampling. It is simulating 1000 plausible price paths and finding the median.
This is a nice visual, but what is more useful is quantifiable meta-data that can be discerned from it...
"features": {
"bull_probability": 0.09,
"bear_probability": 0.91,
"expected_return": -0.025426595630122065,
"median_return": -0.026664237238893884,
"tail_risk": -0.04825986706065677,
"volatility_forecast": 0.0033507490744171444,
"drawdown_probability": 0.45,
"breakout_probability": 0.215
},
I would love to hear from anyone who is further down the ML path or uses ML derived data in their algo stack!