Alert Template

EMA crossover alert template

This template monitors a bullish crossover where EMA 13 moves from at or below EMA 50 to above EMA 50 on the 4-hour timeframe.

Crossover4hOn candle close
Browse all templates

Plain-English rule

EMA 13 crosses above EMA 50 on 4h.

The relationship between a faster EMA 13 and a slower EMA 50 on 4h candles.

Exact behavior

The crossover matches when EMA 13 was at or below EMA 50 on the previous evaluated candle and is above EMA 50 on the current evaluated candle.

Runtime rule JSON
{
  "all": [
    {
      "type": "crossover",
      "left": {
        "indicator": {
          "name": "ema",
          "category": "price_like",
          "kind": "ma",
          "maType": "ema",
          "length": 13,
          "source": "close"
        },
        "timeframe": "4h"
      },
      "right": {
        "indicator": {
          "name": "ema",
          "category": "price_like",
          "kind": "ma",
          "maType": "ema",
          "length": 50,
          "source": "close"
        },
        "timeframe": "4h"
      },
      "direction": "cross_up"
    }
  ]
}

How to use this template

  1. 1Review the moving-average lengths and crossover direction.
  2. 2Open the normal alert creation flow.
  3. 3Recreate or customize the rule, then review it before saving.

How the rule is often interpreted

Some traders monitor this as improving trend momentum. It does not guarantee that an uptrend will continue.

Pairs well with

RSIMACDVolume

Limitations

  • Moving averages lag price.
  • Sideways markets can create repeated false crosses.
  • The default template is a single crossover condition.
  • Multi-condition confirmation depends on current plan entitlements.

The final saved alert is checked against current validation and plan entitlements. Plan details and pricing are available after sign in.

FAQ

What makes this a crossover rather than a comparison?
It checks both previous and current EMA relationships to detect a transition from at or below to above.
Why use EMA 13 and EMA 50?
They provide a reviewed fast-versus-slow example using lengths supported by the current preset rules.
Can I change the EMA lengths?
You can use supported preset lengths. Custom lengths depend on current plan entitlements.
Can I add RSI or volume confirmation?
Yes when the added condition is supported and the current plan includes multi-condition alerts.

Related indicators and templates