# Dashboard

### Displayed Data

Each row tracks a specific **symbol**, and the colored blocks visualize:

| Section      | Description                                                              |
| ------------ | ------------------------------------------------------------------------ |
| **SYMBOL**   | The asset you're tracking (e.g. `BTCUSDT`, `AAPL`, `EURUSD`, etc.)       |
| **TREND**    | Measures how strong and stable the **overall trend** is                  |
| **MOMENTUM** | Measures the **recent velocity** or price acceleration                   |
| **MOM%**     | A raw percentage showing how strong the momentum is, from -100% to +100% |

<figure><img src="/files/3h3c7Y2WIF6hTK5n3FD1" alt=""><figcaption><p>Dashboard</p></figcaption></figure>

***

#### 🔲 Block Colors and Meaning

* 🟩 **Green blocks** = strong bullish trend or momentum
* 🟥 **Pink/red blocks** = weak or bearish conditions
* ➕ **More filled blocks** = stronger signals
* ➖ **Fewer blocks or mixed colors** = indecision, possible chop

> **Trend blocks (left side)** show direction stability\
> **Momentum blocks (right side)** show short-term burst potential

***

### ✅ How to Use It

#### 🚀 Strong Bullish Opportunities

* Full or nearly full **green blocks** on both Trend & Momentum
* **High MOM%** (e.g. +75% or more)
* 📈 Likely to continue upward — good for long setups or holding

#### 📉 Bearish or Weak Markets

* Lots of **pink/red blocks**
* **Negative MOM%** (e.g. -40%, -70%)
* Good for avoiding, shorting, or closing longs

#### ⚠️ Choppy / Sideways Conditions

* Mixed colors, low MOM%, or few blocks
* Suggests no clear trend — avoid or use range strategies

***

### ⚙️ How to Customize Symbols

In the indicator **settings panel**, you can choose exactly what assets appear. **Add or remove any tickers** you want. This dashboard works across **all TradingView-supported assets**.

***

### 🔁 Summary

| You Want To...      | Look For                                                   |
| ------------------- | ---------------------------------------------------------- |
| **Trade Long**      | Strong green blocks + positive MOM%                        |
| **Trade Short**     | Red blocks + negative MOM%                                 |
| **Avoid Chop**      | Mixed colors or low block count in both Trend and Momentum |
| **Compare Sectors** | Load different assets and scan them side-by-side visually  |


---

# 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.tradeeasy.io/our-toolkit/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.
