# Trend Dashboard

### <img src="/files/RAINBqqoYlom4OPwRedA" alt="" data-size="original">

### 📊 Trend Dashboard Overview

The **Trend Dashboard** gives you a quick, high-level snapshot of market conditions across multiple timeframes, helping you decide when to enter or avoid trades.

#### ⏱ Timeframes

Each row shows analysis for a specific timeframe - from **1 minute (1M)** to **1 week (1W)**. At the bottom, you’ll find the **Overall** summary.

***

#### 📈 Trend

* Shows whether price is **trending up** or **trending down.**
* ✅ **Green** = Bullish trend
* ❌ **Red** = Bearish trend

***

#### 💪 Strength

* Indicates the **momentum** behind the trend:
  * 🟥 **Low** = Weak/no momentum
  * 🟡 **Medium** = Some strength, but not fully ideal
  * 🟢 **High** = Strong conviction in the trend

Use this to gauge **confidence** in signals and potential follow-through.

***

#### 🚨 Ranging

* Shows whether the market is **sideways or cleanly trending**:
  * 🟥 **Red** = Ranging / Choppy
  * 🟢 **Green** = Clear movement

Ranging markets often mean **fakeouts** and **low win-rate** - so trade with caution.

***

#### ✅ Overall Summary (Bottom Row)

The **Overall row** gives you a quick **averaged snapshot** of the market conditions across all timeframes:

* **📈 Trend** – Shows how many timeframes are bullish vs bearish (e.g. 5/3 means 5 are trending up, 3 down). This gives a quick feel for overall market direction.
* **💪 Strength** – Displays the average trend strength:
  * Low: Weak conviction across most timeframes
  * Medium: Mixed signals
  * High: Strong overall momentum
* **🚨 Ranging** – Reflects how many timeframes are currently in a ranging (sideways) state - more red = more choppiness across the board.

***

#### 🧠 How to Use It

* Look for alignment across multiple timeframes (for example, 1M, 5M, 15M all bullish with high strength).
* Avoid trades when most timeframes show **Low strength** or are **ranging**.
* Use this dashboard to **filter bad trades** and time your entries with more confidence.


---

# 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://swiftalgo.gitbook.io/guides/features/trend-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.
