# Notify on day/week/HS/trade Drawdown

When enabled, the EA sends **warning alerts** when drawdown is getting close to your defined limits—before the limit is actually hit.

{% hint style="info" %}

#### What it warns you about

Drawdown approaching:

* **Daily loss** limit
* **Weekly loss** limit
* **Hard Stop**
* **Trade drawdown** limit
  {% endhint %}

{% hint style="success" %}

#### Why this is useful

This gives you time to react:

* reduce risk
* stop the EA manually
* review exposure
* avoid hitting the actual limit unexpectedly
* increase balance
  {% 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-day-week-hs-trade-drawdown.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.
