u/jtm_ind ·
Reddit — r/algotrading
· 2026년 5월 27일, 20:50
· ⬆ 20 포인트
· 💬 16 개 댓글
| Reddit에서 보기 ↗
AI 요약
=== 요약 ===
- 작성자가 SPY의 주가 폭 기반 알고리즘을 5분 EMA로 진입/청산 시점을 정하는 테스트 중이며, 첫날 결과(19건 거래, -0.08% 수익률, 31.6% 승률)를 공유.
- 논지는 S&P 500 전반의 시장 주가 폭이 단기 신호를 유도할 수 있지만, 실행 지연 및 수수료를 고려해야 한다는 것.
- 품질 평가: 이는 예비 백테스트 또는 시뮬레이션 로그로, 엄격한 실사라기보다는 제한된 표본 크기와 통계적 검증이 없는 개발 업데이트에 가까움.
=== 심리 ===
중립
=== 거래 아이디어 ===
이 게시물에 실행 가능한 거래 아이디어 없음.
점수20
댓글16
추천 %86%
▶ 전체 게시글 텍스트
ive been building out my breadth algo for SPY, tracking breadth accross the entire index + 5m EMA to time entries/exits. I'm currently calculating the pnl manually for now, but next step is to hook it up to an actual paper trading account to really get a feel for execution delays that I'm currently not accounting for.
Here are the results:
* trades closed: 19
* realized P&L: -7.65
* unrealized P&L: +0.00
* starting cash: 10000.00
* ending equity: 9992.35
* return: -0.08%
* win rate: 31.6% (6W / 13L)
* avg win: +1.50
* avg loss: -1.28
Ran it for about 4 hours, strategy could use some refinement, but the biggest risk imo is accounting for how real-life execution would affect these numbers. Gong to add in some random impact hits on entries/exits tonight + trade commission. Beyond that is there any other thing i should look out for?