関数のインポート【Importing of functions】
Functions are imported from compiled MQL4 modules (*.ex4 files) and from operating system modules (*.dll files…
Functions are imported from compiled MQL4 modules (*.ex4 files) and from operating system modules (*.dll files…
The #include command line can be placed anywhere in the program, but usually all inclusions are placed at the …
Every MQL4 program allows to specify additional specific parameters named #property that help client terminal …
Using the #define construction, one can define the symbolic name or symbolic constant at the program start to …
Preprocessor is a special subsystem of MQL4 compiler that is intended for preparation of the program source co…