# Buy/Sell indicators

- [Range & Trend](https://docs.zeiierman.com/script/indicator/buy-sell-indicators/range-and-trend.md): Range & Trend is one of our most sophisticated algorithms for trend detection.
- [Trend Algo](https://docs.zeiierman.com/script/indicator/buy-sell-indicators/trend-algo.md): Trend Algo is our comprehensive trend detection tool, designed to identify the most significant trend changes in the market.
- [Reversal Algo](https://docs.zeiierman.com/script/indicator/buy-sell-indicators/reversal-algo.md): Reversal Algo is purpose-built for traders who specialize in reversals.
- [Z Algo](https://docs.zeiierman.com/script/indicator/buy-sell-indicators/z-algo.md): Z Algo is the tool of choice for traders who want quick, early trend change signals.
- [Arithmetic Candlesticks](https://docs.zeiierman.com/script/indicator/buy-sell-indicators/arithmetic-candlesticks.md): Arithmetic Candlesticks introduce a new generation of candlesticks — uniquely adaptive, trend-focused, and highly customizable.


---

# 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.zeiierman.com/script/indicator/buy-sell-indicators.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.
