# One SmartChoise chain at a time

When enabled (**Yes**), the account is allowed to have **only one active SmartChoise trading chain** at any moment.

{% hint style="info" %}

#### How it works

* The EA instance set as **Master** can open and manage trades
* **Child** instances linked to that Master can participate in the same chain
* Any other SmartChoise instances not part of the active Master chain will remain **paused** and will not open new trades
  {% endhint %}

{% hint style="info" %}

#### Why this is useful

If you run several instances, multiple entries can trigger at once and multiply your risk.\
This option ensures **only one coordinated chain** is trading at a time.
{% endhint %}

{% hint style="danger" %}

#### Important

Enable this option on **all SmartChoise EAs** on the account.\
If some instances don’t have it enabled, they can still open trades and create overlap.
{% 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/one-smartchoise-chain-at-a-time.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.
