Minimum lot size is where clean percentage risk meets the blunt machinery of a broker account. A backtest can say "risk 0.25%" on a trade, but the platform still has to convert that idea into a tradable volume, and small accounts can hit the floor.
That floor matters because it changes the trade that actually gets placed. If the account cannot size down far enough, the backtest and the live account are no longer running the same risk.
What minimum lot size means
Minimum lot size is the smallest position volume a broker or symbol allows you to trade. In practice, the trading platform may also enforce a volume step, so requested size has to be rounded into a volume the instrument accepts.
That sounds like plumbing. For a prop trader, it is risk management.
Suppose a strategy wants to risk a small fixed fraction of equity on every setup. The sizing formula can calculate the desired volume precisely, but the broker specification decides whether that volume is tradable. If the desired size sits below the minimum, the platform has three honest choices: skip the trade, round up, or use a different rule. Only one of those may match the backtest.
Why minimum lot size changes prop risk
Prop-firm risk is usually governed by drawdown rules, not by how elegant the sizing formula looks. If minimum lot size forces a trade larger than intended, the account takes more risk than the backtest measured.
The distortion is usually worst on smaller accounts and wider-stop trades. A large account can often size down with enough precision. A small account may find that the smallest tradable volume is still too large for the intended risk fraction.
| What the backtest assumes | What the live account may do | Risk problem |
|---|---|---|
| Fixed fractional risk | Rounded-up minimum volume | More loss per trade than intended |
| Every signal can trade | Some signals are below minimum size | Fewer trades and a different sample |
| Same symbol mix at every balance | Expensive symbols skipped or oversized | Different portfolio exposure |
| Smooth risk across trades | Step changes in volume | Uneven drawdown path |
This is why minimum lot size belongs next to fixed lot vs fixed risk, not in a setup appendix. A sizing model is only real after the platform turns it into orders.
The skip-vs-round-up decision
When requested volume is below the tradable minimum, skipping is usually the cleaner test choice. Rounding up keeps the trade count, but it changes the risk.
That does not mean skipping is painless. A skipped trade means the account did not take a signal the backtest might have taken at a larger model base. Enough skipped trades can change the strategy mix, the average trade duration, the correlation profile, and the drawdown path.
Rounding up has the opposite flaw. It preserves the signal list while inflating position size. That can make a strategy look compatible in the trade log while quietly making the live account more fragile.
The question is not which choice sounds better. The question is which choice the backtest used, and whether the live account will do the same thing.
How to test minimum lot size honestly
An honest prop backtest should test at the account size and symbol specifications the trader intends to use. If the model base is larger than the account, minimum-volume effects can be hidden.
Use this checklist before trusting the curve:
- Check each symbol's minimum volume and step. Do not assume forex, indices, metals, and crypto size the same way.
- Run the backtest at the intended account balance. A model base that is too large can hide trades that would be below minimum size on the real account.
- Inspect skipped trades. If the system skips trades below minimum size, count how often and on which symbols.
- Inspect rounded trades. If the platform rounds up, calculate the actual risk taken after rounding.
- Compare equity drawdown, not only balance drawdown. Minimum-volume errors show up in floating risk before the trade closes.
realbacktesting's public methodology uses additive %-risk on an 80,000 EUR model base, intrabar M1 execution, cTrader broker M1 bars + tick-measured spread from 2021-2026, and real per-symbol spread, commission, swap, plus 1 bps slippage. The exact method is laid out on the methodology page. Those details matter because sizing and costs are part of the result, not decoration after the chart.
Why account balance changes the answer
Minimum lot size is one reason a system can behave differently below its intended balance band. The edge may be identical, but the tradable expression of that edge changes when the account is too small for the instruments it trades.
For prop-firm cBots, this is especially practical. Gold, indices, crypto, and FX do not all create the same minimum-volume problem. A small account may be able to express one sleeve cleanly while another sleeve becomes too chunky or has to skip.
That is why the account-size assumption belongs in the backtest. If a strategy was tested as a diversified book but the live account can only trade part of that book cleanly, the trader is no longer evaluating the same portfolio.
The funding side of this is covered in the funding model, and the broader broker-spec problem is explained in why the same cTrader backtest changes across brokers.
Frequently asked
Is minimum lot size the same as fixed lot sizing?
No. Fixed lot sizing is a deliberate choice to trade the same volume every time. Minimum lot size is a broker or symbol constraint that can interfere with percentage-risk sizing.
Should a backtest round up to the minimum lot?
Only if the live strategy will also round up and the extra risk is included in the result. If rounding up is hidden, the drawdown is understated.
Can minimum lot size change a profitable strategy?
Yes. It can change trade count, actual risk per trade, symbol exposure, and drawdown path. The entry logic may be the same, but the account is no longer taking the same portfolio.
What should a prop trader check first?
Check whether the backtest was run at the account size and symbol specifications you will actually use. If the test cannot show skipped trades or rounded volume, it is not telling you enough.
The stubborn takeaway
Minimum lot size is a small field in the platform and a large hole in sloppy backtests. If the account cannot place the risk the test assumes, the drawdown number is already suspect.