# Copy Trade Settings

#### Copy Trade Direction

Choose how positions should be mirrored:

**Direct**\
Mirror the trader’s positions exactly.\
Long → Long\
Short → Short

**Inverse**\
Take the opposite side of every trade.\
Long → Short\
Short → Long

This setting defines your directional exposure relative to the lead trader.

{% hint style="info" %}
**Copy Direction can only be configured before copy trading starts** and cannot be changed afterward
{% endhint %}

#### Sizing Mode

Choose how each copied trade is sized.

**Fixed Ratio (Proportional)**

Trades are copied proportionally based on your allocation relative to the lead trader.

This is the default mode and reflects the trader’s position sizing dynamically.

**Fixed Amount**

Each copied trade uses a fixed amount of capital.

You must enter a fixed trade value, which will be applied to every copied position.

• Minimum trade size: **$12**\
• Each trade will use the same fixed amount regardless of the trader’s position size

This mode is useful if you want more consistent and predictable exposure per trade.

{% hint style="info" %}
Sizing Mode can be adjusted **during copy trading**, allowing you to switch between proportional and fixed sizing without stopping the copy.
{% endhint %}


---

# 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://docs.coinpilot.com/copy-trade/crypto-perpetual/copy-trade-settings.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.
