# MACD Dashboard

The Dashboard provides a real-time overview of MACD-based signals across multiple timeframes in a compact, easy-to-read table. It helps you quickly scan for trend alignment, momentum shifts, and reversal opportunities without switching charts.

<div data-with-frame="true"><figure><img src="/files/q9WJdRaerLu2XMQi5X97" alt=""><figcaption></figcaption></figure></div>

***

### Dashboard Rows

<mark style="color:$info;">Each row represents a different signal type:</mark>

| Row                   | Description                                                                     |
| --------------------- | ------------------------------------------------------------------------------- |
| **MACD**              | Current MACD value. Color indicates strength and direction (normalized).        |
| **MACD Signals**      | Displays ▲ (bullish) or ▼ (bearish) when a recent MACD reversal is detected.    |
| **Histogram Signals** | Displays **+** when the histogram changes direction.                            |
| **Divergence**        | Displays **Bull** or **Bear** when a valid MACD divergence is confirmed.        |
| **H-Divergence**      | Displays **Hidden Bull** or **Bear** when a valid MACD divergence is confirmed. |
| **Trend**             | Displays **Bull** or **Bear** confirmed trend direction                         |

<mark style="color:$info;">Signals are shown with a</mark> <mark style="color:$info;"></mark><mark style="color:$info;">**maximum history of 50 bars**</mark><mark style="color:$info;">. Once a signal is older than 50 bars, it fades out and disappears.</mark>&#x20;

<mark style="color:$info;">The background color of each cell reflects how recent the signal is — newer signals have stronger color, older ones are dimmer.</mark>

<div data-with-frame="true"><figure><img src="/files/323GA2YawUCmNmvtnqOp" alt=""><figcaption></figcaption></figure></div>

<mark style="color:$info;">You can also</mark> <mark style="color:$info;"></mark><mark style="color:$info;">**hover your mouse over any signal**</mark> <mark style="color:$info;"></mark><mark style="color:$info;">to see a tooltip with the</mark> <mark style="color:$info;"></mark><mark style="color:$info;">**signal type and how many bars ago**</mark> <mark style="color:$info;"></mark><mark style="color:$info;">it occurred (e.g., "MACD Signal Down – 17 Bars Back").</mark>

<div data-with-frame="true"><figure><img src="/files/g1XIRNRmKXFdC0zgenrL" alt=""><figcaption></figcaption></figure></div>

<div data-with-frame="true"><figure><img src="/files/HQ2WfROuHF3r0FYYqiTW" alt=""><figcaption></figcaption></figure></div>

<mark style="color:$info;">This makes it easy to:</mark>

* <mark style="color:$info;">Confirm higher timeframe bias at a glance</mark>
* <mark style="color:$info;">Time entries when multiple signals align</mark>
* <mark style="color:$info;">Spot when a trend is weakening or momentum is shifting</mark>

### Settings

<div data-with-frame="true"><figure><img src="/files/opxdFsBxldkdTsjvWMX2" alt=""><figcaption></figcaption></figure></div>

{% hint style="info" %}

### <mark style="color:$info;">Settings</mark>

1. Display

   <mark style="color:$info;">Turns the RSI Dashboard on or off and allows positioning and sizing to fit your chart layout.</mark>
2. Position

   <mark style="color:$info;">Sets</mark> <mark style="color:$info;">where the dashboard is displayed on the chart (e.g. bottom, top, left, or right), allowing it to stay clear of price action and other tools.</mark>
3. Size

   <mark style="color:$info;">Controls the dashboard scale (e.g. Normal / Compact) to fit different screen sizes and layouts.</mark>
4. Timeframe Columns (1–6)

   <mark style="color:$info;">Each dashboard column has an</mark> <mark style="color:$info;"></mark><mark style="color:$info;">**independent timeframe selection**</mark><mark style="color:$info;">, allowing full multi-timeframe customization.</mark>
   {% endhint %}

***

<mark style="color:$info;">The Dashboard is your signal control center.</mark>&#x20;

<mark style="color:$info;">It tracks fresh MACD conditions across timeframes, filters out old data, and gives you immediate confirmation when signals align. Clean, visual, and built for quick decision-making.</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-dashboard.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.
