Tradelyze

Glossary

Position sizing for prop firm challenges

Last reviewed: 16 September 2026·Tradelyze

Position sizing is choosing how many contracts, shares or lots to trade so that a strategy's worst realistic loss fits inside a limit you cannot break. For a prop firm challenge, divide each dollar limit by the matching one-contract loss from your backtest, take the smallest answer and round down.

contracts = round down ( dollar allowance ÷ backtest loss on one contract )
daily loss limit ÷ worst single day
total or trailing allowance ÷ Monte Carlo 95th-percentile drawdown
trade the smaller of the two results

In plain English

A prop firm gives you a fixed amount of money you are allowed to lose. Your backtest tells you how much one contract lost on its worst day and in its worst slide. Divide the first by the second and you know how many contracts the rules leave room for. Trading more than that is a bet that the worst stretch will not come back.

New to this? Start with prop firm rules and backtest metrics.

Why does position size decide whether a strategy breaks a prop firm drawdown rule?

Position size decides whether a strategy breaks a prop firm drawdown rule because the rule allows a fixed number of dollars, while the strategy's losses grow with every contract you add. A drawdown rule limits how far the account may fall, and the amount it allows is called the drawdown allowance. Adding contracts does not change when the strategy enters, when it exits or how often it wins. It multiplies every dollar it loses.

Take one strategy traded on one Micro E-mini Nasdaq-100 (MNQ) futures contract. Constructed illustration, not measured data. Its worst day loses $190, and its deepest fall from a high is $340. On five contracts, the same trades lose $950 on the worst day and fall $1,700 from a high. Against a $1,500 allowance, the one-contract version fits and the five-contract version fails, with identical entries, exits and win rate.

The prop firm rules page makes the same point in its table of which backtest statistic predicts which rule: limits are fixed amounts, and losses scale with size. So when a drawdown rule fails, test a smaller size before you rewrite the strategy. The maximum drawdown page explains why a drawdown figure says as much about the size traded as about the strategy.

How do you convert a prop firm's percentage limit into dollars?

To convert a prop firm's percentage limit into dollars, multiply the percentage by the account size the firm names, which is usually the balance you started with, not your current balance. FTMO's Trading Objectives page, retrieved 16 September 2026, states its limits as percentages of the Initial Simulated Capital. A 5% Maximum Daily Loss on a $100,000 account is therefore $5,000, and it stays $5,000 after the account grows. Topstep's Maximum Loss Limit article, retrieved the same day, skips the conversion and states the limit in dollars.

Published prop firm loss limits converted to dollars, as read on each firm's site on 16 September 2026
Firm and accountRulePublished figureDollar allowanceSource
FTMO 2-Step Challenge, $100,000Maximum Daily Loss5%$5,000 per dayFTMO, Trading Objectives
FTMO 2-Step Challenge, $100,000Maximum Loss, static10%$10,000 below the starting balanceFTMO, Trading Objectives
FTMO 1-Step Challenge, $100,000Maximum Daily Loss3%$3,000 per dayFTMO, Trading Objectives
FTMO 1-Step Challenge, $100,000Maximum Loss, end-of-day trailing10%$10,000 below the highest balance at FTMO's daily resetFTMO, Trading Objectives
Topstep 50K accountMaximum Loss Limit, end-of-day trailing$2,000$2,000 below the highest end-of-day balance, locking at the starting balanceTopstep, What is the Maximum Loss Limit?
Topstep 100K and 150K accountsMaximum Loss Limit, end-of-day trailing$3,000 and $4,500Same mechanism as the 50K accountTopstep, What is the Maximum Loss Limit?

The $100,000 FTMO rows are arithmetic on FTMO's percentages, so the dollars scale with whichever account size you buy. Two details change the room you actually have. A trailing allowance is measured from the account's high point. After a good week, the room left is the allowance minus what you have given back since that high; trailing drawdown walks through it. A daily allowance starts again each day, and at FTMO it stays a fixed dollar amount; daily loss limit covers reset times and open losses.

Tradelyze measures every prop firm percentage against the account size the run trades, which it reads from the initial_capital argument of your script's strategy() declaration. Set that argument to the size of the account you intend to buy, or every percentage in the report describes a different account.

How do point value and tick size turn a price move into dollars at risk?

Point value and tick size turn a price move into dollars at risk by fixing what each unit of movement is worth. Point value is the number of dollars one futures contract gains or loses when price moves one full point. Tick size is the smallest step price can move, and the tick value is tick size times point value. The same stop distance can be worth $80 on one contract and $800 on another.

dollars at risk = points to the stop × point value × contracts
tick value = tick size × point value
Point value and tick value for four CME equity index futures, from Tradelyze's futures lookup table
SymbolContractPoint value ($)Tick sizeTick value ($)Source
ESE-mini S&P 500500.2512.50Tradelyze futures lookup table; confirm against CME Group's contract specifications
MESMicro E-mini S&P 50050.251.25Tradelyze futures lookup table; confirm against CME Group's contract specifications
NQE-mini Nasdaq-100200.255.00Tradelyze futures lookup table; confirm against CME Group's contract specifications
MNQMicro E-mini Nasdaq-10020.250.50Tradelyze futures lookup table; confirm against CME Group's contract specifications

Worked example, constructed illustration, not measured data: a 40-point stop is 160 ticks of 0.25. By the lookup table's point values, it risks 40 × $2 = $80 on one MNQ contract and 40 × $20 = $800 on one NQ contract. A micro contract carries one-tenth of the E-mini's point value. A strategy too large for an allowance on one E-mini can often be traded in micros instead, where each E-mini's risk splits into ten smaller steps.

On a forex account the same arithmetic runs through the lot. The platform's symbol specification states how many units of currency one lot is. Units times the pip size gives the pip value, converted to the account currency. For a lot of 100,000 units of EUR/USD on a US dollar account, a pip of 0.0001 is worth $10, so a 25-pip stop on 0.5 lots risks $125. The platform's own specification overrides this example.

In Tradelyze, Point Value and Tick Size are filled from the lookup table on the Basic Info step. A wrong point value scales every dollar drawdown in the report; see what point value and tick size are.

How much should you risk per trade in a prop firm challenge?

How much to risk per trade in a prop firm challenge has no single sourced answer: no primary source establishes one correct percentage of the account, so this page gives none. Risk per trade is the dollars a trade loses if it reaches its stop, which is the stop distance in points times point value times contracts, plus costs. What the allowance does settle is how many full losses in a row the account can take before the rule ends it.

full losses in a row that use up the allowance = dollar allowance ÷ risk per trade

Constructed illustration, not measured data: 10 full losses of $150 in a row from a high use up a $1,500 trailing allowance, and so do 5 losses of $300. Under a $600 daily loss limit, the fourth $150 loss in one day reaches the limit. Firms fail an account that touches its limit, so the account survives one loss fewer than the division suggests. Stops can fill worse than their price in a fast market or across a gap, so the real loss on a stopped trade can be larger than the planned risk.

Compare the count with the longest losing streak in your backtest, then with a Monte Carlo view, because a backtest shows only one order in which the trades could have arrived. A strategy without a fixed stop has no risk per trade to divide by. Size that kind of strategy from its backtest drawdowns, as the next section describes.

Which backtest number should you size from: worst day, maximum intraday drawdown or Monte Carlo 95th-percentile drawdown?

Size each prop firm rule from the backtest number that measures the same thing the rule measures. For a daily loss limit, that is the worst single day. For a total or trailing limit, it is the deeper of the maximum intraday drawdown and the Monte Carlo 95th-percentile drawdown. Maximum intraday drawdown is the largest fall from a running high to a later low, with open trades valued as price moved. The 95th-percentile drawdown is the fall that 95 of every 100 reshuffled orderings of your trades stayed within.

Which backtest number to divide each prop firm limit by
Prop firm ruleSize fromWhyWhere Tradelyze shows it
Daily loss limitWorst single-day loss, measured within the dayThe limit counts one day, so a slide spread over several weeks does not predict itThe daily drawdown row of each firm's Rule Results table
Static maximum lossMaximum intraday drawdown, checked against the Monte Carlo 95th percentileA static floor counts the fall below the starting balance; a fall from a later high is a stricter, safer stand-inThe total drawdown row, and MC Max DD Real→P95 on the robustness card
Trailing drawdownThe Monte Carlo 95th-percentile drawdown, if deeper than the real-order figureThe floor follows the high, so every give-back from a peak countsThe total drawdown row, and MC Max DD Real→P95 on the robustness card

The backtest's own maximum drawdown comes from the one order in which the trades happened to arrive. A Monte Carlo simulation reshuffles the same trades into many orders and reports how deep the fall gets across them; sizing off the Monte Carlo drawdown explains why that is the better base. The 95th percentile is not a worst case, since 1 run in 20 fell further. Any extra margin on top is a judgment call, and this page found no primary source for a standard safety factor. The share of runs that broke the limit is an estimate of risk of ruin, which answers how often rather than how deep.

Every backtest number here is a floor

A drawdown rebuilt from closed trades cannot see a loss inside a trade that recovered before it closed, and a firm that enforces its limit on live equity sees that dip. Why close-to-close drawdown is not enough explains the gap. Treat each figure as the least the real loss could be, and round down, not to the nearest whole contract.

How many contracts fit a $1,500 trailing drawdown allowance?

In the example below, two MNQ contracts fit a $1,500 trailing drawdown allowance and three do not, even though the real-order drawdown alone would seem to allow four. Constructed illustration, not measured data. The account is $30,000, with a $1,500 end-of-day trailing allowance and a $600 daily loss limit. The strategy's backtest on one MNQ contract shows a worst day of $190, a maximum drawdown of $340 in its real trade order and a Monte Carlo 95th-percentile drawdown of $520.

  1. Daily limit: $600 ÷ $190 = 3.16, rounded down to 3 contracts.
  2. Trailing allowance on the real-order drawdown: $1,500 ÷ $340 = 4.41, rounded down to 4 contracts.
  3. Trailing allowance on the 95th-percentile drawdown: $1,500 ÷ $520 = 2.88, rounded down to 2 contracts.
  4. Result: the smaller of the daily answer (3) and the 95th-percentile answer (2) is 2 contracts.
One strategy at one to four MNQ contracts, against a $600 daily limit and a $1,500 trailing allowance. Constructed illustration, not measured data
ContractsWorst dayReal-order drawdown95th-percentile drawdownRoom left at 95th percentileVerdict
1$190$340$520$980Fits both rules
2$380$680$1,040$460Fits both rules
3$570$1,020$1,560−$60Fits the daily limit; past the trailing allowance at the 95th percentile
4$760$1,360$2,080−$580Past the daily limit and past the trailing allowance at the 95th percentile
Monte Carlo 95th-percentile drawdown at one to four MNQ contracts, against a $1,500 trailing allowance Constructed illustration, not measured data. A horizontal bar chart for one strategy on a 30,000 dollar account with a 1,500 dollar trailing drawdown allowance. Each bar is the Monte Carlo 95th-percentile drawdown in dollars at a given number of Micro E-mini Nasdaq-100 contracts. At one contract the bar reaches 520 dollars and at two contracts 1,040 dollars; both stop short of a dashed vertical line that marks the 1,500 dollar allowance. At three contracts the bar reaches 1,560 dollars and at four contracts 2,080 dollars; both cross the line. The horizontal axis runs from 0 to 2,400 dollars. Two contracts is the largest size whose 95th-percentile drawdown stays inside the allowance, with 460 dollars of room left. 95th-percentile drawdown by number of MNQ contracts 1 contract $520 2 contracts $1,040 3 contracts $1,560 4 contracts $2,080 $1,500 allowance $0 $600 $1,200 $1,800 $2,400 Stays within the allowance Goes past the allowance
Constructed illustration, not measured data. At two MNQ contracts, the 95th-percentile drawdown of $1,040 leaves $460 of the $1,500 allowance. At three contracts, the same trades go $60 past it, even though the real-order drawdown of $1,020 looks safe.

Two contracts leave $460 of room at the 95th percentile, only a little more than one worst day ($380) at that size. Sizing from the real-order drawdown alone would have picked four contracts, and four contracts break the $600 daily limit on the strategy's own worst day. The table's per-contract multiplication also assumes that costs and fills scale evenly with size, which the next section tests.

Why doesn't a one-contract backtest scale up exactly?

A one-contract backtest scales up exactly only when every cost is charged per contract and every extra contract fills at the same price. Three things break that assumption: costs that are not charged per contract, the smallest size you can actually trade, and sizing by a percentage of equity. Each one makes the simple multiplication from the previous section wrong by an amount the one-contract figures cannot show.

Which costs do not grow with the number of contracts?

TradingView's Help Center page on strategy properties, retrieved 15 September 2026, lists commission types that include a percentage of the transacted value and currency per contract, and both of those grow with size. A fee charged per order, or a monthly platform or data charge, does not. Slippage, which TradingView describes as a value in ticks added to the fill price of market or stop orders, is a fixed figure in the backtest. A larger order in a thin market can fill further from the price than a small one, and a fixed tick figure cannot show that. TradingView strategy properties explains each cost setting.

What happens when the answer is 2.88 contracts?

You trade 2. Futures trade in whole contracts, so the arithmetic always rounds down, and the size you can hold moves in steps: going from 2 contracts to 3 adds 50% more risk at once. Micro contracts make the steps smaller. By the point values in Tradelyze's futures lookup table, one MNQ contract carries one-tenth of the dollar risk of one NQ contract.

Why does percent-of-equity sizing compound?

TradingView's strategy properties page says a percentage-of-equity order is sized as a percentage of the available equity when the trade opens. After a run of wins the positions are larger, so a later losing streak costs more dollars than the same streak did early on. Such a backtest has no fixed contract count to scale. The same page puts the default initial capital at 1,000,000, so a script that never sets initial_capital sizes those percentages from an account far larger than a challenge. A prop firm allowance is a fixed number of dollars, and a fixed contract size keeps each loss tied to it.

How do you change position size in a Pine Script strategy before resubmitting it?

To change position size in a Pine Script strategy, edit the default_qty_type and default_qty_value arguments of its strategy() declaration, and set initial_capital to the account size. TradingView's Help Center page on strategy properties, retrieved 15 September 2026, says each property can be changed by editing the arguments of the strategy() call. It lists three order-size types: strategy.fixed for a number of contracts, shares or lots, strategy.cash for an amount of currency, and strategy.percent_of_equity for a percentage of equity.

//@version=6
strategy("MNQ pullback", initial_capital=30000,
     default_qty_type=strategy.fixed, default_qty_value=2,
     commission_type=strategy.commission.cash_per_contract, commission_value=0.5)

The declaration above is a constructed example: it trades 2 contracts on a $30,000 account, and its commission figure is a placeholder for your broker's real charge. Tradelyze runs your strategy with the values written in the script, not with changes made in TradingView's Properties tab. A size set only in that tab never reaches the run; why script defaults must match covers the details.

  1. Change default_qty_value, and initial_capital if needed, in the script and save it.
  2. Apply the saved script to the chart in TradingView and let the Strategy Tester run again.
  3. Export the new trade list, so the trades you upload were made at the new size.
  4. Submit the edited script, the new trade list and the price data to Tradelyze as a new strategy, then read the drawdown rows and MC Max DD Real→P95 at the new size.

Why does a smaller position size make a prop firm evaluation take longer?

A smaller position size makes a prop firm evaluation take longer because the profit target is a fixed dollar amount, while the profit per day shrinks with every contract you remove. FTMO's Trading Objectives page, retrieved 16 September 2026, sets a 10% Profit Target on the FTMO Challenge phase of the 2-Step Challenge and on the 1-Step Challenge, measured on the Initial Simulated Capital. A $100,000 account needs $10,000 of profit whatever size you trade.

trading days to the target ≈ profit target ÷ average daily profit at your size

Constructed illustration, not measured data: a $30,000 account with a 10% target needs $3,000 of profit. A strategy that averages $60 of profit per trading day on one contract needs about 50 trading days on one contract, 25 on two and 17 on three. Averages hide losing stretches, so the real time varies around those figures.

Two other rules do not move with size. A minimum-trading-days rule counts days, so FTMO's requirement of at least 4 Trading Days on the 2-Step Challenge is the same at any size. A consistency rule compares the best day with total profit; FTMO's 1-Step Best Day Rule requires the Best Day to be no more than 50% of Positive Days' Profit. Trading more or fewer fixed contracts scales every day by the same factor, so that share does not change. The trade-off is time: every extra day of the evaluation is another day a drawdown rule can be hit. What a consistency rule's best-day cap does covers the rule itself.

Where does Tradelyze show the numbers you need to size a strategy?

Tradelyze shows the numbers you need to size a strategy in two places: each selected firm's Rule Results table and the MC Max DD Real→P95 row of the robustness card. Both come from the trades your script produced at the size written in its strategy() declaration, so they describe that size and no other.

Because both drawdown rows are percentages of the same starting account size, a fixed-size strategy can be rescaled on paper. Constructed illustration, not measured data: a script trading 3 MNQ contracts with initial_capital=30000 shows a total drawdown Actual of 6.3% against a Limit of 5%. That is $1,890, or $630 per contract, so the $1,500 allowance fits 2 contracts, a $1,260 drawdown. Edit the script to 2 contracts and submit it again, because costs and the Monte Carlo figures need a real run.

A Not Feasible badge with a failing drawdown row is the case this page is for. Tradelyze does not check time limits, news trading or weekend holding; what Qualifies and Not Feasible mean covers what the badge does and does not include. Firm presets record rules as they were understood when written, so check the limits against the firm's current terms. Account and credit questions are answered in the Learn FAQ.

Check it on your own strategy

In a Tradelyze report, the numbers this page sizes from are the daily and total drawdown rows of each firm's Rule Results table and MC Max DD Real→P95 on the robustness card. Tradelyze re-runs an uploaded TradingView Pine Script strategy from your exported trade list and price data, then runs parameter optimization, walk-forward analysis, a five-check robustness score and prop firm rule checks. It does not place trades, give financial advice or guarantee a challenge pass, and it is in beta.

Create an account. Already a user? Open your strategies.

Frequently asked questions about position sizing for prop firm challenges

How do I calculate position size for a prop firm challenge?

Convert each limit to dollars, then divide it by the matching loss from a one-contract backtest: the daily loss limit by the worst day, and the total or trailing allowance by the Monte Carlo 95th-percentile drawdown. Round each result down and trade the smaller one. In a constructed example, $600 ÷ $190 gives 3 contracts and $1,500 ÷ $520 gives 2, so the answer is 2.

How many contracts can I trade on a 50K prop firm account?

That depends on how much one contract of your strategy loses, not on the account size alone. Topstep's Maximum Loss Limit article, retrieved 16 September 2026, gives a 50K account $2,000 of trailing room. If one MNQ contract's Monte Carlo 95th-percentile drawdown is a constructed $520, then $2,000 ÷ $520 = 3.8, so 3 contracts. Check the daily limit and any contract cap the firm sets as well.

What is a good risk per trade for a prop firm challenge?

No primary source establishes one correct percentage, so treat fixed rules of thumb as opinions. Work from the allowance instead: dividing it by your risk per trade gives the number of full losses in a row that use it up. Ten losses of $150 in a row use up a $1,500 trailing allowance, and so do five of $300. Compare that count with the longest losing streaks your backtest and a Monte Carlo simulation show.

How do I work out lot size for a forex prop firm account?

Find the pip value of one lot in the platform's symbol specification, multiply it by your stop in pips to get the risk on one lot, and divide your dollar risk budget by that. For a lot of 100,000 units of EUR/USD on a US dollar account, one pip of 0.0001 is worth $10, so a 25-pip stop risks $250 per lot, or $125 on 0.5 lots.

Why size from the 95th-percentile drawdown instead of the backtest's maximum drawdown?

The backtest's maximum drawdown comes from the one order your trades happened to arrive in. A Monte Carlo simulation reshuffles the same trades into many orders, and the 95th percentile is the fall that 95 of every 100 of them stayed within. Sizing from it allows for a worse sequence than history delivered. It is still not a worst case, because 1 simulated run in 20 fell further.

Does the daily loss limit or the total drawdown limit decide my position size?

Whichever allows fewer contracts. Work out the size each rule permits on its own, round both down and trade the smaller. A strategy that loses in a few violent days runs into the daily rule first, and one that loses slowly over weeks runs into the total or trailing rule. In a constructed example, a $600 daily limit allows 3 contracts and a $1,500 trailing allowance allows 2, so the trailing rule decides.

How do I size a strategy for a trailing drawdown?

Size from the largest fall from any high, not from the loss below the starting balance, because a trailing floor follows the account up. Take the Monte Carlo 95th-percentile drawdown on one contract, divide the trailing allowance by it and round down. Check whether the floor trails intraday equity or the end-of-day balance, because an intraday rule also counts open profit that fades before the close.

Does trading smaller make a prop firm challenge take longer?

Yes, for the profit target. The target is a fixed dollar amount, while profit per day shrinks with size. FTMO's Trading Objectives page, retrieved 16 September 2026, sets a 10% target on the 1-Step Challenge, which is $10,000 on a $100,000 account. In a constructed example averaging $60 a day per contract, a $3,000 target takes about 50 trading days on one contract and 25 on two.

Why can't I just multiply my one-contract backtest by the number of contracts?

Multiplying works only when every cost is charged per contract and every contract fills at the same price. Fees charged per order or per month do not scale that way, larger orders can fill worse in thin markets, and nobody can trade 2.88 contracts, so rounding changes the risk in steps. Percent-of-equity sizing has no fixed contract count at all, because the position grows with the account.

How do I change the order size in a Pine Script strategy?

Edit the strategy() declaration: set default_qty_type to strategy.fixed for a number of contracts and default_qty_value to the count, for example default_qty_value=2. TradingView's Help Center says every strategy property can be changed by editing these arguments. A change made only in the Properties tab does not change the file, so re-run the saved script, export the trades again and upload both.

Which account size does Tradelyze use for prop firm percentages?

The account size the run trades, which Tradelyze reads from the initial_capital argument in your script's strategy() declaration. The drawdown percentages in the Rule Results table are shares of that figure, so set it to the size of the account you intend to buy. A 5% limit means $2,500 of room when initial_capital=50000 and $5,000 when initial_capital=100000.

Should I use percent-of-equity sizing in a prop firm challenge?

TradingView's strategy properties page says a percentage-of-equity order is sized from the available equity when each trade opens, so positions grow after wins and shrink after losses. A prop firm allowance is a fixed dollar amount, so fixed contract sizing keeps each loss tied to it. Fixed sizing also makes a one-contract backtest meaningful to scale, which percent-of-equity sizing does not.

What if one contract is already too big for the prop firm limit?

Trade a smaller contract rather than hoping the worst stretch does not repeat. By the point values in Tradelyze's futures lookup table, one Micro E-mini Nasdaq-100 contract moves $2 per point against $20 for the E-mini, so one E-mini's dollar risk splits into ten micro contracts. If one micro contract still does not fit, the strategy's losses are too large for that account.

Sources

Rules change; verify with the firm

Prop firm rules change often and differ by account type and purchase date. Every firm figure on this page was read on the firm's own site on 16 September 2026. Check the current terms for the exact account you intend to buy before paying for an evaluation.