How much to risk
The same trading signals can produce a smooth compounding curve or a blown-up account depending only on how positions are sized. These pages explain the position-sizing methods a backtest must model honestly — fixed, fractional, Kelly, volatility- and risk-based — and how each changes the equity curve, the drawdown and the probability of ruin. Sizing is where a validated edge is either preserved or destroyed.
Position Sizing: Position sizing is the rule that converts a trading signal into a quantity to trade, and it is as decisive as the signal itself for a backtest's results. Methods range from fixed size and fixed-fractional risk to the Kelly criterion, volatility-based and risk-based sizing, governed by capital allocation and a per-trade risk budget. Because sizing compounds, it determines a strategy's growth rate, its worst drawdown and its risk of ruin — so a backtest that ignores realistic sizing is not a fair test.
Fixed Position Sizing
SizingFixed position sizing is trading the same constant quantity on every trade regardless of account size, so a backtest measures the raw quality of the …
Fixed-Fractional Position Sizing
SizingFixed-fractional position sizing risks a constant fraction of current account equity on every trade, so the rupee bet grows as the account grows and …
The Kelly Criterion
SizingThe Kelly criterion is the position-sizing fraction that maximises the long-run geometric growth rate of capital, given by f* = W − (1 − W) ÷ b for a…
Volatility-Based Position Sizing
SizingVolatility-based position sizing scales each position inversely to the instrument's volatility, using a measure such as ATR or return standard deviat…
Risk-Based Position Sizing
SizingRisk-based position sizing sets the quantity so that hitting the predefined stop loses a fixed, chosen amount of money, computed as quantity = (risk%…
Portfolio Allocation
AllocationPortfolio allocation is the decision of how to divide capital and risk across multiple strategies or instruments, where correlation between the compo…
Capital Allocation
AllocationCapital allocation is the decision of how much total capital to actively deploy against a strategy versus hold in reserve, setting the ceiling within…
Risk Per Trade
RiskRisk per trade is the fixed amount of capital, usually expressed as a small percentage such as 1 percent, that a trader budgets to lose on any single…