> For the complete documentation index, see [llms.txt](https://trnd-bot.gitbook.io/trnd/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://trnd-bot.gitbook.io/trnd/trnd-trainer/intro-to-charting-and-technical-analysis/trends.md).

# Trends

## Trend

Successful trading comes down to identifying Trends so that you can maximize your win probability.&#x20;

Spotting a trend and knowing how to trade it can be pretty easy with the right tools and training. Before we get to any trend identification and trend trading tools and tactics, let’s look at some uptrends, downtrends, and range-bound markets to get a sense of what a trend (or lack-there-of) looks like. Learning to spot a trend may seem overly simplistic, but trends are the key to our trading system and as such, it is important to start by ensuring a strong foundation.

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

## Types Of Trends

### Uptrends

* **Uptrends**:
  * **Definition**: Overall upward price movement.
  * **Characteristics**:
    * Higher highs and higher lows.
    * Uptrend remains intact as long as these swing points persist.
    * Reversal signaled by lower swing highs or lower swing lows.

<figure><img src="/files/WjwsFUW1yMdxCHwJqCl4" alt=""><figcaption><p>Uptrend with TRND Harmonic Zag Indicator </p></figcaption></figure>

* **Downtrends**:
  * **Definition**: Overall downward price movement.
  * **Characteristics**:
    * Lower lows and lower highs.
    * Downtrend remains intact with these swing points.
    * Reversal indicated by higher swing highs or higher swing lows.

<figure><img src="/files/NcD5QFCStdOjLlgoBe71" alt=""><figcaption><p>Downtrend Using TRND Harmonic Zag Indicator</p></figcaption></figure>

* **Sideways Trends**:
  * **Description**: Horizontal price movement due to balanced supply and demand.
  * **Occurrence**: Often during consolidation before trend continuation or reversal.
  * **Challenges**: Frustrating for short-term traders.

<figure><img src="/files/fE9THIEW0DcgWiey6SkE" alt=""><figcaption><p>Sideways Trend Using TRND Harmonic Zag Indicator</p></figcaption></figure>

**Pullbacks**:

* **Definition**: Temporary retracement within a trending market.
* **Characteristics**:
  * Price action retraces a portion of gains before resuming the trend.
  * Not to be confused with reversals.
  * Lasts a few trading sessions.
  * Indicates a pause or dip in the overall trend.

**Reversals**:

* **Definition**: A turnaround in the price movement of an asset.
* **Bullish Market**:
  * Reversal: Price falls from an absolute high established by an uptrend.
  * Indicates a potential trend change.
* **Bearish Market**:
  * Reversal: Rising price action from an absolute low during a preceding downtrend.
  * Signals a shift in market sentiment.
* **Continuation vs. Reversal**:
  * Continuation: Trend holds.
  * Reversal: New trend forms.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://trnd-bot.gitbook.io/trnd/trnd-trainer/intro-to-charting-and-technical-analysis/trends.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
