Trading Systems and Money Management: A Guide to Trading and Profiting in Any Market
By Thomas Stridsman
Quick Summary
A systematic guide to designing, testing, and implementing mechanical trading systems combined with rigorous money management techniques. Stridsman covers the complete workflow from conceptualizing a trading idea through coding, backtesting, optimization, out-of-sample validation, and real-time deployment, with particular emphasis on position sizing, risk control, and the statistical evaluation of system performance. The book treats trading as an engineering discipline where reproducibility and robustness matter more than intuition or prediction.
Categories
- Trading Systems
- Risk Management
- Algorithmic Trading
Detailed Summary
"Trading Systems and Money Management: A Guide to Trading and Profiting in Any Market" (McGraw-Hill, 2003) by Thomas Stridsman is a 418-page guide in the Irwin Trader's Edge Series that approaches trading as a systematic, quantifiable discipline. Stridsman, also author of "Trading Systems That Work," provides a comprehensive methodology for building and deploying mechanical trading systems.
Part I: The Foundation of System Trading establishes the philosophical case for systematic trading over discretionary decision-making. Stridsman argues that human cognitive biases -- anchoring, recency bias, confirmation bias, loss aversion -- make discretionary trading inherently inconsistent. Mechanical systems, while imperfect, enforce consistency and allow for objective measurement. The section covers the distinction between curve-fitting (over-optimizing to historical data) and genuine edge discovery, which Stridsman identifies as the central challenge of system development.
Part II: Building Trading Systems covers the practical mechanics of system design. Stridsman discusses idea generation, choosing appropriate markets and timeframes, defining entry and exit rules, and translating concepts into testable code. He covers common system building blocks: trend-following indicators (moving averages, breakout systems, Donchian channels), mean-reversion indicators (RSI, stochastics, Bollinger Bands), and pattern-based entries. Each component is presented with its mathematical definition and rationale.
Part III: Testing and Evaluation addresses the statistical rigor required to validate a trading system. Stridsman covers backtesting methodology, including the importance of sufficient sample size, the dangers of in-sample optimization, walk-forward analysis, Monte Carlo simulation, and statistical significance testing. He introduces key performance metrics: profit factor, Sharpe ratio, maximum drawdown, average trade duration, percent profitable, and the relationship between these metrics. A critical concept is that no single metric tells the complete story -- systems must be evaluated across multiple dimensions simultaneously.
Part IV: Money Management is the book's distinctive contribution. Stridsman covers position sizing methods from simple (fixed fractional, fixed ratio) to sophisticated (optimal f, Kelly criterion, anti-martingale). He demonstrates through simulation that two identical entry/exit systems can produce dramatically different results depending on position sizing -- from consistent profitability to account destruction. The section covers portfolio-level considerations: how to allocate capital across multiple systems and markets, correlation effects, and the importance of diversification at the system level.
Part V: Practical Implementation addresses the real-world challenges of deploying systems: slippage and commission modeling, data quality issues, handling system malfunctions, psychological challenges of following signals during drawdowns, and the process of transitioning from paper trading to live capital. Stridsman discusses the lifecycle of a trading system, including performance monitoring, deterioration detection, and system retirement.
The book includes a prominent disclaimer that all content is for educational purposes and that past performance does not guarantee future results. Stridsman is refreshingly honest about the limitations of mechanical systems while arguing convincingly that systematic approaches, rigorously tested and properly sized, represent the most reliable path to long-term trading profitability.