Watch how to download trading robots for free
Find us on Telegram!
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
Indicators

MultipleFractals - indicator for MetaTrader 5

Views:
4460
Rating:
(10)
Published:
2018.04.18 16:24
Need a robot or indicator based on this code? Order it on Freelance Go to Freelance

The indicator allows finding on the price chart fractals with different dimensions and displaying them simultaneously.

It searches for fractals with dimensions form 1х1 to 10х10

The indicator has five input parameters:

  • Min dimension of a fractal - the minimum dimension of fractals to display;
  • Max dimension of a fractal - the maximum dimension of fractals to display;
  • Use last bar - whether to use the current bar for search;
  • Upper fractals color - the color of upper fractals;
  • Lower fractals color - the color of lower fractals.
Note that if you choose "Yes" in Use last bar, the rightmost found fractal can be canceled if the configuration of the right side of the fractal candlestick formation changes.

The fractals found are displayed in digits, which correspond to their dimensions.

Fig.1 Fractals with the dimension of 2х2

Fig.2 Fractals with the dimension of 3x3

Fig.3 Fractals with the dimension of 4x4

Fig.4 Fractals with dimensions of 2x2 to 10x10

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

CCI_Divergence CCI_Divergence

The indicator searches for divergences and displays them on the chart of the custom CCI indicator.

BB-Percentage-Decimal BB-Percentage-Decimal

Bollinger Bands in the form of an oscillator.

NHNL NHNL

The New High New Low Index indicator.

SignalMAAboveBelow 2 SignalMAAboveBelow 2

A module of trading signals based on the Moving Average indicator signal module.