# Position Sizing

## Why Position Sizing Matters

**Position sizing is the most important risk management tool.**

* Controls maximum loss per trade
* Determines capital efficiency
* Enables consistent risk across trades
* Difference between sustainable trading and account blow-up

## Basic Sizing Methods

| Method           | How It Works                   | Pros                          | Cons                              | Best For                            |
| ---------------- | ------------------------------ | ----------------------------- | --------------------------------- | ----------------------------------- |
| **Fixed Dollar** | Same $ amount each trade       | Simple, predictable           | Doesn't scale, ignores volatility | Beginners, small accounts           |
| **% of Capital** | Fixed % of total account       | Auto-scales with growth       | Ignores volatility                | Growing accounts, medium experience |
| **Risk-Based**   | Size to risk fixed % per trade | Consistent risk, professional | Requires stop discipline          | Most traders (recommended)          |

### Fixed Dollar Amount

**Example:** $10,000 account, $1,000 per trade, max 10 concurrent positions

### Percentage of Capital

**Example:** $10,000 → 10% = $1,000, After growth to $12,000 → 10% = $1,200

**Recommended:** Conservative: 5-10%, Moderate: 10-15%, Aggressive: 15-25%

## Risk-Based Position Sizing (Recommended)

**Formula:**

```
Position Size = (Account × Risk%) / Stop Loss %

Example:
Account: $10,000
Risk: 2% = $200
Stop loss: 4%
Position Size = $10,000 × 2% / 4% = $5,000
```

**Recommended risk levels:**

| Experience   | Risk Per Trade | Max Per Trade   |
| ------------ | -------------- | --------------- |
| Conservative | 0.5-1%         | Never exceed 2% |
| Moderate     | 1-2%           | Never exceed 3% |
| Aggressive   | 2-3%           | Never exceed 5% |

### Example Scenarios

**Wide stop (8%):**

* Account: $10,000, Risk: 2% = $200
* Position: $2,500

**Tight stop (2%):**

* Account: $10,000, Risk: 2% = $200
* Position: $10,000

*Tighter stops allow larger positions while maintaining the same risk.*

## Advanced Sizing Methods

### Volatility-Based (ATR)

```
Position Size = (Account × Risk%) / (ATR × Multiplier)

Example:
Account: $10,000
Risk: 2% = $200
ATR: $50, Multiplier: 2
Stop: 2 × ATR = $100
Position: $200 / $100 = 2 shares
```

**Adapts to market conditions:** Smaller positions in volatile markets, larger in calm markets.

### Kelly Criterion

```
Kelly % = (Win Rate × Avg Win - Loss Rate × Avg Loss) / Avg Win

Example: 55% win rate, $300 avg win, $150 avg loss
Kelly = (0.55 × 300 - 0.45 × 150) / 300 = 18.75%
Conservative Kelly = 18.75% / 2 = 9.4%
```

⚠️ **Warning:** Full Kelly is extremely aggressive. Use 1/4 to 1/2 Kelly.

**Best for:** Experienced traders with proven strategies and accurate win rate data.

## Portfolio-Level Sizing

### Maximum Portfolio Heat

Limit total capital at risk across all positions.

**Example rules:**

```
Max simultaneous risk: 6%
Risk per trade: 2%
→ Max concurrent positions: 3

OR

Max portfolio exposure: 50%
Position size: 10% each
→ Max concurrent positions: 5
```

### Correlation Adjustments

Reduce position sizes for correlated assets:

| Correlation  | Position Size Adjustment |
| ------------ | ------------------------ |
| Uncorrelated | 100% normal              |
| Moderate     | 75% normal               |
| High         | 50% normal               |

**Crypto example:**

* BTC: $5,000 (100%)
* ETH: $3,750 (75% - correlated to BTC)
* Altcoin: $2,500 (50% - highly correlated)

## Leverage and Position Sizing

### Leverage Effects

| Setup       | Capital | Position | 1% Move |
| ----------- | ------- | -------- | ------- |
| No leverage | $10,000 | $10,000  | $100    |
| 3x leverage | $10,000 | $30,000  | $300    |
| 5x leverage | $10,000 | $50,000  | $500    |

### Sizing with Leverage

**Adjust for leverage in risk calculations:**

```
Correct sizing with 5x leverage:
Account: $10,000
Target risk: $200 (2%)
With 5x leverage, use 2% stop
Position: $10,000
Actual risk: 2% × $10,000 = $200 ✓
```

**Key rule:** Higher leverage requires tighter stops or smaller positions.

### Stop Loss by Leverage

| Leverage | Recommended Max Stop |
| -------- | -------------------- |
| 1-2x     | 10-15%               |
| 3-5x     | 5-8%                 |
| 10x      | 2-4%                 |
| 20x      | 1-2%                 |

## Position Sizing Across Strategies

### Multi-Strategy Allocation

```
Total Capital: $50,000

Trend Following: $20,000 (40%)
- 2% risk per trade, lower win rate, larger wins

Mean Reversion: $15,000 (30%)
- 1.5% risk per trade, higher win rate, smaller wins

Breakout: $15,000 (30%)
- 2% risk per trade, medium win rate, medium wins
```

## Common Mistakes

| Mistake                  | Problem                                | Solution                              |
| ------------------------ | -------------------------------------- | ------------------------------------- |
| **Oversizing**           | Positions too large, emotional trading | Follow 2% risk rule, never exceed 5%  |
| **Undersizing**          | Minimal growth, boredom, overtrading   | Increase to 1-2% risk with discipline |
| **Ignoring Correlation** | All positions lose together            | Limit exposure to correlated assets   |
| **No Stop Loss**         | Unlimited risk, catastrophic losses    | Always define stop before entering    |

## Position Sizing Checklist

Before every trade:

* [ ] Stop loss defined and placed
* [ ] Risk amount calculated (1-2% recommended)
* [ ] Position size based on stop distance
* [ ] Total portfolio heat within limits (<6%)
* [ ] Correlation with existing positions checked
* [ ] Sufficient margin available (if using leverage)
* [ ] Account for fees and slippage

## Recommended Sizing Rules

| Trader Type      | Risk/Trade | Max Positions | Portfolio Heat | Leverage  | Stop Loss                    |
| ---------------- | ---------- | ------------- | -------------- | --------- | ---------------------------- |
| **Beginners**    | 0.5-1%     | 2-3           | 2-3%           | 1x (none) | Mandatory, tight             |
| **Most Traders** | 1-2%       | 3-5           | 5-6%           | 1-3x      | Always required              |
| **Experienced**  | 2-3%       | 5-10          | 6-10%          | 3-5x      | Required, strategy-dependent |

**Master position sizing to protect your capital** and enable consistent long-term growth. When in doubt, size smaller.

**Related:** [Risk Management](/quantsedge-docs/trading-fundamentals/risk-management.md) | [Leverage Guide](/quantsedge-docs/trading-fundamentals/leverage-margin.md) | [Order Types](/quantsedge-docs/trading-fundamentals/order-types.md)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://quantsedge.gitbook.io/quantsedge-docs/trading-fundamentals/position-sizing.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
