Fine Fractals – indicator MetaTrader 4

Fine Fractals - indicator for MetaTrader 4
The indicator will show the important bends of the price, peaks and bottoms where will not work standard indicator. Function of shift on flat for more exact instruction of time of an extremum is added . Both functions Sensitivity and Shift are accessible in properties: extern bool Fine=True; extern bool FlatShift=True; And also extern bool … Read more

Creating fractals in MQL5 using the Iterated Function Systems (IFS) – EA MetaTrader 5

Introduction There are many programs, allowing the creation of self-similar sets, defined by Iterated Function System (IFS). See, for example, Fractint, Fractal Designer or IFS Matlab Generator. Thanks to the speed of MQL5 language and possibility of working with graphic objects, these beautiful sets can be studied in MetaTrader 5 client terminal. The cIntBMP library, … Read more

ZigZag based on the fractals of a larger timeframe – indicator MetaTrader 5

VininI_FractalsTrend_MTF
ZigZag based on the fractals of a larger timeframe considering VininI_FractalsTrend indicator data. The indicator has no other input parameters except the possibility to select a timeframe. Place VininI_FractalsTrend compiled file to the terminal_data_folder\MQL5\Indicators. ZigZag based on the fractals of a larger timeframe – indicator MetaTrader 5

X-bars Fractals – indicator MetaTrader 5

X-bars Fractals (leftSide =10, rightSide = 5)
It differs from fractals indicator in the following: allows drawing fractals with any number of bars on either side of the fractal; allows drawing the so-called asymmetric fractals by displaying different number of bars on the left and the right of the extremum. The fractal with sides 10 (left) and 5 (right): Recommendations: The indicator … Read more

The class for drawing the Fractals using the ring buffer – indicator MetaTrader 5

The class for drawing the Fractals using the ring buffer - indicator for MetaTrader 5
Description The CFractalsOnRingBuffer is designed for calculation of the Fractals technical indicator (Fractals) using the algorithm of the ring buffer.  Declaration class CFractalsOnRingBuffer Title #include <IncOnRingBuffer\CFractalsOnRingBuffer.mqh> File of the CFractalsOnRingBuffer.mqh must be placed in the IncOnRingBuffer folder that need to be established in MQL5\Include\. Two files with the examples used by the class from this folder are attached … Read more

Fractals Modified – indicator MetaTrader 5

Fractals Modified Indicator MQL5
This indicator is a small modification of classical Fractals Indicator. You can choose the number or left/right bars to have a new top or bottom as well a shift parameter. In the following chart you can see the indicator with parameter values: leftbars=10; rightbars=10; shift=0. The parameter leftbars/rightbars indicates the necessary number of bars to … Read more