# Drawdown Threshold

If this value is set to zero:

* Chain Mode remains inactive
* The follower never starts trading

Once the master reaches or exceeds this threshold:

* The follower instance is allowed to open new trades

{% hint style="info" %}

## **Simple Example**

If drawdown is measured in percentage and the threshold is set to 5:

* The follower remains paused while drawdown is below 5 percent
* Once drawdown reaches 5 percent, the follower starts trading

If drawdown is measured in account currency and the threshold is 1,000:

* The follower activates only when the master loses 1,000 in account currency
  {% endhint %}

{% hint style="info" %}

#### Important Interaction Between Settings

All three settings must work together:

* A valid master identifier must be set
* A drawdown measurement type must be chosen
* A drawdown threshold greater than zero must be defined

If any of these conditions are missing, Chain Mode will not activate.
{% endhint %}

{% hint style="info" %}

#### Beginner Safety Notes

* Activation happens only when the master is already under pressure
* Additional trading increases total account exposure
* Higher thresholds reduce activation frequency
* Lower thresholds activate followers more often and increase risk
  {% endhint %}

These options define **who the master is**, **how drawdown is measured**, and **when a follower EA is allowed to trade**.

They provide flexible coordination between multiple EA instances but also increase complexity and risk.

Always test Chain Mode configurations on a demo account before live use.


---

# 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/drawdown-threshold.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.
