Type/to search

Confirmed Divergence Strategy

Common strategy
Created: 2024-01-15 15:19:56
Last modified: 3 years ago
1
Follow
1802
Followers

img

Overview

The Confirmed Divergence Strategy utilizes the dual divergence signals from the RSI indicator and Awesome Oscillator to determine more reliable entry points. When prices form new highs or lows while the RSI and AO indicators form reversals of highs or lows, it is a divergence signal. This strategy requires divergence from both indicators at the same time to filter out some false signals and improve entry effectiveness.

Strategy Principle

This strategy judges buy and sell points based on the divergence between the magnitude of price rises and falls and the values of the RSI and AO indicators. The specific judgment methods are as follows:

Bullish divergence: prices form a newer low while RSI and AO form newer highs, that is, prices fall while RSI and AO rise, constituting a bullish divergence signal.

Bearish divergence: prices form a newer high while RSI and AO form newer lows, that is, prices rise while RSI and AO fall, constituting a bearish divergence signal.

The strategy requires both indicators to simultaneously meet the divergence criteria to avoid erroneous signals from false divergence of a single indicator. When the divergence signal is established, set a stop loss near the lower or upper rail of the Bollinger Bands, specifically just above the lower rail or just below the upper rail.

Advantage Analysis

This strategy has the following advantages:

  1. The double indicator filtering increases the reliability of signals and avoids false divergence signals from a single indicator.

  2. Using the divergence characteristics of indicators to determine buy and sell points has a relatively small chance of pullback.

  3. Divergence signals have good sustainability and greater profit potential.

  4. Setting stop loss near key support or resistance reduces the possibility of individual huge losses.

Risk Analysis

This strategy also has some risks:

  1. The conditions for double filtering are met less frequently, possibly missing some trading opportunities.

  2. Divergence is not a 100% reliable signal, and losses may occur in some individual situations.

  3. Improper parameter settings for Bollinger Bands can result in stop loss that is too loose or too tight.

Optimization Directions

This strategy can be optimized in several ways:

  1. Adjust the cycle parameters for judging divergence to optimize parameters for divergence signals.

  2. Test different stop loss methods such as trailing stop or dynamic stop loss.

  3. Increase filtering by other indicators such as trading volume to further improve signal reliability.

  4. Comprehensively consider trends, support/resistance and other factors to identify the quality of divergence signals.

Summary

The Confirmed Divergence Strategy determines entry points through the dual divergence signals of RSI and AO. The double filtering mechanism effectively reduces false signals and increases profitability. The strategy also sets stop loss at key levels to control risks, with good risk-reward characteristics. By means of parameter optimization, increased signal filtering, etc., the stability and trading effect of the strategy can be further enhanced.

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

//@version=3
strategy("Confirmed Divergence Strategy", overlay=true)
source = close
length = input(30, minval=1)
Strategy parameters
Strategy parameters
length
mult
RSI period
Overbought Level
Oversold Level
Awesome Short MA
Awesome Long MA
short lookback period
long lookback period
Comment
All comments (0)
No data
No data
  • 1
Forums
PINE Language
Get the app
iPhone Download
© 2015 - ∞ INVENTOR PTE LTD (SG)