Fixed Ratio Position Size Calculator
Find how many contracts or units to trade using the Fixed Ratio method. Enter cumulative closed profit and delta to see the formula tier. This is not a risk-based position recommendation.
Closed profit accumulated since the sizing program began
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 a contract tier from accumulated closed profit and a parameter called delta. The formula does not measure stop distance, instrument value, margin, or maximum acceptable loss.
- Enter Cumulative Closed Profit: Use profit accumulated from the starting point of the sizing program. Do not enter total account balance.
- Enter Delta: Delta controls how much additional profit the formula requires as contract count grows.
- Read the Formula Tier: The output is the contract count implied by Fixed Ratio math, not a personalized recommendation.
- Check Both Thresholds: The current and next cumulative-profit thresholds make the stepwise rule explicit.
What is Fixed Ratio Position Sizing?
Fixed Ratio is a money management method that scales position size with accumulated closed profit rather than with a fixed percentage of account risk. With cumulative profit P and delta Δ, the tier is N = floor((1 + √(1 + 8P/Δ)) / 2). The profit threshold for N contracts is Δ × N × (N - 1) / 2.
- Delta: A smaller delta makes the tier increase after less cumulative profit; a larger delta slows the increase.
- Profit threshold: Required cumulative profit for N contracts is delta × N × (N - 1) / 2.
- No risk %: Unlike percent-risk methods, fixed ratio does not use stop loss or risk per trade; it uses only cumulative profit and delta.
Why Fixed Ratio Matters for Traders
Fixed Ratio ties its formula tier to realized performance. That makes the scaling rule auditable, but it does not establish that the resulting size is safe for a particular account or contract.
- Discipline: Clear rules for when to add contracts.
- Controlled growth: Position size increases in steps controlled by delta, not linearly with account size.
- Drawdowns: If cumulative closed profit falls, the formula tier can fall. The method still needs a separate rule for per-trade risk and leverage.
Fixed Ratio vs Other Position Sizing Methods
Fixed Ratio is different from fixed fractional sizing. It ignores stop distance and risk per trade, while fixed fractional sizing uses account equity and the amount at risk if a stop is reached. A trader must still apply margin, leverage, liquidity, loss-limit, and instrument-specific constraints to the formula result.
Source and Related Position-Sizing Concepts
The formula and tier examples are documented in Adaptrade's position-sizing paper. For a volatility-based stop concept, read the Elder SafeZone Stop guide.
Frequently Asked Questions
What is Fixed Ratio position sizing?
Fixed Ratio is a position-sizing formula associated with Ryan Jones. It maps cumulative closed profit and a delta parameter to a stepwise contract tier. It does not use account balance, stop distance, or per-trade risk.
What is delta in Fixed Ratio?
Delta controls the cumulative-profit gap between tiers. With a $5,000 delta, the formula reaches 2 contracts at $5,000 cumulative closed profit, 3 at $15,000, and 4 at $30,000.
How do you calculate contracts in Fixed Ratio?
For cumulative closed profit P and delta Δ, N = floor((1 + √(1 + 8P/Δ)) / 2). The cumulative-profit threshold for N contracts is Δ × N × (N - 1) / 2.
Fixed Ratio vs fixed fractional (risk %) position sizing?
Fixed Ratio uses cumulative closed profit and delta. Fixed fractional sizing uses account equity and the loss implied by position size and stop distance. Fixed Ratio therefore still needs separate caps for loss, leverage, margin, and liquidity.
Related Tools
Position Size Calculator
Calculate the correct position size for any trade to manage your risk effectively.
Optimal F Calculator
Calculate Optimal F (Ralph Vince) from your trade history. Find the fraction of capital that maximizes geometric growth for position sizing.
Futures Position Size Calculator
Calculate the optimal position size for futures trading based on your account size and risk tolerance.
Risk of Ruin Calculator
Calculate the probability of losing your entire trading account based on your win rate, risk, and reward ratio.
Risk of Ruin Simulator
Run Monte Carlo simulations to see how often your account would hit zero. Set win rate, risk per trade, and reward ratio; view ruin probability and account curves.
Turn a sizing rule into editable Pine Script
State how cumulative profit is initialized, when the tier changes, and which risk caps override it. Pineify can generate code for review and testing; it does not choose a safe live position size.
Open Pine Script Coding Agent