# Drawdown Measurement Type

You can choose between:

* Percentage based drawdown
* Drawdown measured in account currency
* Drawdown measured in price points

This choice controls **how the EA evaluates when the master is considered to be in drawdown**.

{% hint style="info" %}

## **How to Choose the Right Type**

Percentage:

* Scales automatically with account size
* Useful when balance changes frequently

Account currency:

* Uses a fixed monetary value
* Useful when you want precise control over exposure

Points:

* Measures market movement instead of money
* Useful for strategy-specific or symbol-specific setups
  {% 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/drawdown-measurement-type.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.
