Voir comment télécharger gratuitement des robots de trading
Retrouvez-nous sur Twitter !
Rejoignez notre page de fans
Un script intéressant ?
Poster un lien vers celui-ci -
laisser les autres l'évaluer
Vous avez aimé le script ? Essayez-le dans le terminal MetaTrader 5
Bibliothèque

ZH_Dynamic_Arrays_Lib - bibliothèque pour MetaTrader 4

Vues:
5571
Note:
(11)
Publié:
2016.05.16 11:36
Besoin d'un robot ou d'un indicateur basé sur ce code ? Commandez-le sur Freelance Aller sur Freelance

Functions refer to one-dimensional array as multidimensional.

It is possible to change the number of elements in any dimension at will.

There are options to monitor the incoming data and monitor the array content at each call to the function.

It is best not to use these features in the operation mode. They greatly increase the computation time.

It is possible to use six-dimensional array as two-dimensional. The computation time is almost unchanged. Only more input parameters.

In general the functions operate seven times slower than a normal one-dimensional array in MetaTrader 4.


Traduit du russe par MetaQuotes Ltd.
Code original : https://www.mql5.com/ru/code/7736

Rotating text objects Rotating text objects

Example of working with objects: creating object, changing properties, redrawing the chart.

5 _34_5 5 _34_5

Indicator 5_34_5

lot lib lot lib

Lot sizing library. 29 money management options.

Gap indicator Gap indicator

The indicator shows the gaps between the closing price of the previous bar and the opening price of the current bar.