이 문서는 영어로 되어 있습니다. 내 언어로 볼까요?
번역 보기에서는 대화형 도구가 작동하지 않을 수 있습니다.
Backtesting
Psychology
무슨 뜻인가요
Running a strategy over historical data to see how it would have performed, before risking real money on it. It is the lab test for a trading idea.
예시
You test "buy the 50/200 SMA crossover on AAPL, 2010-2024" and find 28 trades, a 46% win rate, and +0.4R per trade. The strategy is marginally profitable -- worth paper-trading next.
초보자가 흔히 하는 실수
Beginners over-tune settings until the backtest looks perfect, then lose live. A perfectly fit backtest is overfit -- it predicts the past, not the future. Test out-of-sample data too.
관련 용어
- Edge — A repeatable reason your trades should make money over a large sample, paired with risk ma…
- Paper Trading — Trading with a simulated account using fake money, so you can practice execution and test …
- Trading Plan — A written set of rules covering what you trade, when you enter, when you exit, how much yo…