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.
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.
Plain-English rule
The relationship between a faster EMA 13 and a slower EMA 50 on 4h candles.
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.
{
"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"
}
]
}Some traders monitor this as improving trend momentum. It does not guarantee that an uptrend will continue.
The final saved alert is checked against current validation and plan entitlements. Plan details and pricing are available after sign in.