# Trend Reversal

​"Trend Reversal" refers to trend reversals. It can be explained as the price movement in an uptrend returning to a downtrend by changing direction,&#x20;

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

or the price action in a downtrend returning to an uptrend by changing direction.&#x20;

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

These trend reversals can be reached with many technical analysis methods. You can observe these trend reversals by using technical analysis algorithms such as Double Bottom/Top, Wedge, Triangle, EMA, Super Trend etc. Coinlegs software detects the "Trend Reversal" by using the MACD indicator.

{% hint style="info" %}
​In order to easily obtain Trend Reversal 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/advances/trend-reversal.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.
