# Notify on DD at % left

This setting defines **how early** you want to be warned before a drawdown limit is reached.<br>

You enter a comma-separated list of thresholds that represent **% remaining until the limit**.

#### Example Input: `50,25,5`

Meaning:

* Alert when **50% of the allowed drawdown is still left**
* Alert again when **25% is left**
* Final alert when only **5% is left**

{% hint style="info" %}

#### “Back in safe zone” notification

If drawdown improves by **15% or more beyond the first threshold**, the EA sends a **“Back in safe zone”** notification.<br>

Example with first threshold = 50%:

* You get the warning at **50% left**
* If conditions improve and you move back to **65% left or more**, you get **“Back in safe zone”**
  {% endhint %}

{% hint style="success" %}

#### Why this is useful

It avoids spam while still keeping you informed:

* you get stepped warnings as risk increases
* you get a clear message when things calm down again
  {% 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/notifications/notify-on-dd-at-left.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.
