All lessons

Lesson 9 of 10 · Published Aug 26, 2026 · 5 min read

Position Sizing, the Math That Decides Your Results

Share

Position sizing answers the only question every single trade must answer: how much? The formula takes three numbers, account size, the percentage of it you risk per trade, and the distance to your stop-loss, and returns the position size. It fits in one line, and it does more to determine long-term results than the entry rules most traders obsess over.

The risk management lesson introduced the principle. This lesson is the arithmetic: the formula, worked examples, and the failure modes of ignoring it.

The formula

Position size = (account × risk percent) / stop distance.

In words: decide what fraction of the account one losing trade may cost, divide by how far the stop is from the entry, and that is how much you buy.

Worked example. A $10,000 account risking 1 percent means a losing trade may cost $100. The strategy buys at $50 with a stop at $47.50, a stop distance of $2.50, which is 5 percent of the entry price. So the position is $100 divided by 5 percent: $2,000, or 40 shares. If the stop is hit, the loss is 40 shares times $2.50: exactly the $100 budgeted.

Notice what happened: the stop distance set the position size. A tighter stop at $49 (2 percent away) would allow a $5,000 position; a wider stop at $45 (10 percent away) would allow only $1,000. Risk stays constant at $100 per trade; exposure breathes with the trade's geometry. Getting this backwards, choosing the position size first and placing the stop wherever it limits the damage, is how identical strategies produce wildly different outcomes.

Why the percentage is small

The standard risk per trade is 1 to 2 percent, and the reason is losing streaks. Any strategy with a 50 percent win rate will produce eight or more consecutive losses somewhere in a few hundred trades; that is not bad luck, it is the arithmetic of coin flips arriving on schedule.

  • At 1 percent risk, ten straight losses cost about 9.6 percent of the account. Unpleasant, recoverable, survivable without behavioral damage.
  • At 5 percent, the same streak costs about 40 percent, which needs a 67 percent gain to repair.
  • At 10 percent, the streak costs 65 percent of the account, and the strategy that was about to enter its winning stretch is doing so with a third of the capital.

The asymmetry doing the damage: losses compound against recovery. Down 20 percent needs up 25 percent; down 50 percent needs up 100 percent. Small per-trade risk keeps the account out of the steep end of that curve, which is what "the strategy needs time for its edge to play out" actually requires.

Sizing by volatility

A subtler upgrade: instruments differ in how much they move, and a fixed stop percentage ignores that. Volatility-scaled sizing sets the stop distance from the instrument's actual movement, commonly a multiple of ATR, the average true range, and then applies the same formula.

Example. Two instruments, same $10,000 account, same 1 percent risk. A quiet large-cap moving 1 percent a day might take a stop 2 percent away, allowing a $5,000 position. A volatile crypto pair moving 5 percent a day needs a stop perhaps 10 percent away to sit outside normal noise, allowing $1,000. The dollar risk is identical; the position acknowledges that one instrument swings five times harder than the other. Sizing both the same is unintentionally betting five times more on the volatile one.

This is also why "how much conviction do I have?" is the wrong sizing input. Conviction does not change the instrument's volatility or the stop's distance; letting it inflate size just converts confidence into concentrated risk, precisely on the trades where confidence is least examinable.

Common sizing mistakes

  • No stop, so no defined risk. Without a stop distance the formula has no denominator and per-trade risk is whatever the market decides.
  • Sizing to round numbers. "100 shares" and "half my account" encode no information about risk. The formula exists to replace them.
  • Confusing exposure with risk. A $5,000 position with a stop 2 percent away risks $100. A $2,000 position with no stop risks $2,000.
  • Adding to losers. Averaging down grows position size exactly as the trade disproves itself, inverting the entire framework.
  • Leverage without recomputing. Leverage lets exposure exceed equity; the formula still governs, but the stop distance must account for the amplified movement, and liquidation prices add a hard boundary stops must stay inside.

Automating the arithmetic

The formula is trivial for software and tedious for humans, which makes it a natural candidate for automation: an automated strategy computes size from current equity and stop distance on every entry, identically, including during the losing streak when a human hand starts rounding up "to win it back". When Horizon deploys a strategy, sizing rules travel with it as part of the deployment, alongside the stops and drawdown limits they depend on. You can see the pattern in any of the strategy templates, where the sizing rule is stated with the entry and exit rules rather than left to the reader.

Frequently asked questions

How do I calculate position size?

Multiply your account by the fraction you risk per trade, then divide by the distance from entry to stop as a fraction of entry price. A $10,000 account risking 1 percent with a stop 5 percent away trades $100 divided by 0.05, a $2,000 position.

What percentage of my account should I risk per trade?

The standard range is 1 to 2 percent, chosen so the losing streaks every real strategy produces stay survivable. At 1 percent, ten consecutive losses cost roughly 10 percent of the account; at 10 percent risk, the same ordinary streak costs about two thirds of it.

What is the 2 percent rule in trading?

A cap: never let one trade's worst case exceed 2 percent of the account. It is implemented by the position sizing formula, with the stop distance determining how large a position keeps the potential loss inside the cap.

Does position sizing apply to long-term investing too?

The formula is built for active strategies with defined exits, but its core idea, deciding maximum loss before entry and sizing so it is survivable, is universal. Diversification rules in investing are the slower-moving cousin of the same principle.

Related reading

Horizon

Type a sentence trade the market

Stay in touch

© 2026 Horizon Trade. All rights reserved.

Trading and investing involve significant risk. Many participants lose money through trading and investment activities. Nothing on this site or within the Horizon platform should ever be interpreted as financial advice. Any decision to buy, sell, hold or trade securities, cryptoassets, commodities or any other financial instruments carries risk and should be made with the guidance of licensed financial professionals. Past results never guarantee future performance.

Climb the list.
Invite others.

Horizon provides technology and data for informational purposes only and is not a registered broker-dealer, investment adviser, or fiduciary. You are solely responsible for all trades executed through your connected broker. Learn more.

Position Sizing, the Math That Decides Your Results | Horizon Academy | Horizon Trade