在一个文件中下载: MQL5算法教程(PDF) MQL5算法教程(CHM) Advanced MQL5 Tools In this part of the book, we will learn about additional MQL5 API features in various areas that may be required when developing programs for the MetaTrader 5 environment. Some of them are of an applied trading natu...
This is one of the very first programming trends to solve various problems. In fact, it is the formation of a program from small steps (statements) to be executed in the required sequence for data processing. The text script shown in Part 1 of this book is an example of such a style....
Icame back from a trip and among my calls to retum was a caa from one Jim Sloman.Ihad never heard of Jim Sloman so I fielded the more impoartant calls first.Toward mid-aftrnoon I returned the call to Jim Sloman.My life has not been the same since! Rather than tryin...
Master the programming language to implement complex scenarios, automating various terminal operation aspects and enhancing trading strategy efficiency. The book is divided into 7 parts, each focusing on different aspects of MQL5 programming. Part 1 introduces basic MQL5 programming principles and ...
In the previous parts of the book, as we mastered the basics of programming and common built-in functions, we already had to turn to the implementation of scripts and services as examples. These types of programs were chosen as being simpler than the others. Now we will describe them purpos...
In this chapter, we will start mastering the MQL5 API and will continue to do so until the end of the book, gradually getting familiar with all the specialized subsystems. The list of technologies and capabilities provided to any MQL program by the kernel (the runtime environment of MQL pro...
The syntax of the parametric form #define is similar to a function. Such a macro has one or more parameters in parentheses. Parameters are...
If necessary, an MQL program can generate an order book for a custom symbol using the CustomBookAdd function. This, in particular, can be useful...
MQL5 allows you to enable or disable the standard timer to perform any scheduled actions. There are two functions for this: EventSetTimer and...