The function of program operation by time – library MetaTrader 4

The function of program operation by time - library for MetaTrader 4
The function allows the execution of the specific code in the specified time interval. It is generally used in the expert advisors to set the time interval, in which the EA is allowed to trade. There are three time intervals. The time can be entered in the convenient format of 8:40, which allows to specify … Read more

Program for controlling testing and optimization – script MetaTrader 4

Program for controlling testing and optimization - script for MetaTrader 4
  The names of the macroprograms and versions of tests and optimizations: 1) The “Multy_DATA” macroprogram – testing by the specified time intervals.    Performs sequential testing over the predetermined time intervals,    the number and duration of the intervals can be set manually in the array of the “TestCommander” script.    When increasing or … Read more

MQL5 Program Packer – script MetaTrader 5

This script allows you to assemble a zip-file of your MQL5-program with all dependencies automatically. The dependencies are: included source files via #include directive (both modes of absolute (<>) and relative (“”) references are supported); icons linked by #property icon directive; resources (images, sounds, and other types) embedded by #resource directive; The script is based … Read more