> For the complete documentation index, see [llms.txt](https://trnd-bot.gitbook.io/trnd/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://trnd-bot.gitbook.io/trnd/how-to/how-to-use-trnd-pro/safety-mode.md).

# Safety Mode

<mark style="color:red;">**Safety Mode is actually a confluence of indicators together. Enabling "Safety Mode" directly changes the Algorithm and Confirmation Signals.**</mark>

Safety Mode is adding Confluence conditions to the algorithm.

Safety Mode uses the Algorithm paired with the Volatility Support and Resistance tool to find entries in the market. Enabling Safety Mode will only show signals where the Volatility Support and Resistance indicator agrees with the Algorithm's confirmation signals. This means you will see less signals but signals that are in confluence with the Vol. S/R tool. You can read the Safety Mode signals better if you have the Volatility Support and Resistance Enabled as well.\ <br>

![Safety Mode Enabled we can see Only "BUY" Signals agreeing the Volatility Indicator](https://files.gitbook.com/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FH8yBo9hcZkD8O1ZNR5Pm%2Fuploads%2F75KDQJkh1yFVg6BnNKJC%2Fimage.png?alt=media\&token=a28485bf-61e5-4a17-b014-75f1343acb6d)

Safety Mode Enabled and "BUY" signals toggled on: We can see Signals like the ones above where we have a Green Volatility line with "BUY" Signals that agree. We don't see any "BUY" signals during the time the Volatility line was red. Vice Versa when "SELL" Signals are toggled on&#x20;

![Safety Mode Enabled for"SELL" signals that agree with Volatility Indicator](/files/CRpfcgKdq9V70kQWiHJ8)


---

# 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://trnd-bot.gitbook.io/trnd/how-to/how-to-use-trnd-pro/safety-mode.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.
