Plain-English rule
RSI 14 is above 70 on 1h.
The rule evaluates RSI 14 on the selected timeframe and matches when the current supported RSI value is greater than 70.
Alert Template
This template monitors whether RSI 14 is above 70 on the selected timeframe. It can help you track strong recent upward momentum without keeping the RSI panel open.
Plain-English rule
The rule evaluates RSI 14 on the selected timeframe and matches when the current supported RSI value is greater than 70.
This is a current-value condition. It does not require the previous RSI value to be at or below 70.
{
"all": [
{
"type": "value_comparison",
"indicator": {
"name": "rsi",
"category": "oscillator",
"kind": "rsi",
"length": 14
},
"timeframe": "1h",
"operator": ">",
"value": 70
}
]
}RSI above 70 is commonly described as overbought momentum. It does not mean price must reverse.
The final saved alert is checked against current validation and plan entitlements. Plan details and pricing are available after sign in.