Plain-English rule
MACD main crosses above MACD signal on 1h.
The relationship between the supported MACD main and signal series on 1h candles.
Alert Template
This template monitors when the MACD main line crosses above the MACD signal line on the 1-hour timeframe.
Plain-English rule
The relationship between the supported MACD main and signal series on 1h candles.
The rule compares the previous and current MACD main and signal values. It matches when the main line moves from at or below the signal line to above it.
{
"all": [
{
"type": "crossover",
"left": {
"indicator": {
"name": "macd",
"category": "oscillator",
"kind": "macd_main",
"fastLength": 12,
"slowLength": 26,
"signalLength": 9
},
"timeframe": "1h"
},
"right": {
"indicator": {
"name": "macd_signal",
"category": "oscillator",
"kind": "macd_signal",
"fastLength": 12,
"slowLength": 26,
"signalLength": 9
},
"timeframe": "1h"
},
"direction": "cross_up"
}
]
}A bullish MACD signal crossover can describe improving momentum. It does not guarantee a sustained price move.
The final saved alert is checked against current validation and plan entitlements. Plan details and pricing are available after sign in.