# Magic number of the master instance

The value must match the unique Magic Number identifier of the master EA instance.\
The EA continuously checks the trading state of that master.

If this value is set to zero:

* Chain Mode is disabled
* The EA trades normally and independently
* No monitoring of another instance occurs

Only one master can be monitored per instance.

{% hint style="info" %}

## **Simple Example**

If the master EA uses Magic Number 10001:

* All follower instances must reference 10001
* They will remain paused until the master reaches the defined drawdown condition

If the value does not match any active EA instance:

* Chain Mode will not work as expected
  {% 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/chain-mode-for-advanced-multi-ea-strategies/magic-number-of-the-master-instance.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.
