# MACD Histogram

### What is the MACD Histogram?

<mark style="color:$info;">The MACD Histogram measures the difference between the MACD line and the signal line. It visualizes</mark> <mark style="color:$info;"></mark><mark style="color:$info;">**momentum shifts**</mark> <mark style="color:$info;"></mark><mark style="color:$info;">with a clear color-coded bar chart that makes it easy to spot transitions in trend strength.</mark>

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

### Histogram

<mark style="color:$info;">This version of the histogram uses dynamic color gradients to show trend strength. Positive (above-zero) bars are typically green or teal, and negative (below-zero) bars are red. The color intensity adjusts based on momentum:</mark>

<mark style="color:$info;">Stronger momentum shows in more saturated colors.</mark>

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

<mark style="color:$info;">Weaker momentum fades into lighter tones.</mark>

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

### Histogram Signals

<mark style="color:$info;">To help identify turning points more easily, the module can also display</mark> <mark style="color:$info;"></mark><mark style="color:$info;">**signal markers**</mark> <mark style="color:$info;"></mark><mark style="color:$info;">as small plus signs (+). These appear when the histogram changes direction:</mark>

* <mark style="color:$info;">A green (+) marks a bullish reversal in the histogram.</mark>
* <mark style="color:$info;">A red (+) marks a bearish reversal in the histogram.</mark>

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

<mark style="color:$info;">These signals are filtered to appear only at meaningful points, avoiding noise and keeping the chart clean.</mark>&#x20;

<mark style="color:$info;">They're especially useful when momentum turns at extreme levels or when used in combination with MACD Signals or Divergence detection.</mark>


---

# 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.bigbeluga.com/oscillators/ultimate-macd-suite/macd-histogram.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.
