# Trend Line

{% embed url="<https://www.youtube.com/watch?v=NwdHZLjwAKQ>" %}
[Part 1](https://www.youtube.com/watch?v=NwdHZLjwAKQ) | [Part 2](https://www.youtube.com/watch?v=BnzHFfE9M9U)
{% endembed %}

## Trend Line Touch

"Trend Line" is one of the most used algorithms in technical analysis. It consists of a curved line that helps us determine the direction of the trend.

Upward trend lines indicate an upward trend, meaning that prices tend to increase, while downward trend lines indicate a downtrend, meaning that prices tend to decrease.

A trend line drawn by touching at least two lows or at least two highs of a chart becomes stronger and more reliable when it touches more lows or highs. "Trend Line" allows us to predict future prices of markets. If the prices break the trend line and a new trend is formed, the trend break is realized. The trendline is considered valid as long as there is no trend breakout.

"Trend Line Touch" is the theme of prices touching the trend line. This touch shows us at which points the trend is forced.

<figure><img src="/files/4l23pADH4YvWFUUcbIyp" alt=""><figcaption></figcaption></figure>

{% hint style="success" %}
For a market that is in an uptrend, a "Trend Line Touch" indicates that prices may hit the trend line and go up again. The "Trend Line Touch" observed in the uptrend is considered as a buy signal for investors.

For a market that is in a downtrend, the "Trend Line Touch" indicates that the prices may crash again by hitting the trend line. The "Trend Line Touch" observed in a downtrend is considered a sell signal for investors.
{% endhint %}

{% hint style="info" %}
​In order to easily obtain Trend Line Touch detections, you can create [<mark style="color:blue;">Alerts</mark> ](https://www.youtube.com/watch?v=-yS1Cv6PYm0\&t=42s)or [<mark style="color:blue;">Custom Signals</mark>](https://www.youtube.com/watch?v=sz_pwdSpZeg\&t=27s) through the Coinlegs system, and start autotrading bots on [<mark style="color:blue;">LegsBot</mark> ](https://www.legsbot.com)by using the alerts you create.
{% endhint %}

## Trend Line Breakout + Confirmation

In a falling trend, the trend line formed above the price movements is breakout upwards by the price movement and forming a new trend is called "Trend Line Breakout". "Trend Line Breakout + Confirmation", on the other hand, can be explained as the price action breakout the trend line upwards and then touching the trend line again, confirming the trend line. It is an important technical analysis algorithm used to determine the trend direction and possible reversal points of the trend.

{% hint style="success" %}
When the price first breakout the trend line upwards and then confirms, it is interpreted that the trend will rise and "Trend Line Breakout + Confirmation" is considered as a possible **buy signal** for investors.
{% endhint %}

<figure><img src="/files/UjYjKbUM9BUpFoNhLqhi" alt=""><figcaption><p>​</p></figcaption></figure>

{% hint style="info" %}
​In order to easily obtain Trend Line Breakout + Conformation detections, you can create [<mark style="color:blue;">Alerts</mark> ](https://www.youtube.com/watch?v=-yS1Cv6PYm0\&t=42s)or [<mark style="color:blue;">Custom Signals</mark>](https://www.youtube.com/watch?v=sz_pwdSpZeg\&t=27s) through the Coinlegs system, and start autotrading bots on [<mark style="color:blue;">LegsBot</mark> ](https://www.legsbot.com)by using the alerts you create.
{% endhint %}

## Trend Line Breakdown + Confirmation

In an uptrend, the trend line formed under the price is breakdown by the price action and a new trend is formed, called "Trend Line Breakdown". "Trend Line Breakdown + Confirmation", on the other hand, can be explained as the price action breakdown the trend line and then touching the trend line again, confirming the trend line. It is an important technical analysis algorithm used to determine the trend direction and possible reversal points of the trend.

{% hint style="success" %}
When the price first breakdown the trend line and then confirms, it is interpreted that the trend will decrease and "Trend Line Breakdown + Confirmation" is considered as a possible sell signal for investors.
{% endhint %}

<figure><img src="/files/RGMUCPhFE2KZy3XH1REE" alt=""><figcaption><p>​</p></figcaption></figure>

{% hint style="info" %}
​In order to easily obtain Trend Line Breakdown + Conformation detections, you can create [<mark style="color:blue;">Alerts</mark> ](https://www.youtube.com/watch?v=-yS1Cv6PYm0\&t=42s)or [<mark style="color:blue;">Custom Signals</mark>](https://www.youtube.com/watch?v=sz_pwdSpZeg\&t=27s) through the Coinlegs system, and start autotrading bots on [<mark style="color:blue;">LegsBot</mark> ](https://www.legsbot.com)by using the alerts you create.
{% endhint %}

##


---

# 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://academy.coinlegs.com/patterns/trend-line.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.
