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,