Risk Management for Traders: Position Sizing, Stop Losses, and Drawdown Control
Most traders lose money not because they pick the wrong stocks, but because they size positions incorrectly. Learn the frameworks that protect capital and extend trading longevity.
Gilito Research Team
Risk Management & Portfolio Construction
Why Risk Management Is More Important Than Strategy Selection
Here is an uncomfortable truth: a trader with an average strategy and excellent risk management will outperform a trader with an excellent strategy and average risk management over a long enough time horizon.
The reason is mathematical. Losses are asymmetric:
Lose 10% → Need 11.1% to recover
Lose 25% → Need 33.3% to recover
Lose 50% → Need 100% to recover
Lose 75% → Need 300% to recover
A strategy that wins 60% of the time but bets everything on each trade will eventually hit a losing streak and blow up. A strategy that wins only 50% of the time but keeps losses small and lets winners run can compound wealth for decades.
Risk management is the part of trading that keeps you in the game.
The Three Pillars of Risk Management
1. Position Sizing: How Much to Risk Per Trade
Position sizing determines how many shares (or contracts) to buy given your account size and risk tolerance.
The fundamental principle: Never risk so much on a single trade that a normal losing streak destroys your account.
2. Stop Losses: Where to Exit When Wrong
A stop loss is a predetermined price level at which you exit a losing trade. Without a stop loss, a small loss can become a catastrophic one.
3. Portfolio-Level Exposure: Total Risk Across All Open Positions
Even with proper position sizing, correlated positions can produce outsized portfolio losses when a sector or macro event hits. Portfolio-level monitoring limits total exposure.
Position Sizing Frameworks
Fixed Dollar Risk (1–2% Rule)
The most common rule in professional trading: risk no more than 1–2% of total account equity on any single trade.
Risk per trade = Account size × Risk% per trade
Position size = Risk per trade / (Entry price - Stop price)
Example:
- Account: $50,000
- Risk per trade: 1% = $500
- Entry price: $100
- Stop loss: $95 (5% below entry)
- Stop distance: $100 - $95 = $5
Position size = $500 / $5 = 100 shares
Dollar exposure = 100 × $100 = $10,000
This keeps a single trade from doing serious damage. Even 10 consecutive losers only cost 10% of the account.
Fixed Fractional Position Sizing
Fixed fractional sizing adjusts position size proportionally as your account grows or shrinks, compounding winners and automatically de-risking during drawdowns.
| Account Size | 1% Risk | Stop at -5% | Shares |
|---|---|---|---|
| $50,000 | $500 | $5 | 100 |
| $60,000 | $600 | $5 | 120 |
| $40,000 | $400 | $5 | 80 |
When the account grows, you trade bigger. When it shrinks, you trade smaller — automatically.
Kelly Criterion
The Kelly Criterion calculates the theoretically optimal fraction of capital to risk given your edge:
Kelly % = W - (1 - W) / R
Where:
W = Win rate (% of trades that are profitable)
R = Win/Loss ratio (average win ÷ average loss)
Example:
- Win rate: 55% (W = 0.55)
- Average win: $300, Average loss: $200 → R = 1.5
Kelly % = 0.55 - (0.45 / 1.5) = 0.55 - 0.30 = 25%
This says bet 25% of capital per trade. In practice, traders use fractional Kelly (half-Kelly or quarter-Kelly) because full Kelly is extremely volatile and the inputs (W and R) are rarely known precisely.
Rule of thumb: Use half-Kelly at most, and cap individual position size at 5–10% of portfolio regardless of what Kelly says.
Volatility-Adjusted Position Sizing
Instead of a fixed stop, this method sizes positions based on the asset's typical daily volatility (ATR — Average True Range):
Risk per trade = Account × 1%
Stop distance = ATR(14) × 2
Position size = Risk per trade / Stop distance
This naturally gives smaller positions in volatile assets and larger positions in stable ones — keeping the dollar risk constant regardless of the asset's volatility profile.
Stop Loss Strategies
Fixed Percentage Stop
Set the stop at a fixed percentage below entry: -5%, -8%, -10%.
Pros: Simple, consistent Cons: Ignores asset volatility. A 5% stop is tight for a volatile small-cap, loose for a low-beta utility stock.
ATR-Based Stop
Set the stop at N × ATR below entry:
Stop price = Entry - (ATR(14) × 2)
Pros: Adapts to the asset's volatility Cons: Stops may be further than expected in high-volatility environments
Support/Resistance Stop
Place the stop just below a key technical level:
- Below a recent swing low
- Below a moving average (e.g., 50-day MA)
- Below a breakout level
Pros: Logically motivated — if price falls through support, the thesis is broken Cons: Requires manual identification of levels; not easily systematized
Time-Based Stop
Exit after N days if the trade has not moved in your favor.
Pros: Prevents capital from being tied up in a stalled trade Cons: May exit trades that later work out
Trailing Stop
Moves the stop up as price moves in your favor. Locks in profits while letting winners run.
If price rises to $110 and trail stop = 8%:
Stop moves to $110 × (1 - 0.08) = $101.20
As price continues up, the stop follows. When price falls 8% from the high, you exit.
Drawdown Management
What Is a Drawdown?
A drawdown measures the peak-to-trough decline in portfolio value:
Drawdown = (Peak value - Current value) / Peak value
If your account went from $100,000 to $80,000, you have a 20% drawdown.
Maximum Drawdown Limits
Many professional traders set hard rules about maximum acceptable drawdown:
| Account Drawdown | Action |
|---|---|
| -10% | Review strategy performance, check if edge is intact |
| -15% | Reduce position sizing by 50% |
| -20% | Stop trading, full strategy review |
| -25% | Paper trade only until analysis is complete |
These rules prevent the "fighting back" mentality that leads to increasingly desperate and large bets during drawdowns.
Drawdown Recovery Math
Understanding how hard recovery is should motivate strict drawdown control:
| Drawdown | Recovery Needed | Months to Recover at 15% CAGR |
|---|---|---|
| 10% | 11.1% | ~8 months |
| 20% | 25.0% | ~19 months |
| 30% | 42.9% | ~30 months |
| 40% | 66.7% | ~44 months |
| 50% | 100.0% | ~62 months |
This is why professional funds target max drawdowns of 10–20%. Large drawdowns don't just hurt the math — they erode confidence and often lead to strategy abandonment at exactly the wrong time.
Portfolio-Level Risk Controls
Correlation Limits
If all your positions are in the same sector (e.g., all technology growth stocks), a sector rotation can hit every position simultaneously. Cap concentration in any single sector or factor.
Rule of thumb: No more than 20–30% of portfolio in correlated positions.
Beta and Market Exposure
Track your portfolio's net beta (sensitivity to broad market moves). A portfolio of 10 high-beta stocks with 10% position sizing each has concentrated market risk.
Value at Risk (VaR)
VaR estimates how much your portfolio could lose in a single day with a given probability:
95% 1-day VaR = Portfolio value × Daily volatility × 1.645
If your $100,000 portfolio has 1.5% daily volatility:
VaR = $100,000 × 0.015 × 1.645 = $2,468
This means 95% of days, losses should not exceed $2,468. On 5% of days, they may exceed it.
How Quantitative Systems Handle Risk
Manual stop placement is prone to cognitive biases:
- Moving stops further away when a trade goes against you ("just give it a bit more room")
- Tightening stops when you're in profit out of fear
- Abandoning stops entirely after a few false triggers
Quantitative systems apply risk rules mechanically, without emotional override.
Gilito's signals include pre-calculated risk parameters based on the specific asset's volatility profile, so position sizing is data-driven, not arbitrary. The engine factors realistic transaction costs and slippage into all strategy evaluations, ensuring signals reflect achievable risk/return — not theoretical perfection.
Frequently Asked Questions
How much of my account should I risk per trade? 1–2% is the professional standard for individual trades. Never risk more than 5% on a single trade, even if you have high conviction.
Should I always use a stop loss? Yes, for directional trades. The rare exception is options strategies with defined maximum loss. For stocks and ETFs, a stop loss (or a predefined exit rule) is non-negotiable.
What if my stop loss keeps getting triggered before the trade works out? Either your stop is too tight (use ATR-based sizing), or the entry timing needs improvement. Never widen the stop retroactively — that defeats the purpose.
Is the Kelly Criterion practical for retail traders? It's useful as a theoretical benchmark, but inputs (win rate, win/loss ratio) vary over time. Use it to understand the ballpark, then apply half-Kelly or less.
What's a realistic maximum drawdown for a quantitative strategy? Well-diversified quant strategies typically target 10–20% max drawdown. Strategies with higher Sharpe ratios (>1.5) often have tighter drawdown profiles. Above 25% drawdown, most strategies are in statistical trouble.
The Bottom Line
Risk management is not a constraint on performance — it is the engine of long-term compounding. A portfolio that never loses more than 15% in a drawdown, consistently, will outperform a portfolio that chases higher returns but periodically suffers 40–50% drawdowns.
The math favors survival. Size positions correctly, define exits before you enter, and treat drawdown limits as hard rules, not guidelines.
Quantitative tools like Gilito surface only strategies where the risk-adjusted metrics — Sharpe ratio, max drawdown, Calmar ratio — meet a minimum quality bar. The goal is never the highest possible return. It is the best return per unit of risk you are actually willing to bear.
Found this useful?
Gilito backtests 100,000,000+ strategies daily so you get actionable signals — not guesswork. Try it free.
Related Articles
Mean Reversion Trading: How It Works, When to Use It, and Key Indicators
Mean reversion is one of the most statistically robust phenomena in financial markets. Learn how to identify reversion setups, measure statistical deviation, and manage the risk of trending markets.
Algorithmic Trading for Retail Investors: Getting Started in 2026
Algorithmic trading is no longer just for hedge funds. Learn how retail investors can leverage systematic strategies, the tools available, and realistic expectations.
Momentum Trading Strategies: How to Ride Market Trends with Data
Momentum is one of the most replicated findings in finance. Assets that have outperformed recently tend to continue outperforming. Learn the mechanics, timing, and risk controls behind momentum strategies.