Direct answer
A position size calculator needs inputs that describe (1) the account and the risk you want to target, (2) the trade’s price movement you use as a stop reference, and (3) the instrument’s trading specifications so “price change” can be converted into “account currency impact.” The exact set varies by calculator design, but the required inputs always fall into these categories.
Mechanism or definition
A position size calculator estimates the trade size (often expressed as lots, contracts, or units) that corresponds to a chosen risk expression. “Risk” here is an assumption about how much loss you would tolerate if a stop reference is reached. Two stable mechanics usually exist:
- Risk-based sizing
- Input: Account balance or account equity (the starting point for the risk amount). This is usually taken from your account statement.
- Input: Risk percent or risk amount (for example, “risk 1% of account”). This is a user-defined assumption.
- Input: Entry price and stop reference (or entry price and stop distance). Entry and stop can come from your plan; stop distance may be measured in pips or price points.
- Input: Instrument contract specification (contract size, tick size, and tick value) so the calculator can convert a pip/point move into profit/loss in the account currency.
- Input: Account currency and quote/base currency relationships, plus exchange rate assumptions if conversion is needed.
- Margin/maximum-size constraints (optional in many calculators) Some calculators also include inputs for leverage and margin rate (or margin requirements) to prevent selecting a size that exceeds margin capacity. Those inputs come from the broker/platform contract terms and account configuration.
If your calculator “only asks for some fields,” the missing ones are often internally assumed (for example, assuming a certain conversion rate or using default tick values). For independent verification, list every input the tool uses and confirm its source.
Evidence or example
Example assumptions for a risk-based setup (no live data):
- Account equity: a fixed number you read from your account.
- Risk setting: “1% risk” (a user choice that defines a risk amount in account currency).
- Trade plan: entry price is your planned fill reference; stop reference is your planned stop level.
- Stop distance: you can compute it as absolute price difference and convert it to pips/points using instrument tick size.
- Instrument specs: tick value and contract size come from the instrument’s contract description (what “one lot” means for that market).
- Currency conversion: if the account currency differs from the instrument’s P/L currency, the calculator needs an assumption for conversion.
Material point: two calculators can produce different “position size” results even with the same risk percent if they use different assumptions for tick value, stop distance definition (inclusive vs exclusive of spread), or currency conversion.
Limitations and risks
Several common failure modes affect accuracy:
- Data mismatch: using outdated instrument specifications (tick size/value) or an instrument variant with different contract terms.
- Stop definition ambiguity: some tools treat stop distance as “from entry” while others may use “from executed price” or incorporate spread differently.
- Currency conversion assumptions: if conversion rates are assumed or approximated, the final calculated risk can diverge from the true account-currency outcome.
- Precision and rounding: platforms may require a specific step size (minimum increment). Rounding to allowed sizes changes effective risk.
- Execution costs: commissions, financing, or other costs may not be included in a simple risk model, so real loss at stop can be higher.
These issues mean a calculated position size is only as reliable as the inputs and assumptions behind it.
Verification or next question
To independently verify what inputs a calculator requires, do three checks:
- Write down the calculator’s “inputs” exactly as shown in the interface (account value, risk setting, entry/stop or stop distance, instrument specs fields).
- For each input, label its source: account statement value, your plan (entry/stop), or instrument contract specification.
- Validate the conversion and rounding logic: confirm the tick value/tick size mapping and the minimum step size behavior.
If you share your calculator’s input fields (just the labels, not account details), you can map each label to its source and identify which assumptions may be hidden by defaults.