Runbot Documentation
How it worksIndicatorsTriggers BoxesNFTs
  • Introduction
  • Interactive Tutorial
  • HOW IT WORKS
    • Box synergies
    • Signal list
      • Long/Short signal
      • Cancel signal
      • Stop signal
      • Custom signal
    • Glossary
  • Parimutuels Markets
  • Strategy Boxes
    • Strategy list
    • Strategy management (Backtest box)
    • Signals Box
    • Selectors Box
    • Indicators box
      • Offset Candle
      • Signal creation
      • Signal duration rule
  • Indicators
    • Basic triggers
    • Runbot Indicators
      • RSI
      • Candle
      • MACD
      • MA
      • Stochastic
      • Streak
      • ATR
      • Bollinger Bands
      • Funding (8h Rates)
      • Orderflow
      • Liquidations
      • Pivot Points
      • ATR Bands
      • Fibonacci
      • CHOP
      • Potential Cumulative Liquidations
      • Open Interest
      • Volume Profile
      • Ichimoku
      • SAR
      • TD9
      • VWAP/MVWAP
      • Calendar
      • SuperTrend
      • CCI
      • Fear & Greed Index
      • MA Bands
      • Volume Anomaly
      • Orderbook
      • AI News Sentiment
    • #AI Indicators: Harmonia
    • VeloData Indicators
      • Aggregated Datas
        • Premium Index
        • Volume Index
      • Options Markets
        • Options Premium Index
        • Option Volume
        • Option Skew
        • Implied Volatility
        • Delta
        • Vega
        • Gamma
  • Triggers Boxes
    • Entry in position rules
      • Majority of signals
      • Unanimity of signals
      • Equality
      • Minimum number of signals
      • Maximum number of signals
      • No previous trade
    • Exit position rules
      • Stop %/ATR
      • Confirmation stop %/ATR
      • TP ATR %/ATR
      • TP/SL signal
      • Trailing %/ATR
      • Decaying TP %/ATR
      • Magnetic TP %/ATR
      • Stop candle %/ATR
      • TP Candle %/ATR
      • Number of candles
      • Opposite trade
    • Adjust position rules
      • Increase/Decrease order size
      • Delay between two triggers
      • Signals occurs
      • Max position size
  • Risk management Boxes
    • Position size
      • Leverage
      • Constant USD
      • Orderbook
      • Risk % capital per %/ATR
      • Risk constant USD per %/ATR
      • Candle distance
    • Entry in position methods
      • Market order
      • Slippage market
      • Sequential Market
      • Pyramid orders
      • Delay
  • Runbot NFTs
    • Connect your Web3 Wallet
    • Strategy NFTs
    • Mint Open-Source NFT
    • Mint Rental NFT
    • Community NFTs Indicators
      • Black Flamingo Indicators
      • Harmonia Indicators
      • VeloData Indicators
    • FAQ Marketplace & NFTs
  • Webhooks (Trading Bots)
    • BingX (free bots)
    • Bitget (free bots)
    • Phemex (free bots)
    • Blofin (free bots)
    • OKX
    • Bybit
    • Tealstreet
    • Mizar
    • WunderTrading
    • Alertatron
    • Zignaly
    • Discord
    • Custom URL
  • Advanced Tools
    • Strategies Composer
    • Strategy Optimiser
      • Random Search
      • Simulated annealing
      • Combinatorial
      • Tips to Optimize your strategy
  • Free plan and Credits
Powered by GitBook
On this page
  • Interpretation
  • Indicator Triggers:
  • RSI is in zone
  • RSI cross the level
  • Divergences
  • Pullback in zone
  • Notes :

Was this helpful?

  1. Indicators
  2. Runbot Indicators

RSI

Relative Strength Index Indicator.

PreviousRunbot IndicatorsNextCandle

Last updated 5 months ago

Was this helpful?

Overview

The Relative Strength Index (RSI) is a momentum oscillator. It measures the speed and change of price movements. The RSI oscillates between zero and 100 and is typically used to identify overbought or oversold conditions in a market.

Interpretation

The RSI is interpreted as follows:

  • An RSI value of 70 or above indicates that a security is becoming overbought or overvalued and may be primed for a trend reversal or corrective pullback in price.

  • An RSI value of 30 or below indicates an oversold or undervalued condition.

Indicator Triggers:

RSI is in zone

RSI cross the level

Divergences

If you are looking for an overbuy divergence, the divergence has to happen above the RSI trigger line level. For an oversell divergence, it has to happen below the trigger line. In this example, the trigger line is 75, and the divergence on the RSI happens near the level 85.

Pullback in zone

The trigger activates when the RSI moves up and then re-enters the specified zone.

The RSI value must fall within a range of 0 to 20 during the observation period. This range indicates an oversold condition in the market, which is often interpreted as a potential reversal signal for upward momentum.

The RSI must exit and re-enter the zone with a value creating a “distance” of 10 to 30 points. This means the RSI must first rebound away from the zone, gaining strength, before falling back and re-entering.

These conditions must occur within 2 to 10 candles, the timeframe of those candles is the timeframe you setup in your indicator settings.

Notes :

  • Setting Levels: Traditionally, RSI readings above 70 are considered overbought, while readings below 30 are considered oversold. In an intraday context, these levels can indicate potential reversal points where the price might start to pull back or rally, respectively. Depending on the volatility of the asset you're trading, you might adjust these thresholds to better fit the asset’s price behavior. For instance, settings might be tightened to 65 for overbought and 35 for oversold in less volatile markets.

  • Support/Resistance: Combine RSI readings with support and resistance levels to confirm potential buy or sell signals. For example, if the RSI indicates an oversold condition and the price is at a strong support level, this could be a strong signal to enter a long position.

  • Strategy Implementation: Use divergence as a confirmation tool rather than a standalone signal, especially in algorithmic settings where confirmation reduces the likelihood of false positives. Implementing a check for divergence can help filter out trades that might otherwise look promising based solely on overbought or oversold conditions.

When the RSI on the 1 hour timeframe is between the level 0 and 30, a long signal is triggered.
As soon as the RSI enters the [0;30] zone, a long signal is triggered at 18 853$. It will be activated (by default) until the RSI leaves the zone (green area).
When the RSI on the 1 hour timeframe cross down the level 80, a short signal is triggered.
We are looking to detect Overbuy divergences on ETHUSDT 1 hour to short, with a divergence above the RSI level 75.
Pullback in zone trigger for RSI Indicator
As soon as the RSI cross up the level 28, a long signal is triggered at 18 804$. By default, his duration will be 1 hour (selected timeframe), however you can parameter this with the "".
Add a new signal duration rule