Risk management and position sizing in trading
Risk management is the set of rules that decides how much you can lose, and position sizing is the part of it that decides how big each trade is. Together they matter more than your strategy, because a good edge cannot help an account that has already been wiped out by a losing streak. The core discipline is simple: cap the loss on every single trade at a small, fixed fraction of your equity — commonly 1% — so that no run of bad luck can take you out of the game. This guide explains the 1% rule, the fixed-fractional method, the exact position-size formula, where to place stops, and the honest limits of all of it.
Last updated 21 June 2026 · by Mustafa Bilgic
Why risk management beats strategy
Most beginners spend all their time hunting for the perfect entry and almost none on how much to bet. That is backwards. A strategy only answers which trades to take; risk management answers how much to lose when those trades go wrong — and they will go wrong, in clusters, no matter how good the idea is. Even a strategy that wins 60% of the time will, over a few hundred trades, throw a streak of eight or ten losers in a row. If each of those losses is large, the streak ends your account before the winning trades ever arrive. The math is brutally asymmetric: a 50% loss requires a 100% gain just to get back to even. This is why sizing, not signal-hunting, is where the real survival happens. You can read more about the broader picture in our trading-bot risk management guide.
Fixed-fractional position sizing
Fixed-fractional sizing means you risk the same percentage of your current equity on every trade, rather than a fixed dollar amount. Because the percentage is constant but the balance changes, your trade size automatically shrinks after losses and grows after gains. This is the single most important property of good sizing: it makes the account self-correcting. When you are in a drawdown, every trade is smaller, which slows the bleeding; when you are winning, position size compounds with the account. Compare this to other position-sizing strategies like fixed-dollar or martingale — the latter, which increases size after losses, is a reliable way to turn a normal losing streak into a total wipeout.
The trade-off of fixed-fractional sizing is that it never lets you press a hot hand as aggressively as some traders want, and it slows recovery from a deep hole because each winning trade is sized off a now-smaller balance. That conservatism is the point — it is a survival tool, not a maximiser.
The 1% rule
The 1% rule is the most common fixed fraction: never let a single trade lose more than 1% of your account. On a $10,000 account, that is a $100 maximum loss per trade. The figure is not magic — disciplined traders use anywhere from 0.5% to 2% — but 1% is a sane default because it takes an improbably long streak to do real damage. Risk 1% per trade and you would need roughly 20 straight losers to fall 20% behind; risk 5% per trade and the same 20% drawdown arrives after just four. Lower risk per trade buys you a longer runway for your risk-reward ratio and win rate to express themselves.
Risking 1% does not mean putting 1% of your money into the trade. It means the distance from entry to your stop-loss, multiplied by your position size, equals 1% of equity. With a tight stop you might deploy a large position; with a wide stop, a small one — but the loss if stopped out is the same 1% either way.
The position-size formula
Once you fix your risk percentage, the position size falls straight out of the entry and stop. The formula is asset-agnostic — it works identically for crypto, stocks, forex and futures, with only the price scale changing. You can run the numbers instantly in our position sizing calculator, but it is worth understanding the arithmetic yourself:
position size formulaunits = (account × risk_fraction) ÷ |entry − stop|
# Example: $10,000 account, 1% risk, entry 42000, stop 40000
risk_amount = 10000 × 0.01 = $100 # max loss this trade
per_unit = |42000 − 40000| = 2000 # loss per unit if stopped
units = 100 ÷ 2000 = 0.05 units # position worth $2,100
If the stop is hit, you lose exactly $100 — your chosen 1%. Notice what controls the size: a tighter stop (smaller denominator) produces a larger position, and a wider stop produces a smaller one. The risk in dollars stays pinned regardless. This is the function we wire into automated systems in the build guide so a bot can never bet the farm on one signal.
Stop placement
The formula assumes you actually have a stop, and that it sits somewhere sensible. A stop placed at a price level the market should not reach if your thesis is right — below a swing low for a long, above a swing high for a short — gives the trade room to breathe while defining the loss. The mistake is placing the stop where it makes the math convenient rather than where it makes trading sense: a stop jammed two ticks below entry just to allow a huge position will get hit by ordinary noise, turning a good idea into a death by a thousand cuts. See stop-loss strategies and the distinction in stop-loss vs take-profit for how to place them with the structure of the market, then let the position-size formula react to that distance — never the other way around.
Surviving the maximum drawdown
Every strategy has a worst losing streak, and you will only discover its true depth after you have lived through it. Drawdown — the peak-to-trough fall in your equity — is the number that actually breaks traders, because it breaks them psychologically before it breaks them financially. The job of sizing is to keep the worst plausible drawdown inside a range you can tolerate without abandoning the plan. Backtesting on the backtester gives you an estimate of historical drawdown, but always assume the live version will be deeper: real markets produce streaks worse than any sample, and the future is not obliged to resemble the past.
- Know your number. Decide in advance the drawdown at which you stop and review — say 20% — and treat hitting it as a signal that something may be wrong, not a dare to double up.
- Recovery is asymmetric. A 20% drawdown needs a 25% gain to recover; a 50% drawdown needs 100%. Avoiding the deep hole is far cheaper than climbing out of one.
- Size for the streak, not the average. Pick a risk percentage you could sit through ten losses on without panic-selling or doubling up.
Correlation and portfolio risk
Per-trade sizing handles one position at a time, but real risk hides in the relationships between positions. If you are long five different altcoins, you do not hold five 1% risks — you hold something much closer to one big 5% bet, because crypto assets tend to crash together. The same is true of correlated stocks in one sector. Honest portfolio risk management means tracking your total exposure to a common driver, not just each trade in isolation. A practical rule is to cap aggregate risk across correlated positions to roughly what you would accept on a single trade, so that a bad day in the whole sector still only costs you your planned amount. Ignoring correlation is how traders who "only ever risk 1%" still manage to lose 20% in an afternoon.
Frequently asked questions
Why is risk management more important than strategy?
Because a strategy only decides which trades to take, while risk management decides whether you survive the losing streaks that every strategy produces. A profitable edge is worthless if a run of losses wipes out the account before the edge plays out. Sizing keeps you in the game; the strategy only matters if you are still there.
What is the 1% rule in trading?
The 1% rule means you never risk more than 1% of your account on a single trade, measured as the loss you would take if your stop is hit. On a $10,000 account that caps each loss at $100. It does not mean using 1% of your money per trade; it means the distance from entry to stop, times your position size, equals 1% of equity.
How do you calculate position size from risk?
Position size = (account balance × risk fraction) ÷ (entry price − stop price). The numerator is the dollars you are willing to lose; the denominator is the loss per unit if the stop is hit. Dividing them gives the exact number of units so a stop-out costs precisely your chosen risk percentage.
Can position sizing eliminate the risk of ruin?
No. Good sizing makes ruin very unlikely but never impossible. Gaps, slippage, correlated positions and stops that do not fill at your price can all exceed planned risk. Sizing shrinks the probability of a wipeout and limits the damage of any single trade, but no rule removes risk entirely from leveraged or automated trading.