Fixed Ratio Position Size Calculator
Find how many contracts or units to trade using the Fixed Ratio method. Set your delta and account balance for disciplined position sizing.
Profit per contract needed to add the next contract
How to Use the Fixed Ratio Position Size Calculator
Fixed Ratio position sizing, developed by Ryan Jones, determines how many contracts or units you should trade based on your account equity and a single parameter called delta. This calculator gives you the recommended size instantly.
- Enter Account Balance: Your current trading equity (capital plus open/closed profit).
- Enter Delta: The dollar amount of profit per contract you require before adding the next contract. For example, a $5,000 delta means you add one contract for every $5,000 of profit.
- Read Recommended Contracts: The calculator shows how many contracts or units you may trade at this equity level under the fixed ratio rule.
- Use the tier info: See how much equity is needed for the next tier so you can plan scaling.
What is Fixed Ratio Position Sizing?
Fixed Ratio is a money management method that scales position size with accumulated profit rather than with a fixed percentage of account risk. The only input is delta: the profit (per contract) required to add one more contract.
- Delta: Dollar profit per contract needed to increase size by one contract. Smaller deltas grow size faster but increase volatility of equity.
- Equity curve: Required equity for N contracts is delta × N × (N+1) / 2. So contract count grows more slowly as N increases.
- No risk %: Unlike percent-risk methods, fixed ratio does not use stop loss or risk per trade; it uses only equity and delta.
Why Fixed Ratio Matters for Traders
Fixed Ratio keeps growth tied to realized performance: you add size only after making a defined amount of profit. That can reduce over-leveraging early and smooth the path to larger size.
- Discipline: Clear rules for when to add contracts, which can reduce emotional sizing.
- Controlled growth: Position size increases in steps (delta), not linearly with account size.
- Drawdowns: After losses, your recommended contracts drop; the formula naturally reduces size when equity falls.
Fixed Ratio vs Other Position Sizing Methods
Fixed Ratio is different from fixed fractional (e.g. risk 1% per trade) or fixed ratio of risk. It ignores stop loss and risk per trade and focuses only on equity and your chosen delta. Use it when you want size to depend on accumulated profit rather than on the risk of each individual trade.
Frequently Asked Questions
What is Fixed Ratio position sizing?
Fixed Ratio is a position sizing method developed by Ryan Jones. It determines how many contracts or units to trade based on your account equity and a single parameter called delta—the dollar profit per contract required before adding the next contract.
What is delta in Fixed Ratio?
Delta is the dollar amount of profit (per contract) you must make before adding one more contract. For example, with a $5,000 delta, you trade 1 contract until you make $5,000 profit, then 2 contracts until you make another $10,000 (total $15,000), and so on.
How do you calculate contracts in Fixed Ratio?
The formula is N = 0.5 × (√(1 + 8×Equity/delta) − 1), rounded down. Equity required to trade N contracts is delta × N × (N+1) / 2. The calculator uses your account balance as equity and your chosen delta to compute N.
Fixed Ratio vs fixed fractional (risk %) position sizing?
Fixed Ratio uses only equity and delta; it does not use stop loss or risk per trade. Fixed fractional (e.g. risk 1% per trade) uses account size and the risk of each trade. Fixed Ratio scales with accumulated profit; fixed fractional scales with account size and trade risk.
Related Tools
Position Size Calculator
Calculate the correct position size for any trade to manage your risk effectively.
Kelly Criterion Calculator
Use the Kelly formula to determine the optimal size of a series of bets to maximize wealth.
Optimal F Calculator
Calculate Optimal F (Ralph Vince) from your trade history. Find the fraction of capital that maximizes geometric growth for position sizing.
Risk Multiple Calculator
Calculate the R-Multiple of your trades to evaluate risk-to-reward potential. Essential for disciplined trading and portfolio management.
Futures Position Size Calculator
Calculate the optimal position size for futures trading based on your account size and risk tolerance.
Automate Position Sizing with Pine Script
Use our free Fixed Ratio calculator here, then build custom Pine Script indicators and strategies on Pineify to automate position sizing, stops, and targets directly on TradingView.
Build Your Strategy Free