> For the complete documentation index, see [llms.txt](https://ectype.gitbook.io/ectype-user-guide/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ectype.gitbook.io/ectype-user-guide/risk-types.md).

# Risk Types

Understanding risk is crucial in trading. Ectype offers four Risk Types to tailor your risk management strategy. Each type provides a unique approach to lot size calculation.<br>

<details>

<summary><a href="/pages/0m7Cm6l6W9adxAscfx7H">Risk Multiplier by Balance</a></summary>

When using risk multiplier by balance, the trade copier calculates a proportional lot size for each copied trade based on the balance of the **Copy From** and **Send To** accounts. Adjust the lot size further with a multiplier.

</details>

<details>

<summary><a href="/pages/5nypKmd5JcvE7Gr1Zf6r">Risk Multiplier by Equity</a></summary>

Similar to the balance multiplier, risk multiplier by equity uses equity values instead of balances for lot size calculation.

</details>

<details>

<summary><a href="/pages/HfRyTNONtKOL3aqw0AMu">Lot Multiplier</a></summary>

With lot multiplier, the lot size is calculated by multiplying the **Copy From** lot size by the multiplier value.

</details>

<details>

<summary><a href="/pages/01JZpGcjWPa7Rv78dH9C">Fixed Lot</a></summary>

When using fixed lot, all trades from the **Copy From** account are copied to the **Send To account** at a defined fixed lot value.

</details>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://ectype.gitbook.io/ectype-user-guide/risk-types.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
