Trading financial markets involves high risk, and the primary objective of any trader should be capital preservation. While setup choice, market timing, and strategy rules are important, they are secondary to how much capital you allocate to a single trade. This is where **position sizing** becomes critical.
Position sizing is the practice of adjusting your trade volume (lots/contracts) so that if your trade hits its stop loss, the realized financial loss is exactly within your target risk threshold.
Without objective position sizing, traders tend to execute static lot sizes (e.g. always trading 1.00 lots). This means a trade with a wide stop loss will result in a much larger loss than one with a tight stop loss, creating inconsistent risk exposure and eventually leading to significant account drawdowns.
Before calculating your lot size, you must define your risk per trade. There are two primary models to establish risk:
- Percentage Risk Model: The risk is calculated as a fixed percentage of your current account balance (e.g. risking 1% on a $10,000 account equals $100). This model is dynamic and auto-scales down during drawdowns and up during growth phases.
- Fixed Dollar Model: The risk is set as a fixed cash amount per trade (e.g. always risking exactly $50), which provides consistent, simple risk parameters.
Most professional traders prefer the percentage risk model because it protects capital by naturally scaling down trade sizes during a losing streak.
The primary variable that determines your lot size is the distance between your entry price and your stop loss level, measured in **pips** (or points).
Since your risk amount is fixed, the lot size must adjust to match the stop loss distance. A tighter stop loss (e.g. 10 pips) allows you to trade a larger lot size because the price per pip can be higher. Conversely, a wider stop loss (e.g. 50 pips) requires a smaller lot size to keep your maximum risk within your target limit.
Our position size calculator performs these conversions automatically, preventing mathematical errors during fast-moving markets.
To execute the calculated volume in your MT4 or MT5 terminal, you must understand how contract sizes are mapped to lot values:
- Standard Lot (1.00 lots): Equals 100,000 units of the base currency. A 1-pip move on EUR/USD is worth $10.00.
- Mini Lot (0.10 lots): Equals 10,000 units of the base currency. A 1-pip move on EUR/USD is worth $1.00.
- Micro Lot (0.01 lots): Equals 1,000 units of the base currency. A 1-pip move on EUR/USD is worth $0.10.
It is important to distinguish between trade risk and account margin. Leverage does not change the risk of a trade, but it does determine the **required margin** to open a position:
Higher leverage (e.g. 1:500) reduces the margin required to open a position, allowing you to execute larger trades. However, this does not mean you should increase your risk.
Always base your position sizing on your planned risk per trade, not on how much margin your broker allows you to use. Over-leveraging by using too much margin is a primary cause of rapid account liquidation.
Use this playbook to calculate your position size before executing any trades:
1. Define Account Parameters
Enter your account base currency and your current account balance. Set your target risk percentage (e.g. 1.0%).
2. Input Trade Parameters
Select the pair you want to trade and input your stop loss distance in pips.
3. Review Calculated Lots
Verify the calculated lot size. If it requires more margin than your account has available, reduce the trade size or widen your stop loss.
4. Execute in Terminal
Enter the exact lot size in your trading terminal. Do not round up or increase the trade size manually.