> 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/basic-features.md).

# Basic features

Welcome to the essential toolkit of MetaCopier, where simplicity meets efficiency. Our Basic Features offer everything you need for straightforward trade copying.

Pick a feature below to read its detailed documentation.

{% hint style="success" %}
Looking for more advanced tools? See the [🌟 Pro features](/features/pro-features.md) for additional capabilities like Dedicated IP, HFT mode, Trailing stop, Risk per trade and more.
{% endhint %}

{% 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.

Pages without a tag describe an entity or built-in capability rather than an add-on feature.
{% endhint %}

## Account & copier entities

* [**Accounts**](/features/basic-features/accounts.md): Overview of the account tile, its fields and per-account functions.
* [**Copiers**](/features/basic-features/copiers.md): Replicate trades between accounts with fine-grained control.
* [**Audit logs**](/features/basic-features/audit-logs.md): Complete visibility into how your MetaCopier API is being used.
* [**Logs**](/features/basic-features/logs.md): Comprehensive record of all activities and events.
* [**Symbol mapping**](/features/basic-features/symbol-mapping.md): Map symbols across platforms when names differ.
* [**Maintenance window**](/features/basic-features/maintenance-window.md): Pause or stop trading during planned maintenance.
* [**Risk limits**](/features/basic-features/risk-limits.md): Stop copying new trades when an account drawdown threshold is hit.

## Account-level features

Added on an account; applies globally to that account.

* [**Profit targets**](/features/basic-features/profit-targets.md) `Account`: Automatically close positions once a daily / weekly / monthly profit objective is reached.
* [**Fallback setting**](/features/basic-features/fallback-setting.md) `Account`: Control how the system behaves during regional fallback.
* [**Telegram**](/features/basic-features/telegram.md) `Account`: Receive trade and account notifications on Telegram.
* [**Webhook**](/features/basic-features/webhook.md) `Account`: Send real-time HTTP POST notifications when trading events occur.

## Copier-level features

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

* [**Copier filter**](/features/basic-features/copier-filter.md) `Copier`: Selectively copy trades based on comment, magic number or lot size.
* [**Permitted symbols**](/features/basic-features/permitted-symbols.md) `Copier`: Whitelist or blacklist the symbols a copier is allowed to trade.
* [**Order Type Filter**](/features/basic-features/order-type-filter.md) `Copier`: Choose which order types are copied (market, limit, stop, etc.).
* [**Exit signal override**](/features/basic-features/exit-signal-override.md) `Copier`: Delay or ignore exit signals coming from the master.
* [**Multiplier**](/features/basic-features/multiplier.md) `Copier`: Fine-tune the copier multiplier per symbol.
* [**Maximum lot size**](/features/basic-features/maximum-lot-size.md) `Copier`: Limit the lot size for positions opened by the copier.
* [**Minimum holding time**](/features/basic-features/minimum-holding-time.md) `Copier`: Force a minimum lifetime for copied trades before they can close.
* [**Skip position**](/features/basic-features/skip-position.md) `Copier`: Skip trades that are missing Stop Loss or Take Profit.
* [**Live delay**](/features/basic-features/live-delay.md) `Copier`: Skip the first N trades from the master.
* [**Block hedging**](/features/basic-features/block-hedging.md) `Copier`: Prevent the copier from opening positions opposite to existing ones.
* [**Spread filter**](/features/basic-features/spread-filter.md) `Copier`: Block copying new opens when the current spread is too wide.

## Account & copier features

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

* [**Max open positions**](/features/basic-features/max-open-positions.md) `Account & Copier`: Cap the number of simultaneously open positions and trading frequency.


---

# 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/basic-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.
