Guarda come scaricare robot di trading gratuitamente
Ci trovi su Twitter!
Unisciti alla nostra fan page
Accedi al CodeBase dal tuo terminale MetaTrader 5
Non hai trovato il codice che fa per te? Ordinane uno dalla sezione Freelance
Come scrivere un Expert Advisor o un indicatore

Le librerie migliori per MetaTrader 5 in base ai giudizi degli utenti - 9

Invia il tuo codice

define a one-to-many dependency between objects so that when one object changes state, all its dependents are notified and updated automatically

define a family of algorithms, encapsulate each one, and make them interchangeable. strategy lets the algorithm vary independently from clients that use it

an in-place comparison sort

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

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

Use sharing to support large numbers of fine-grained objects efficiently

Provide a surrogate or placeholder for another object to control access to it

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

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

A collection of useful string manipulation functions.

gnome sort is based on the technique used by the dutch garden gnome

A native implementation of neural networks in pure MQL, bundled with an easy to use interface, with easy support of saving and loading of the network configurations after training.

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 in-place comparison sorting algorithm

This a library for a quick and easy encryption and decryption using base64. The usage is very simple and can be done in a few lines of code. <<< The return value of a method is the required output. <<< Feel free to use this library at your convenience.If it is helpful, please reward me by rating this item on mql5 site. >>From a developer, for developers.<<

An (optional) include file to enhance error code handling experience.

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.

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

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

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

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

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

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

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

123456789