Concept

Fixed Fractional

Fixed Fractional, also known as percent-risk, is a Risk, Sizing & Exits concept. The Library holds 4 implementations, each one a working definition you can pull into Quant.

Top Fixed Fractional indicators

4 total

What is Fixed Fractional?

Fixed fractional, also called percent-risk sizing, risks the same fraction of current equity on every trade. Size is back-solved from the stop: equity times the risk fraction, divided by the per-unit distance from entry to stop. A $50,000 account risking 1% commits $500; with a stop $2 away, that is 250 shares. Its theoretical ancestor is the Kelly criterion, which derives the growth-optimal fixed fraction when the odds are known; full Kelly is widely considered too aggressive for live trading precisely because real odds are estimated, not known.

Because the fraction applies to current equity, dollar risk compounds upward after gains and contracts through drawdowns: each consecutive loss removes a slightly smaller dollar amount than the one before. That geometric damping is the method's appeal, not a safety guarantee, since gaps and slippage can take more than the budgeted fraction. The rule also says nothing about where stops belong. It converts a stop distance into a size, so it complements a stop rule rather than replacing one.

How traders use it

  • As the per-trade risk cap in rule-based plans: fix the fraction, derive size from the live stop distance, and every trade risks one comparable unit, which is what makes R-multiple records meaningful.
  • As the sizing layer behind stop logic: the method needs a distance as input, so it pairs with a structure stop or an ATR-based distance instead of standing alone.
  • As the baseline other schemes modify: volatility-targeted sizing swaps the stop-distance denominator for a volatility estimate, and portfolio rules cap the sum of open fractions.

More Fixed Fractional implementations

Related concepts · Position sizing

Concept family

Risk, Sizing & Exits

37 concepts mapped · 19 in the Library

Fixed Fractional FAQ

How much should I risk per trade with fixed fractional?

There is no universally correct fraction. Small percentages are the norm in practice because recovery is asymmetric: the gain needed to climb out of a drawdown grows faster than the drawdown itself, so the hole left by a string of 2% losses takes disproportionately more gain to refill than the hole left by the same string at 0.5%. The honest inputs are your worst plausible losing streak, your leverage limits, and the drawdown you can genuinely sit through.

What is the difference between fixed fractional and fixed lot sizing?

Fixed lot trades the same number of shares or contracts every time, so dollar risk swings with every stop distance and never adapts to the account. Fixed fractional recomputes size from current equity and the live stop, holding percentage risk constant instead. The first is simpler to execute; the second keeps one losing trade from meaning different things at different account sizes.

Build Fixed Fractional your way.

Quant writes, tests, and refines it with you — then it runs on LuxAlgo charting or ports to TradingView.