Similar MetaTrader Trading Tools:
- 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…
- expert pro - EA MetaTrader 4 #property strict extern double tpPoints = 50;Â Â Â Â Â // Take profit points extern double stepPoints = 100;Â …
- CDouble & CDoubleVector - library MetaTrader 5 A library for common rounding methods used in MQL development, primitive wrapper class for type (double), and vector for CDouble…
- IncMatrix - library MetaTrader 5 Class for working with matrices. Matrix is created in one dimensional array, in sequence: elements of first row, second and…
- MACD Sample - EA MetaTrader 5 The MACD Sample EA is included in the standard pack of the MetaTrader 5 client terminal and is an example…