Alert Template

RSI oversold 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.

Value comparison1hOn candle close
Browse all templates

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.

Exact behavior

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.

Runtime rule JSON
{
  "all": [
    {
      "type": "value_comparison",
      "indicator": {
        "name": "rsi",
        "kind": "rsi",
        "length": 14
      },
      "timeframe": "1h",
      "operator": "<",
      "value": 30
    }
  ]
}

How to use this template

  1. 1Review the RSI timeframe.
  2. 2Confirm on-close timing.
  3. 3Optionally add a separate supported confirmation when the current plan allows multi-condition alerts.
  4. 4Select configured notification channels.
  5. 5Save through the standard authenticated builder.

How the rule is often interpreted

RSI below 30 is commonly described as oversold momentum. It does not mean price must reverse or that the market is safe to buy.

Pairs well with

EMABollinger BandsVolume

Limitations

  • RSI can remain below 30 during strong downtrends.
  • The threshold does not predict a reversal.
  • Missing or warming indicator data evaluates according to current runtime semantics.
  • This is not a buy signal.

The final saved alert is checked against current validation and plan entitlements. Plan details and pricing are available after sign in.

FAQ

Does RSI below 30 guarantee a reversal?
No. RSI measures recent momentum. Price can continue lower while RSI remains below 30.
Does this alert detect the exact cross below 30?
No. This template is a current-value comparison that matches when RSI is below 30 on evaluation.
Can I change the timeframe?
Yes. You can choose another supported alert timeframe when creating your own alert.
Can I combine RSI oversold with another condition?
Yes, when the current plan permits multi-condition alerts and the additional condition is supported.

Related indicators and templates