> For the complete documentation index, see [llms.txt](https://academy.coinlegs.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://academy.coinlegs.com/fundamentals/ema-crossovers.md).

# EMA Crossovers

Crossing "EMAs" gives indications about possible trading points. Traders can create trades by taking advantage of these intersections.

{% hint style="success" %}
If the short period moving average crosses above the long period moving average , it can be considered as a buy signal. If the short period moving average crosses below the long period moving average , it can be considered as a **sell signal**.
{% endhint %}

Coinlegs software uses the crosses of **EMA5 X EMA20**, **EMA7 X EMA34**, **EMA13 X EMA21**, **EMA20 X EMA50** and **EMA50 X EMA100**.

(E520, E734, E1321, E2050, E50100)

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

{% hint style="info" %}
In order to easily obtain EMA Crossover 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 %}
