RSI Trading Guide
The Relative Strength Index (RSI) is designed to automatically detect overbought or oversold conditions in a market by measuring the speed and change of recent price movements. It operates as an oscillator, ranging from 0 to 100, providing an intuitive visualization of momentum strength and potential reversal zones.
What does the indicator show?
- RSI Line: A continuous line oscillating between the values of 0 and 100, reflecting the current momentum of the asset's price.
- Overbought Level (70): A dashed horizontal line indicating when an asset has experienced strong upward momentum and might be due for a correction or pullback.
- Oversold Level (30): A dashed horizontal line highlighting when an asset has faced significant downward pressure and might see a bullish rebound.
- Midline (50): A reference line used to determine the general bullish (above 50) or bearish (below 50) bias of the market.
Key Settings
- Period: The number of past candles used to calculate the average gains and losses. A smaller period makes the RSI more sensitive, while a larger period produces a smoother, less reactive line.
How to use Strategy Parameters (Condition Source)
Within the Strategy Tester module, you can leverage the data from this indicator to create powerful logical conditions for trade entries and exits.
1. Core Signal Indicators
Variables representing the exact numerical positioning of the oscillator.
rsi— The precise numeric value of the RSI line (0-100).
Strategy Example: If you are looking to enter a Long position after a heavy dip, you could add a condition: rsi crosses_above 30. This ensures you buy when the momentum begins to shift upwards out of the oversold territory.