# Position Mode

When trading futures, you choose a position management mode. The mode determines whether you can simultaneously hold long and short positions for one asset.

### One-Way Mode

You can hold only one position per asset — either long or short. Opening an opposite position automatically closes the existing one.

#### How It Works

You open a long position for 1 BTC at $50,000. Then you open a short position for 0.5 BTC. The exchange automatically closes 0.5 BTC from the long position. Remaining: long for 0.5 BTC.

#### Advantages and Disadvantages

**Pros:**

* Simple management — one position per asset
* Less margin — no additional collateral required
* Less confusion — easy to track

**Cons:**

* No hedging — impossible to protect position
* No flexibility — cannot profit in both directions

**Best for:**

Beginner traders and simple strategies in one direction.

### Hedge Mode

You can simultaneously hold long and short positions for one pair. Each position exists independently.

#### How It Works

You open a long for 1 BTC at $50,000 and simultaneously a short for 0.5 BTC at $51,000. Both positions exist in parallel. You close them separately at any time.

#### Advantages and Disadvantages

**Pros:**

* Risk hedging — protection from temporary volatility
* Flexibility — profit in both directions
* Independent management of each position

**Cons:**

* More margin — each position requires separate collateral
* More complex management — need to monitor multiple positions
* More fees — pay for both positions

**Best for:**

Experienced traders using hedging or arbitrage.

### Practical Example

#### Situation

You have a long for 2 BTC at $48,000 ($96,000). Expecting long-term growth. Important news comes out — the market may drop short-term.

#### In Hedge Mode

You open a short for 1 BTC at $50,000 for protection.

Price drops to $45,000:

* Loss on long: (45,000 − 48,000) × 2 = −$6,000
* Profit on short: (50,000 − 45,000) × 1 = +$5,000
* **Total loss: −$1,000** (instead of −$6,000)

When volatility decreases, you close the short with profit. Long remains for growth.

#### In One-Way Mode

You would have to close 1 BTC from the long. If the price rises after the news — you lose profit from that 1 BTC.

### Comparison

| Parameter                         | One-Way | Hedge   |
| --------------------------------- | ------- | ------- |
| **Long and Short simultaneously** | No      | Yes     |
| **Complexity**                    | Simple  | Complex |
| **Margin**                        | Less    | More    |
| **Hedging**                       | No      | Yes     |
| **For beginners**                 | Yes     | No      |

### 💡 Recommendations

**For beginners:**

* Use One-Way Mode
* Focus on one direction
* Don't trade with high leverage

**For experienced traders:**

* Hedge Mode offers more opportunities
* Keep track of each position
* Set stop-losses for both positions

### ⚠️ Common Mistakes

**One-Way:** Accidentally closing a position with an opposite order. Check direction before placing an order.

**Hedge:** Confusion between positions. Keep records: when opened, why, where's the stop-loss.

***

Start with One-Way, move to Hedge as you gain experience.


---

# 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://guide.moontrader.com/en-moontrader-docs/market-concepts/position-mode.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.
