> For the complete documentation index, see [llms.txt](https://docs.metacopier.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.metacopier.io/features/pro-features.md).

# Pro features

Welcome to the pro features of MetaCopier, where smart tools help you take your trading to the next level. Our Pro Features are built for traders who want more control, flexibility, and accuracy.

Pick a feature below to read its detailed documentation.

{% hint style="info" %}
**Scope legend**: every feature can be added at a specific level:

* **`Account`**: added on an account; applies to every copier of that account.
* **`Copier`**: added on a specific copier (master → slave link); only affects that link.
* **`Account & Copier`**: can be added at either level; the copier-level setting overrides the account-level one for that copier.
  {% endhint %}

## Account-level features

Added on an account; applies globally to that account.

* [**Dedicated IP**](/features/pro-features/dedicated-ip.md) `Account`: An IP address reserved exclusively for your accounts.
* [**Keep alive trade**](/features/pro-features/keep-alive-trade.md) `Account`: Prevents account inactivity by scheduling small keep-alive trades.
* [**HFT mode**](/features/pro-features/hft-mode.md) `Account`: Minimizes execution latency for high-speed trading strategies.
* [**Socket**](/features/pro-features/socket.md) `Account`: Keeps your account connected in real time for instant updates.
* [**Data collector**](/features/pro-features/data-collector.md) `Account`: Records equity, balance, and floating P\&L over time.
* [**Trade Guardrails**](/features/pro-features/trade-guardrails.md) `Account`: Automatically enforces safety rules on open trades.
* [**TradingView Webhook**](/features/pro-features/tradingview-webhook.md) `Account`: Execute trades automatically from TradingView alerts.
* [**Telegram Signal Integration**](/features/pro-features/telegram-signal-integration.md) `Account`: Automatically execute trading signals received on Telegram.

## Copier-level features

Added on a specific copier; only affects that master → slave link.

* [**TP/SL Management**](/features/pro-features/tp-sl-management.md) `Copier`: Full control over how Take Profit and Stop Loss are handled on copied trades.
* [**Progressive trade sizing**](/features/pro-features/progressive-trade-sizing.md) `Copier`: Automatically increases lot size after losing trades (Martingale-style).
* [**Approval**](/features/pro-features/approval.md) `Copier`: Manually review and approve each trade before it is copied.
* [**Delayed execution**](/features/pro-features/delayed-execution.md) `Copier`: Adds a configurable random delay before opening or closing trades.
* [**Masaniello**](/features/pro-features/masaniello.md) `Copier`: Advanced money-management system that calculates the optimal position size.
* [**Margin Cap**](/features/pro-features/margin-cap.md) `Copier`: Limits the percentage of account balance used as margin across open positions.

## Account & copier features

Can be added at either level. When set on both, the copier-level setting wins for that copier.

* [**Trading windows**](/features/pro-features/trading-windows.md) `Account & Copier`: Schedule exactly when trades can be opened and closed.
* [**Trailing stop**](/features/pro-features/trailing-stop.md) `Account & Copier`: Automatically updates the stop-loss as a position gains profit.
* [**Break Even**](/features/pro-features/break-even.md) `Account & Copier`: Moves the stop-loss to entry price once a profit threshold is reached.
* [**Risk per trade**](/features/pro-features/risk-per-trade.md) `Account & Copier`: Controls the monetary risk exposure for each individual trade.

## Related

* [Risk per trade: Tick value](/features/pro-features/risk-per-trade/risk-per-trade-tick-value.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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.metacopier.io/features/pro-features.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.
