Watch how to download trading robots for free
Find us on Twitter!
Join our fan page
Interesting script?
So post a link to it -
let others appraise it
You liked the script? Try it in the MetaTrader 5 terminal
Libraries

ZH_Dynamic_Arrays_Lib - library for MetaTrader 4

Views:
5584
Rating:
(11)
Published:
2016.05.16 11:36
Need a robot or indicator based on this code? Order it on Freelance Go to 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.


Translated from Russian by MetaQuotes Ltd.
Original code: 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.