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