# Golden Cross/Death Cross

{% embed url="<https://www.youtube.com/watch?v=Bz1q_q3s53k>" %}

## Golden Cross

For many traders, the "Golden Cross" is interpreted as one of the indicators of an uptrend and a strong buy detection. "Golden Cross" is the name given to the situation where the short-term moving average crosses above the long-term moving average.

{% hint style="success" %}
The upward crosses of these two moving averages is a harbinger of an upward trend. Traders consider the "Golden Cross" to be a strong buy signal.
{% endhint %}

In "Golden Cross" calculations, the 50-day period value is generally used for the short-term moving average and the 200-day period value is used for the long-term moving average. But it can also be calculated using different time intervals.

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

## Death Cross&#x20;

Working with the opposite logic of the "Golden Cross" model, the "Death Cross" is an indicator of a downtrend. "Death Cross" is the name given to the situation when the short-term moving average crosses below the long-term moving average.

{% hint style="success" %}
The downward crosses of these two moving averages indicates that the trend will turn down, that is, the downtrend. Traders consider the "Death Cross" cross a strong sell signal.
{% endhint %}

In "Death Cross" calculations, the 50-day moving average is generally used as the short-term and the 200-day moving average is used as the long-term average. But it can also be calculated using different time intervals.

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

{% hint style="info" %}
​In order to easily obtain Golden Cross and Death Cross 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/fundamentals/golden-cross-death-cross.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.
