# 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="risk-types/risk-multiplier-by-balance">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="risk-types/risk-multiplier-by-equity">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="risk-types/lot-multiplier">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="risk-types/fixed-lot">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: 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://ectype.gitbook.io/ectype-user-guide/risk-types.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.
