Guide
How does the RSI %b Signal [H1 Backtesting] strategy work ?
The RSI %b Signal strategy employs a combination of RSI, EMA, and Bollinger Bands to generate buy and sell signals on a one-hour timeframe. Here's how it works:
- Oscillator Line: The RSI is smoothed using an EMA with a period of 28, based on the RSI's 14-period on the H1 timeframe.
- Overbought and Oversold Zones: Bollinger Bands with a setting of (80,3) are applied to the Oscillator Line. The %b is calculated, with overbought above 0.8 and oversold below 0.2.
- Buy Signal: A long position is entered when %b crosses over 0.2, indicated by a green dot.
- Sell Signal: A short position is entered when %b crosses under 0.8, marked by a red dot.
- Exit Signal: Positions are exited when %b moves into the overbought or oversold zones, marked by a yellow dot.