Divergence Indicators - page 33

 

RSI slope divergence - multi time frame version - indicator for MetaTrader 5


The original was posted here : RSI Slope Divergence. This version is extended in a couple of things :

  • possible channels background color is added. to avoid drawing channel back color, simply set the color to none (see second example)
  • multi time frame support added. apart from the standard time frames supported by the metatrader 5, you have 3 "special" time frames :
    • next higher time frame (first time frame higher than the current  chart time frame)
    • second higher time frame (second time frame higher than the current  chart time frame)
    • third higher time frame (third time frame higher than the current  chart time frame)
RSI slope divergence - multi time frame version
RSI slope divergence - multi time frame version
  • www.mql5.com
The original was posted here : RSI Slope Divergence. This version is extended in a couple of things : possible channels background color is added. to avoid drawing channel back color, simply set the color to none (see second example) multi time frame support added. apart from the standard time frames supported by the metatrader 5, you have 3...
 

Divergence



Forum on trading, automated trading systems and testing trading strategies

How to Start with Metatrader 5

Sergey Golubev, 2017.10.25 22:13

Good article was published - 

Auto search for divergences and convergences 


----------------

Contents

All attached files:

  • Include/InDiver/CUniDiverConditions.mqh — file with the classes for checking divergence conditions;
  • Include/InDiver/CUniDiverExtremums.mqh — file with the classes for defining extreme values; 
  • Include/InDiver/UniDiverDefines.mqh — description of structures and enumerations;
  • Include/InDiver/UniDiverGObjects.mqh — functions for working with graphical objects;
  • Indicators/iDivergence.mq5 — indicator;
  • Indicators/iUniOsc.mq5 — universal oscillator;
  • Include/UniOsc/CUniOsc.mqh — file with the universal oscillator classes;
  • Include/UniOsc/UniOscDefines.mqh — description of structures and enumerations for the universal oscillator.

 

I want to remind about this indicator from CodeBase (because it was coded long time ago, and it works up to now) -

MACD Divergence - indicator for MetaTrader 5

MACD Divergence - indicator for MetaTrader 5

This indicator will plot divergence lines on the MACD indicator and will give buy and sell signal by displaying green and red arrows.
MACD Divergence
MACD Divergence
  • www.mql5.com
This indicator will plot divergence lines on the MACD indicator and will give buy and sell signal by displaying green and red arrows.
 
What do you guys think is an acceptable distance in bars between HIGHS or LOWS to find a divergence?

I am trading solely on the 5M chart, ES.

Some divergence indicators i am testing come with a default 300 bars distance. That means a divergence that took 24hours could be displayed on the screen. 
For a day trader ( on ES ) that is just useless ( i think ).

Maybe 20 - 40 values?

What do you think?
Reason: