# Add Funds to deals

## Explanation

If actual profit percentage (PnL%) falls below -20%, then a satety order is placed. The order type is market and the volume will be 100% of the current deals volume. If Fear and Greed index is lower than or equals 25, then the volume will be 200%.

Example: If a deal looks like this:

<div align="left"><img src="/files/-Mjnk2tix5hGrCcKh-xr" alt=""></div>

then a safety order with a volume of \~80$ will be placed. (100% of $80.12)

If fear and greed index is low enough, then the volume would be \~160$. (200% of $80.12)

<div align="left"><img src="/files/-MjnjQxYDRYclh3ehmS2" alt=""></div>

## Download

{% file src="/files/-MjnkOFdryNtF3AnxAE7" %}


---

# 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://docs.botmanager.io/misc/ruleset-examples-for-automation/add-funds-to-deals.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.
