Watch how to download trading robots for free
Find us on Facebook!
Join our fan page
Interesting script?
So post a link to it -
let others appraise it
You liked the script? Try it in the MetaTrader 5 terminal
Views:
9228
Rating:
(21)
Published:
2015.04.10 16:19
Updated:
2016.11.22 07:32
Need a robot or indicator based on this code? Order it on Freelance Go to Freelance

Original author:

olegok83

A semaphore signal indicator that uses divergence between two RSI oscillators based on extreme points of the last five bars.

The signal is formed when there is divergence between two oscillators (fast and slow) and an appropriate candlestick combination, as shown below:

Fig. 1. Signal generation algorithm

Fig. 1. Signal generation algorithm

Fig. 2. The RSI_DiverSign indicator

Fig. 2. The RSI_DiverSign indicator

Translated from Russian by MetaQuotes Ltd.
Original code: https://www.mql5.com/ru/code/12682

CCI_DiverSign CCI_DiverSign

A semaphore signal indicator that uses divergence between two CCI oscillators based on extreme points of the last five bars.

Momentum_DiverSign Momentum_DiverSign

A semaphore signal indicator that uses divergence between two Momentum oscillators based on extreme points of the last five bars.

ExTrend_Cloud_HTF ExTrend_Cloud_HTF

The ExTrend indicator with the timeframe selection option available in the input parameters.

BackgroundCandle_3LineBreak_HTF BackgroundCandle_3LineBreak_HTF

The indicator draws candlesticks of a larger timeframe based on the 3LineBreak indicator values.