|
- MQL4 Reference
MetaQuotes Language 4 (MQL4) is a built-in language for programming trading strategies This language is developed by MetaQuotes Ltd based on their long experience in the creation of online trading platforms
- Language Basics - MQL4 Reference
The MetaQuotes Language 4 (MQL4) is an object-oriented high-level programming language intended for writing automated trading strategies, custom technical indicators for the analysis of various financial markets
- List of MQL4 Functions - MQL4 Reference
Resets a variable passed to it by reference The variable can be of any type, except for classes and structures that have constructors Common Functions
- Updated MQL4 - Language Basics - MQL4 Reference
Starting from build 600, MQL4 programming language has been completely revised reaching the level of MQL5 - now you can develop trading robots in MQL4 5 using the unified MetaEditor development environment, single style, libraries and debugging tools
- Technical Indicators - MQL4 Reference
For an Expert Advisor (or any other MQL4 program) to take up the value of any indicator, it is not necessary that this indicator is present in the chart The requested indicator will be loaded and calculated in the thread of the module that has called it
- Syntax - Language Basics - MQL4 Reference
As to the syntax, THE MQL4 language for programming trading strategies is very much similar to the C++ programming language, except for some features: no address arithmetic; no goto operator;
- Common Functions - MQL4 Reference
Resets a variable passed to it by reference The variable can be of any type, except for classes and structures that have constructors
- Object Functions - MQL4 Reference
Function Action ObjectCreate Creates an object of the specified type in a specified chart ObjectName Returns the name of an object by its index in the objects list
|
|
|