# Descending Channel

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

A **descending channel** is a bearish chart pattern formed by two downward-sloping trendlines.&#x20;

1. **Pattern Description**:
   * The **upper trendline** (drawn along the highs) defines the resistance level.
   * The **lower trendline** (the “channel line”) runs parallel to the upper trendline and acts as support.
2. **Trading Strategies for Descending Channels**:
   * **Short Opportunities**:
     * When the price nears the **upper trendline**, consider short positions.
     * Aggressive traders may trade both long and short at both trendlines, anticipating a bounce or pullback.
   * **Breakouts**:
     * Wait for the price to **break through** either trendline.
     * An **upside breakout** signals a strong buy.
     * A **downside breakout** suggests significant weakness.
   * **Trend Shifts**:
     * A break above the **upper trendline** could indicate a shift in trend.
     * Breaking the **lower channel line** signals an acceleration of the current downtrend.
   * **False Breakouts**:
     * Be cautious of false or premature breakouts.
     * Sometimes, price retreats back into the channel.


---

# 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/chart-patterns/trend-channel/descending-channel.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.
