Voir comment télécharger gratuitement des robots de trading
Retrouvez-nous sur Twitter !
Rejoignez notre page de fans
Accédez à la CodeBase depuis votre terminal MetaTrader 5
Vous n'avez pas trouvé le bon code ? Commandez-le dans la section Freelance
Comment rédiger un Expert Advisor ou un indicateur

Codes sources MQL5 des bibliothèque pour MetaTrader 5

icon

Les bibliothèques sont de petits sous-programmes contenant une certaine fonctionnalité qui peuvent ensuite être utilisés pour développer de nouvelles applications. Une fois écrite et soigneusement vérifiée, une bibliothèque permet aux utilisateurs d'accélérer le développement de nouvelles applications MQL5. L'un des exemples illustratifs est la bibliothèque ALGLIB qui contient de multiples fonctions d'analyse numérique.

Les codes sources des bibliothèques peuvent être téléchargés et utilisés dans MetaEditor lors du développement de stratégies de trading. Ils ne peuvent pas être lancés indépendamment dans MetaTrader 5.

Soumettre votre code
dernier | meilleur

This is a basic library to create and manage grids.

Class to access to the local time for the specified location, as well as time zone information and the local trading session hours.

easydatabase

The source codes written during the development of the library for creating multi-currency Expert Advisors that combine many instances of various trading strategies.

Static class to fix the TimeGMT() function during testing in the strategy tester.

Calculate the cosine distance and similarity between 2 vectors . The cosine distance is 1-cosine_similarity and the cosine similarity is the dot product of two vectors by their magnitudes multiplied.

Smooth Algorithms fixed version plus Trade Algorithms plus full operational EA, plus two indicators . So you will get complete project where you be able to see example how to use and implement this libraries

This Include File checks for Market Open Hours. An EA to test it is also included.

With these classes you can create and test your signals runtime.

Monitoring of memory leaks in the strategy tester

Enables Programmers to create Martin Gale and Grid Trading strategies with ease.

PNG

Forget about BMP files like a bad dream. Thanks to this library, you can now use the PNG format, which has a number of advantages, such as being more compact without losing image quality and maintaining transparency.

Calculate DST for USA, EUR, AUD and RUB and the offset time of the broker automatically from the 70's until 2030 - even in the Strategy Tester of MQ.

The purpose is to check whether new bar are generated This is a class file that can be used as a class or copied to EA or scripts for use

A set of macros to benchmark small code snippets for their execution speeds.

The 64-bit xoshiro256** Random Number Generator.

Smooth Algorithms - Corrected/Modified

Sort the input array in-place using comparison function less.

for export/import of orders and trades between EAs and terminals

This library shows useful informations and do a lot of functions to a symbol.

Allows you to determine the occurrence of a new bar event in a multicurrency Expert Advisor

The ZigZagExtremaOnArray is an mqh include file which contains the calculation function of MetaQuotes' Examples ZigZag, BUT you can use it on any buffer that contains curves or histograms, similarly to the MovingAverages.mqh from include. The idea was to get highs and lows of an indicator curve quickly with the help of an "onBuffer" function.

Utility for copying transactions from one MT5 account or MT4 account to another MT5 account.

Adds the ability to automatically export the transaction history after running the Expert in the strategy Tester.

from the logistic regression Article, I welcome all the thoughts on how we can build multiple dynamic Logistic Regression

Sorts the values in the first dimension of a multidimensional numeric array in the ascending order.

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.

La bibliothèque FuzzyNet pour le développement de modèles flous a été écrite en C#. Lors de la conversion en MQL5, 8 fonctions d'appartenance et 4 méthodes de défuzzification pour les systèmes de type Mamdani ont été ajoutées à la bibliothèque.

Bibliothèque de fonctions mathématiques ALGLIB (v. 3.19) porté sur MQL5.

La classe peut être utilisée pour la création de classes de signaux de trading avec des modèles de chandelier d'inversion.

La bibliothèque contient des fonctions qui renvoient une description des codes d'erreur d'exécution et des codes de retour du serveur de trades.

La bibliothèque MovingAverages contient des fonctions pour le calcul de différents types de moyennes mobiles.

This EA demonstrates creating and saving a graphic chart using data from the MT5 Strategy Tester.

Simple class for getting the number of microseconds (µs) elapsed since January 1, 1970

A collection of useful string manipulation functions.

Extend of CFile class to work with the .set extension file which terminal will produce when the Input/Optimisation is saved.

This Function will retrieve the Assets next Opening Time and Closing Times, either following the current time or following a given time.

This class loads a licensing file by reading 64bit encrypted account data from a license file into an account array for the purpose of licensing. The Class is initialised with a Filename, a Master Key (m_hkey -> can be a secret key of your choice) and whether the file needs to be saved in the common folders or not.

An easy-to-use multi-currency library, usable in indicators and EA.

hybrid sorting algorithm that provides both fast average performance and (asymptotically) optimal worst-case performance

12345678