Type/to search

Reversal Trading Strategy with Bollinger Bands, RSI, ADX and ATR

Common strategy
Created: 2024-02-21 14:13:47
Last modified: 2 years ago
1
Follow
1802
Followers

img

Overview

This strategy integrates multiple technical indicators. It looks for high probability reversal trading opportunities when the Bollinger Bands indicator generates price reversal signals, combined with judgments on market structure from RSI, ADX and ATR indicators.

Strategy Logic

  1. Use 20-period Bollinger Bands and wait for reversal candlestick patterns when price reaches band highs or lows.

  2. RSI indicator judges if the market is in ranging mode, with RSI above 60 indicating bullish range and below 40 bearish range.

  3. ADX below 20 suggests ranging market, while above 20 suggests trending conditions.

  4. ATR sets stop loss and trailing stop loss.

  5. Additional filter from EMA lines.

Advantage Analysis

  1. Multiple indicators combined provide high-probability trading signals.

  2. Configurable parameters adapt to different market environments.

  3. Strict stop loss rules effectively control risks.

Risk Analysis

  1. Improper parameter settings may cause over-frequent trading.

  2. Probability of reversal failure still exists.

  3. Trailing stop loss may fail in certain markets.

Optimization Directions

  1. Test more indicator combinations to find better parameter configurations.

  2. Timely identify continuation reversal opportunities after initial failure.

  3. Test different stop loss methods to make stops more intelligent.

Conclusion

This strategy uses Bollinger Bands for core trading signals, and multiple auxiliary indicators form a high-probability filtering system. The stop loss rules are also quite complete. Further performance improvement can be achieved through parameter tuning and indicator optimization. Overall, this strategy forms a reliable reversal trading system.

Source
Pine
/*backtest
start: 2024-01-01 00:00:00
end: 2024-01-31 23:59:59
period: 1h
basePeriod: 15m
exchanges: [{"eid":"Futures_Binance","currency":"BTC_USDT"}]
*/

//@version=4
strategy(shorttitle="BB + EMA + RSI + ADX + ATR Reversal", title="Bollinger Bands Reversal", overlay=true)

// Inputs
Strategy parameters
Strategy parameters
Indicators
EMA1 Input
EMA2 Input
Bollinger Band Indicator
BB Length
BB Source
BB Standard Deviation
BB Offset
RSI Indicator
RSI Length
RSI Source
RSI Maximum Value
RSI Minimum Value
RSI Max Exit Value
RSI Min Exit Value
ATR Indicator
ATR Length
Use Trailing Stop?
ATR Lookback Period
ATR Multiplier
ADX Indicator
ADX Max Value
ADX Smoothing
DI Length
Backtest Date Range
From Month
From Day
From Year
Thru Month
Thru Day
Thru Year
Comment
All comments (0)
No data
No data
  • 1
Forums
PINE Language
Get the app
iPhone Download
© 2015 - ∞ INVENTOR PTE LTD (SG)