reference · Risk & sizing

Volume-Step Rounding: Keep a Tradable Size Within Its Intended Budget

Volume-step rounding converts a calculated quantity to an allowed trading increment. The rounding direction changes exposure, so the final quantity must also be checked against minimum, maximum and aggregate limits.

TradeCopier Editorial TeamPublished
A brass balance with differently sized stone blocks illustrating exposure and limits
Editorial illustration. Examples and calculations below state their own assumptions.

Key points

  • Round in the destination's quantity unit, not in a guessed number of decimals.
  • Rounding down can respect a quantity ceiling but still requires a minimum-size check.
  • A result below the minimum should not silently become the minimum trade.

Scope and assumptions

  • The worked example uses a zero-anchored 0.01-lot grid, minimum 0.01 lot and unchanged money risk per lot. Real volume rules and risk estimates require the actual symbol specification.

A decimal result is not necessarily a valid order

A sizing formula may return 0.037 lots, but a broker can require steps of 0.01 lot. The desired quantity then falls between accepted amounts. MetaQuotes defines separate minimum, maximum, step and aggregate directional-volume properties in its symbol reference. All relevant constraints need checking.

On a simple grid of multiples of step s, rounding down a nonnegative quantity q gives floor(q ÷ s) × s. This formula assumes that grid convention; it is not a substitute for the actual platform's validation. Spotware's normalization method explicitly accepts a rounding mode.

Measure the consequence of the choice

Use a hypothetical desired quantity of 0.037 lot with a 0.01-lot increment. Suppose the planned stop-distance calculation gives $1,000 of risk per lot before execution differences and charges.

Illustrative rounding effect on quantity and planned risk
ChoiceQuantityPlanned money riskDifference from desired quantity
Unrounded target0.037$370%
Round down0.03$30−18.92%
Round up0.04$40+8.11%

The nearest allowed quantity is 0.04, yet it exceeds the assumed $37 ceiling. If the intent is never to exceed the calculated quantity, nearest rounding does not preserve that intent. The table also shows why “only one hundredth of a lot” can be a material change for a small account.

The minimum-size trap

Now suppose the calculated amount is 0.007 lot. Rounding down to the 0.01 grid gives zero, below the minimum. Automatically changing it to 0.01 increases quantity by about 42.86% relative to the target. The right response must be an explicit policy, such as skipping the trade or reviewing an instrument with a smaller permissible size.

Check the maximum and aggregate limits too. A per-order maximum and a maximum total position are different restrictions. Splitting one large request into several requests does not necessarily avoid an aggregate limit and introduces separate execution events.

Keep the residual visible

Log the calculated amount, normalization policy, final submitted quantity and accepted result. In a copying workflow, repeated small rounding differences can make an intended proportional relationship drift. Do not hide the difference by displaying only the multiplier.

For a partial close, validate both the closing quantity and any remaining position. A technically valid close size can leave a residual that the account's rules handle differently. Reconcile the final position after execution instead of assuming that subtraction alone describes the account.

Use lots and units before rounding, and margin headroom after determining the final size. The site's lot-limit guide discusses the related operational checks; no rounding formula can establish actual destination acceptance in advance.

A useful test set includes a quantity exactly on the grid, one just below the minimum, one just above the maximum and one close to a step boundary. Verify the intended policy for each case before relying on it for copied quantities.

Questions and answers

Should position size always be rounded down?

Rounding down is often appropriate when the calculated quantity is a ceiling, but it is not a universal rule for every order-management task. Closing, matching exposure and broker minimums need deliberate policies.

Why is rounding to two decimal places insufficient?

The allowed step may be 0.1, 0.25, whole contracts or a number of units. Decimal formatting does not prove that the result lies on the permitted volume grid.

What if my rounded quantity is below the broker minimum?

Treat it as an explicit exception: skip, choose a suitable smaller instrument or revise the plan deliberately. Automatically raising it to the minimum can exceed the intended exposure or loss budget.

Sources and further checks

Use the current source for your exact instrument, account and platform. Referencing a general specification does not establish support for every TradeCopier workflow.

  1. MetaQuotes: Symbol Properties · Checked September 19, 2026
  2. Spotware: Symbol API · Checked September 19, 2026

Found an error? Send a correction with this page's address and a primary source. See our editorial standards for how we handle examples, claims and revisions.

Check the product workflow

Use these pages to check TradeCopier settings and connection requirements for your own setup.

Browse all resourcesCurrent resource: /learn/volume-step-rounding

Start Copying Smarter Today

Join traders who trust TradeCopier for speed, reliability, and performance.

Get Started Free