Plain-English rule
RSI 14 is below 30 on 1h.
The rule evaluates RSI 14 on the selected timeframe and matches when the current supported RSI value is less than 30.
Alert Template
This template monitors whether RSI 14 is below 30 on the 1-hour timeframe. It provides a clear way to track weak recent 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 less than 30.
This is a current-value comparison. It does not detect the exact threshold-crossing candle; the rule matches when RSI is below 30 on evaluation.
{
"all": [
{
"type": "value_comparison",
"indicator": {
"name": "rsi",
"kind": "rsi",
"length": 14
},
"timeframe": "1h",
"operator": "<",
"value": 30
}
]
}RSI below 30 is commonly described as oversold momentum. It does not mean price must reverse or that the market is safe to buy.
The final saved alert is checked against current validation and plan entitlements. Plan details and pricing are available after sign in.