Rejoignez notre page de fans
Trade functions library designed for use in the code of scripts and Expert Advisors depending on a broker
Set of statistical functions which allows you to calculate some values describing timeseries.
If you want to optimize your Expert Advisor using your own characteristics, you can use "Custom max" mode via OnTester() function. This code provides you many characteristics, which can be used during the optimization of your EA. Also it allows you to save the optimized charateristics in HTML file.
This class contains functions for working with colors. It has color conversion and other useful functions.
The class restricts the EA trading by time. It has flexible configuration options, which allow to set a custom number of the time zones, and also to allow trading only on the specified week days.
A library for creating icons in the Windows taskbar and for sending text alerts. The use of this library will help you make your MQL programs more informative.
Filter based on the Intraday time filter offered by the standard library.
This library allows to automate the process of connecting to a trade server after the "Account disabled" error occurs.
The library that contains various statistical functions including the calculation of an average value, variance, asymmetry, excess, covariation, correlation etc.
This simple class can be used to adjust, for example, trading ranges, or to enable / disable certain actions by time or day of the week.
Here are 6 classes, designed for convenient and intuitive use of indicators in your code.
NELODI Trading Terminal is a collection of Indicators and an Expert Advisor, which work together to provide a complete solution for manual Trading, primarily designed for Scalping.
Ensemble de classes permettant de travailler avec des bases de données via les interfaces ODBC et OLE DB.
Crossover of overbought/oversold levels of Chande Momentum Oscillator is used as a signal to open positions.
Trading signals module for MQL5 Wizard. SuperTrend indicator's color dot serves as a market entry signal.
The class allows to organize the mini time series, indicator minibuffers, short sized buffers to store intermediate stream data inside the Expert Advisor or indicator.
The module for tracking open positions based on Delta ZigZag for MQL5 Wizard.
MqlParams container class that uses method chaining to quickly add params and reduce lines of code.
A library for common rounding methods used in MQL development, primitive wrapper class for type (double), and vector for CDouble objects. MQL5 and MQL4 compatible!
The CDemaOnArray class is intended for calculation of DEMA (Double Exponential Moving Average) on an indicator buffer.
CCHOOnArray class is designed for calculation of Chaikin Oscillator (CHO) values on indicator buffers. Test_CHOOnArray indicator is provided as the example of the class use.
Class implements neural network of radial basis functions (Radial Basis Function Network - RBFN)
The class realizes the probabilistic neural network (Probabilistic Neural Network - PNN)
A library of classes for creating a user-friendly interface of your programs.
Les expressions régulières fournissent un langage formel pour un traitement rapide et flexible des textes. Chaque expression régulière est un modèle (masque), pour lequel le moteur d'expression régulière essaie de trouver des correspondances dans le texte source. Un modèle se compose d'un ou plusieurs caractères littéraux, opérateurs ou constructions.
This time-series library brings lightning-fast timeseries access to MQL5 for time-sensitive applications while implementing the familiar methods of MQL4, e.g. iBarShift.