Voir comment télécharger gratuitement des robots de trading
Retrouvez-nous sur Telegram !
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 MQL4 des bibliothèque pour MetaTrader 4 - 2

icon

Les bibliothèques sont de petits sous-programmes qui peuvent être utilisés pour développer de nouvelles applications. Ils n'exécutent pas de fonctions de trading ou d'analyse et ne peuvent pas être exécutés dans MetaTrader 4. Leur but est de simplifier le développement de nouvelles applications dans MQL4.

Ces applications peuvent être téléchargées et utilisées dans l'éditeur de stratégies de trading MetaEditor.

Soumettre votre code
dernier | meilleur

Fast time range checking function. Doesn't use slow string parsing.

Trading signals function. Based on the values of the CCI indicator.

Errors function. In Russian.

Based on the values of the OsMA indicator.

This is a conversion factor. It is used to detect whether broker is 4 or 5 digits. As MetaTrader 4 calculates everything using point basis, coder can use this function to convert pips to point for machine reading.

Lot sizing library. 29 money management options.

A set of functions to emulate the dynamic arrays.

Displays the levels of the current week!

Have you perhaps heard about the caterpillar? Here it is.... I do not remember where I got the code, I simply translated it from С++ to MQL4.

Library functions, get the HIGH LOW for the specified time interval

Set of standard functions for the YR1 timeframe.

This library is made for experts that need to calculate StopLoss and TakeProfit without putting SL/TP points on the trade.

This library made to simplify calculating your stop loss.

This library has SmartTrail trail function that depends on the previous candle.

It calculates the lot size depending on risk percentage entered by user in input parameters.

This library has two functions: first to count OP_BUY positions and second to count OP_SELL positions.

This library has two functions: BreakEven & TrailingStop.

This function calculates your lot size depending on definite conditions explained in input variables.

A simple function that creates a list of the available currency pair symbols.

Function library and Experts for trailing (11 types). Simple usage of complex algorithms.

The library for automated optimization of an EA during its operation.

This library allows you to write a text file with the quotes of the symbol in any place on your hard drive.

Additional functions for working with the datetime variables.

The Comment2 library expands the capabilities of the standard Comment function for comment output.

With the help of this library it is possible to implement the ability to maintain positions with a simple trailing stop in any Expert Advisor.

The library contains five functions for reading the values from an INI-file and five functions for writing the values to an INI-file. Thus, there are five pairs of functions to read/write the values of 'integer array', 'boolean', 'double', 'integer' and 'string' types.

The library is intended to implement the font list in the input parameters. The library contains 208 fonts.

The function returns the lot size, which is calculated based on the stop loss size and the risk specified in the variable.

The function closes all locked orders. This really saves money on the spread.

The function allows the execution of the specific code in the specified time interval.

MQL4 library that allows authenticating into a MetaTrader 4 account programmatically in release 880+.

Simple way to control your orders.

Library provides functions for management of MetaTrader 4 to MySQL database connections. Fixed memory allocation and release problems of the original library.

Log4mql is an MQL4 library for flexible logging to files and the terminal console. It is modeled after the Log4j Java library.

Library to convert datetime to double and vice versa.

The header file contains functions for searching last and previous order in the trade pool.

The simple class for counting of the orders with different filters: by symbol of currency, Magic Number, either closed, either opened orders.

SendAdvancedEmail function for Metatrader 4 and 5 with HTML mailbody support.

The function will filter the trade positon. If the current time in the time you set, the function will return true.

Library to work with Skype.

1234