> For the complete documentation index, see [llms.txt](https://docs.candelacharts.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.candelacharts.com/investing/risk-and-portfolio-management/dip-index/features.md).

# Features

Tools like the **Dip Index (DIPX)** offer a way to assess market breadth by showing the percentage of assets trading above key moving averages—highlighting overbought or oversold conditions, spotting divergences, and signaling potential reversals.

<figure><img src="/files/OhTfuUBOVOthfhjDryRF" alt=""><figcaption></figcaption></figure>

These insights are not limited to a single asset class; they apply wherever trends form and sentiment shifts.

* **Markets:** Stocks & Crypto
* **Multiple Indices**: Supports SP500, Nasdaq, DJI, Russel2000, and sector-specific S\&P indices.
* **Dynamic MA Selection**: Choose from SMA, EMA, RMA, WMA, VWMA with configurable lengths.
* **Visual Customization**: Full control over colors, line styles, text size, and branding.
* **Signal Markers**: Triangle markers appear when exiting overbought/oversold zones.
* **Gradient & Background Fill**: Visual highlighting of extreme market conditions.
* **Overlay Mode Option**: Can display OB/OS background as chart overlay.
* **Smart Money:** Enables accumulation spring detection with configurable pivot length and volume threshold.


---

# 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://docs.candelacharts.com/investing/risk-and-portfolio-management/dip-index/features.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.
