Igor Kim / Publications
Codes
Volatilité moyenne pour MetaTrader 4
Le script calcule la volatilité moyenne d'un symbole sur un intervalle spécifié. Les résultats du calcul sont affichés dans le commentaire
Indicateur des sessions de négociation pour MetaTrader 4
Indique le début et la fin de trois sessions de négociation : asiatique, européenne et américaine
Information on the symbols pour MetaTrader 4
The script outputs the information on symbols to a CSV file: swaps, spreads, stops, contracts
Grouping account history pour MetaTrader 4
The script reads the list of deals from the account history, groups them by the sign specified in the parameters and outputs to a file
Transfer trades from the tester report to the chart pour MetaTrader 4
The script is designed to transfer trades from the standard report of the MetaTrader 4 tester to the chart
Gap indicator pour MetaTrader 4
The indicator shows the gaps between the closing price of the previous bar and the opening price of the current bar
Function library for maintaining positions with a simple trailing stop pour MetaTrader 4
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
Library of functions for working with INI-files. pour MetaTrader 4
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
Set2StopOrders pour MetaTrader 4
Placing two pending stop orders for breaking through some trade range, for example, before the important news are published
Reverse pour MetaTrader 4
It reverses all the positions on the current symbol
Articles
Sending Trading Signals in a Universal Expert Advisor pour MetaTrader 4
The article describes different ways of sending trading signals from a signal program unit of a universal Expert Advisor into the positions and orders controlling unit. It dwells on serial and parallel interfaces
Forum
Fonctions utiles de KimIV
Dans ce fil de discussion, je publierai les codes de mes fonctions dans MQL4, je donnerai des exemples de leur utilisation et je répondrai aux questions relatives à leur utilisation. Chaque fonction sera publiée en deux postes. Le premier post contiendra le code de la fonction, le second - des