Plain-English rule
RSI 14 crosses above RSI MA 9 on 1h.
The relationship between RSI 14 and its RSI Moving Average 9 on the selected timeframe.
Alert Template
This template monitors when RSI 14 crosses above RSI Moving Average 9 on the 1-hour timeframe. It describes a change in momentum behavior rather than a guaranteed trend reversal.
Plain-English rule
The relationship between RSI 14 and its RSI Moving Average 9 on the selected timeframe.
The rule matches when RSI was at or below RSI MA on the previous evaluated candle and is above RSI MA on the current evaluated candle.
{
"all": [
{
"type": "crossover",
"left": {
"indicator": {
"name": "rsi",
"kind": "rsi",
"length": 14
},
"timeframe": "1h"
},
"right": {
"indicator": {
"name": "rsi_ma",
"kind": "rsi_ma",
"length": 9
},
"timeframe": "1h"
},
"direction": "cross_up"
}
]
}Some traders monitor a bullish RSI/RSI-MA crossover as improving momentum. It does not guarantee that price will rise or that a trend has changed.
The final saved alert is checked against current validation and plan entitlements. Plan details and pricing are available after sign in.