IncColors - library MetaTrader 5 This class contains functions for working with colors. It has color conversion and other useful functions. Conversion RGB to HSV…
Creating fractals in MQL5 using the Iterated… Introduction There are many programs, allowing the creation of self-similar sets, defined by Iterated Function System (IFS). See, for example,…
Math Utils (MT4) - library MetaTrader 4 Handy functions for comparison of doubles int Compare(double a, double b, int digits); bool EQ(double a, double b, int digits…
Math Utils - library MetaTrader 5 Handy functions for comparison of doubles int Compare(double a, double b, int digits); bool EQ(double a, double b, int digits…
IncMatrix - library MetaTrader 5 Class for working with matrices. Matrix is created in one dimensional array, in sequence: elements of first row, second and…
expert pro - EA MetaTrader 4 #property strict extern double tpPoints = 50;Â Â Â Â Â // Take profit points extern double stepPoints = 100;Â …