# Trend Lines

**Drawing Trend Lines**

A **trend line** is a crucial tool in technical analysis for understanding price movements. Let’s break it down:

1. **Definition**: A trend line is a straight line that connects two or more significant price points on a chart. These points can be either **highs** or **lows**.
2. **Purpose**:
   * **Support and Resistance**: Trend lines help visualize **support** (lower boundary) and **resistance** (upper boundary) levels.
   * **Historical Trends**: They reveal the historical trend of price movements.

Trend lines are a visual representation of support and resistance levels.

### Types of Trend Lines

There are two types of trendlines: ascending and descending.

**Ascending Trend Line (Uptrend)**:

* Connects **lows** where the most recent low price is higher than the previous low.
* Acts as a **support level** extending into the future.
* Positive slope indicates increasing demand (more buyers than sellers).
* As long as price remains above this line, we have a **bullish trend**.

<figure><img src="/files/0CPMdo8d7jTNRSPfnOiv" alt=""><figcaption></figcaption></figure>

**Descending Trend Line (Downtrend)**:

* Connects **highs** where the most recent high price is lower than the previous high.
* Acts as a **resistance level** extending into the future.
* Negative slope indicates increasing supply (more sellers than buyers).
* As long as price remains below this line, we have a **bearish trend**.

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

**Trend Line Breaks**:

* Price often bounces off trend lines.
* Sloped trend lines are typically retested multiple times before breaking.
* When a trendline is **broken**, especially with high volume, prices tend to move significantly **above** or **below** the broken trendline.


---

# 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://trnd-bot.gitbook.io/trnd/trnd-trainer/intro-to-charting-and-technical-analysis/trends/trend-lines.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.
