# Death Cross

A Trend concept (MA applications) in the LuxAlgo Library, with 1 indicator implementation.

## What is a Death Cross?

A death cross is the bearish counterpart of the golden cross: a shorter moving average crossing below a longer one, classically the 50-day [simple moving average](https://www.luxalgo.com/library/concept/sma/) dropping under the 200-day on a daily chart. It records that intermediate-term price action has deteriorated enough to pull the medium average through the long-term one, which by construction happens well after the decline begins. It is a statement about regime, delivered late, not a prediction about the next few weeks.

The event is a special case of [moving average crossovers](https://www.luxalgo.com/library/concept/moving-average-crossovers/) that earned its own name because of the pair involved. Nothing is magical about 50 and 200, and [EMA](https://www.luxalgo.com/library/concept/ema/) versions or weekly variants shift the timing without changing the logic. A 200-day average needs months of falling or flat prices to be overtaken, so the cross typically prints long after the peak, often after much of the decline is done. The long average's direction at the cross is a common secondary read: many practitioners discount crosses that occur while the 200-day is still rising, in the spirit of an [MA slope filter](https://www.luxalgo.com/library/concept/ma-slope-filter/).

History arms both camps. The S&P 500's December 2007 death cross preceded the worst of the financial crisis, while its March 2020 cross printed about a week after the pandemic low, early in a historically fast recovery; the March 2022 cross fell between those extremes, arriving mid-decline. Backtests echo the anecdotes: outcomes after death crosses are unstable across eras, and the event is rare enough that the sample stays thin for confident claims either way.

Its notoriety comes from the name and the headlines more than from its track record. Because it needs a prolonged fall to trigger, death crosses have printed early in extended bear markets but also near exhausted lows just before recoveries. Practitioners who use it mostly treat it as a risk flag inside a broader [trend regime label](https://www.luxalgo.com/library/concept/trend-regime-label/), not as a standalone sell signal, and systematic trend followers accept the lag as the cost of catching the occasional large move.

## How to Identify a Death Cross on a Chart

The event is objective, which is much of its appeal:

1. Plot the 50-day and 200-day simple moving averages on a daily chart; this pair is what commentary means by the term.
2. Watch for the 50-day to close below the 200-day, judged on the daily close so intrabar pokes do not count.
3. Note the 200-day's slope at the cross: falling supports the bearish regime reading, still-rising warns the cross may be shallow.
4. Measure how far price already sits below its peak; a cross arriving after a deep decline says less about the future than one arriving early.
5. Track the state afterward: the condition stands until the 50-day recloses above the 200-day, the golden cross that ends it.

## How traders use it

- As a de-risking trigger in longer-horizon portfolios: reduced position sizes, tighter stops, or hedges while the 50-day holds below the 200-day.
- As a directional filter: long setups are disabled or downweighted under a standing death cross, and short setups are given more room.
- As a screening condition to flag symbols whose long-term trend has rolled over for closer review.
- As one input in a composite regime read: the cross, price's position against the 200-day, and the ordering of an [MA ribbon](https://www.luxalgo.com/library/concept/ma-ribbon/) give a sturdier picture than the line pair alone.
- As a benchmark for faster alternatives: traders who find the 50/200 too slow test [Supertrend](https://www.luxalgo.com/library/concept/supertrend/) flips or slope rules on the same history to see whether earlier signals survive the extra whipsaws.

## Death Cross vs Related Trend Signals

- **Moving Average Crossovers** (https://www.luxalgo.com/library/concept/moving-average-crossovers/): The general mechanism; the death cross is one celebrated instance with fixed lengths and a fixed direction. The lag, the whipsaw in ranges, and the dependence on the length pair all apply here in their slowest form.
- **MA Slope Filter** (https://www.luxalgo.com/library/concept/ma-slope-filter/): Reads one average's direction instead of two averages' order. A slope rule on the 200-day can flag regime change without waiting for the 50-day to travel, sometimes leading the cross by weeks.
- **Supertrend** (https://www.luxalgo.com/library/concept/supertrend/): A volatility-banded trend flip rather than an average pair. Supertrend reacts to price and ATR directly, so it flips faster and whipsaws more; the 50/200 cross is the deliberate, slow end of the same trade-off.
- **Trend Regime Label** (https://www.luxalgo.com/library/concept/trend-regime-label/): The broader practice the cross feeds into: a maintained bull, bear, or neutral state built from several inputs. A death cross is one vote inside such a label, not the label itself.

## FAQ

### What is the difference between a death cross and a golden cross?

They are the same event in opposite directions on the same pair of averages, conventionally the daily 50 and 200 SMA. The death cross is the 50 crossing below the 200 and is read as a bearish regime shift; the golden cross is the 50 crossing back above the 200 and is read as a bullish one. Both lag price substantially.

### Should you sell when a death cross appears?

Not automatically. The cross confirms damage that already happened, and markets have sometimes bottomed soon after one printed. It is more defensible as a prompt to review exposure, stops, and position size than as a mechanical exit; whether to sell depends on your timeframe and the rest of the evidence in front of you.

### How reliable is the death cross?

Unreliable as a timing device and modest as a regime marker. Backtests disagree by era and market, partly because a century of US data contains only several dozen cases. What is consistent is the lag: the cross confirms an established downtrend rather than predicting one.

### Does the death cross work on bitcoin and crypto?

Bitcoin has printed death crosses repeatedly, with outcomes ranging from major-bear confirmation to lows that formed shortly after. Crypto's fast cycles make a 200-day average especially slow relative to the moves traders care about, so most treat crypto death crosses as context to check against other evidence rather than standalone triggers.

### Can a death cross be a buying opportunity?

Sometimes, which is different from being a buy signal. Because the cross requires a long decline, it occasionally lands near exhaustion, as in March 2020, but it has also marked the midpoint of much larger declines; the contrarian reading is an observation about lag, not an edge.

### How long does a death cross stay in effect?

Until the 50-day closes back above the 200-day, the golden cross that ends the bearish state. The gap between the two events has ranged from weeks to years, which is why the standing state matters more than the crossing day itself.

## Implementations in the Library

- Death Cross (LuxAlgo): https://www.luxalgo.com/library/indicator/death-cross/

## Related concepts

- Moving Average Crossovers: https://www.luxalgo.com/library/concept/moving-average-crossovers/
- MA Slope Filter: https://www.luxalgo.com/library/concept/ma-slope-filter/
- Dynamic S/R Via MA: https://www.luxalgo.com/library/concept/dynamic-s-r-via-ma/
- MA Ribbon: https://www.luxalgo.com/library/concept/ma-ribbon/
- Golden Cross: https://www.luxalgo.com/library/concept/golden-cross/
- Guppy GMMA: https://www.luxalgo.com/library/concept/guppy-gmma/
- Displaced MA: https://www.luxalgo.com/library/concept/displaced-ma/
- Anchored MA: https://www.luxalgo.com/library/concept/anchored-ma/
- MA of MA: https://www.luxalgo.com/library/concept/ma-of-ma/

---

Source: https://www.luxalgo.com/library/concept/death-cross/ (LuxAlgo Library, the encyclopedia of trading & technical analysis). Free to use with attribution: https://www.luxalgo.com/library/license/