# Bollinger Bands

### Overview

Bollinger Bands are a highly popular trading technique. Many traders believe the closer the prices move to the upper band, the more overbought the market, and the closer the prices move to the lower band, the more oversold the market.

{% hint style="info" %}
**Create fully automated trading strategies using over 100 technical indicators in Market Dynamics. Head to the build page and add indicators using the "Add block" menu**. **Reach out to the team if you have any questions  or need technical support.**
{% endhint %}

<div align="left"><figure><img src="/files/neFXCm2rWJpJt1CzsDIo" alt=""><figcaption></figcaption></figure></div>


---

# 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://trylevel2.gitbook.io/getting-started/indicator-guides/bollinger-bands.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.
