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:
7742
Rating:
(31)
Published:
2014.06.25 16:43
Updated:
2016.11.22 07:32
wlxfractals.mq5 (7.61 KB) view
Need a robot or indicator based on this code? Order it on Freelance Go to Freelance

Real author:

konKop, GOODMAN, Mstera, af + wellx

The wlxFractals indicator is designed for drawing Bill Williams' fractals, defining the number of significant bars to the left and to the right.

The technical definition of Bill Williams' fractal is a series of at least five successive bars, in which there are two bars, before and after the highest maximum, that have lower maximums. The opposite configuration (series of five bars, in which before and after the lowest minimum there are two bars with higher minimums) is a sell fractal. On a chart, the fractals have the values of High and Low, and are indicated by upwards or downwards arrows.

The signals of the wlxFractals indicator need to be filtered using the technical indicator Alligator. In other words, we should not conclude a buy deal if a fractal is located below the Alligator's teeth, and we should not conclude a sell deal if a fractal is located above the Alligator's Teeth. After the fractal signal is formed and is in force, which is determined by its position beyond the Alligator's Jaws, it remains a signal until it is hit, or until the appearance of a more recent fractal signal.

The original wlxFractals indicator was developed in the MQL4 language and published in the CodeBase on 07.08.2006.

Figure 1. The wlxFractals indicator

Figure 1. The wlxFractals indicator

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

NRatio_HTF NRatio_HTF

O indicador NRatio com a opção de seleção de um período de tempo diferente nos parâmetros de entrada.

DS_Stochastic DS_Stochastic

The DS_Stochastic indicator is the original Stochastic Oscillator with the EMA smoothing.

wlxBWWiseMan-2 wlxBWWiseMan-2

A semaphore signal indicator using the Awesome oscillator.

NRTR_ATR_STOP NRTR_ATR_STOP

A trend indicator using the ATR technical indicator implemented in the form of NRTR.