> For the complete documentation index, see [llms.txt](https://docs.runbot.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.runbot.io/triggers-boxes.md).

# Triggers Boxes

- [Entry in position rules](https://docs.runbot.io/triggers-boxes/entry-in-position-rules.md)
- [Majority of signals](https://docs.runbot.io/triggers-boxes/entry-in-position-rules/majority-of-signals.md)
- [Unanimity of signals](https://docs.runbot.io/triggers-boxes/entry-in-position-rules/unanimity-of-signals.md)
- [Equality](https://docs.runbot.io/triggers-boxes/entry-in-position-rules/equality.md)
- [Minimum number of signals](https://docs.runbot.io/triggers-boxes/entry-in-position-rules/minimum-number-of-signals.md)
- [Maximum number of signals](https://docs.runbot.io/triggers-boxes/entry-in-position-rules/maximum-number-of-signals.md)
- [No previous trade](https://docs.runbot.io/triggers-boxes/entry-in-position-rules/no-previous-trade.md)
- [No end trade check](https://docs.runbot.io/triggers-boxes/entry-in-position-rules/no-end-trade-check.md)
- [Exit position rules](https://docs.runbot.io/triggers-boxes/exit-position-rules.md)
- [Stop %/ATR](https://docs.runbot.io/triggers-boxes/exit-position-rules/stop-atr.md)
- [Confirmation stop %/ATR](https://docs.runbot.io/triggers-boxes/exit-position-rules/confirmation-stop-atr.md)
- [TP ATR %/ATR](https://docs.runbot.io/triggers-boxes/exit-position-rules/tp-atr-atr.md)
- [TP/SL signal](https://docs.runbot.io/triggers-boxes/exit-position-rules/tp-sl-signal.md)
- [Trailing %/ATR](https://docs.runbot.io/triggers-boxes/exit-position-rules/trailing-atr.md)
- [Decaying TP %/ATR](https://docs.runbot.io/triggers-boxes/exit-position-rules/decaying-tp-atr.md)
- [Magnetic TP %/ATR](https://docs.runbot.io/triggers-boxes/exit-position-rules/magnetic-tp-atr.md)
- [Stop candle %/ATR](https://docs.runbot.io/triggers-boxes/exit-position-rules/stop-candle-atr.md)
- [TP Candle %/ATR](https://docs.runbot.io/triggers-boxes/exit-position-rules/tp-candle-atr.md)
- [Number of candles](https://docs.runbot.io/triggers-boxes/exit-position-rules/number-of-candles.md)
- [Opposite trade](https://docs.runbot.io/triggers-boxes/exit-position-rules/opposite-trade.md)
- [Adjust position rules](https://docs.runbot.io/triggers-boxes/adjust-position-rules.md)
- [Increase/Decrease order size](https://docs.runbot.io/triggers-boxes/adjust-position-rules/increase-decrease-order-size.md): To trigger an increase or decrease order, you must already  be in a long or short position and get a new signal.
- [Delay between two triggers](https://docs.runbot.io/triggers-boxes/adjust-position-rules/delay-between-two-triggers.md)
- [Signals occurs](https://docs.runbot.io/triggers-boxes/adjust-position-rules/signals-occurs.md)
- [Max position size](https://docs.runbot.io/triggers-boxes/adjust-position-rules/max-position-size.md)


---

# 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:

```
GET https://docs.runbot.io/triggers-boxes.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.
