# Pause if any open trade has these magic IDs

This option makes the EA **pause itself** if it detects any open trade on the account with specific **Magic IDs**.

{% hint style="info" %}

#### How it works

* Enter a comma-separated list of magic numbers\
  Example: `111111,222222`
* If any open trade matches one of those Magic IDs, this instance will:
  * pause
  * not open new trades
    {% endhint %}

{% hint style="info" %}

#### What it’s for

This is used to coordinate trading between:

* multiple SmartChoise instances
* SmartChoise and other EAs
* separate strategies that shouldn’t trade at the same time
  {% endhint %}

{% hint style="info" %}

#### On-screen message

When active, the panel will display:\
\&#xNAN;**“Trading paused – Multi-instance coordination”**
{% endhint %}

{% hint style="info" %}

#### Important note

If the **Master SmartChoise chain** is currently trading, the full chain is still allowed for linked Master/Child instances (so you don’t accidentally block your own active chain).
{% 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://smartchoise.gitbook.io/smartchoise-manual/options/multi-instance-coordination/pause-if-any-open-trade-has-these-magic-ids.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.
