The MT4, EA, Forex, and MQL4 programming disciplines are strengths of our highly qualified staff. Count on us to meet your needs for developing forex trading strategies.
Watchhow to downloadtrading robots for free Find us onFacebook! Join our fan page Access the CodeBase from yourMetaTrader 5terminal Couldn't find the right code? Order it in theFreelancesection How to Writean Expert Advisor or an Indicator ...
What is MQL5 Wizard : The MetaTrader 5 Trading Platform includes the MQL5 Wizard , which allows to quickly generate code of an Expert Advisor (Expert Advisor builder). With MQL5 Wizard, knowledge of programming languages is no longer a prerequisite for creating trading robots . In the past, it...
So XAUUSD does not open at all. Forex pairs work fine, but XAUUSD won’t let me gain access to the charts. Here’s some picture that may give you guys some idea to what’s happening. Just for the report. I use a MacBook. Is there something specific that I must do ...
Common MQL5 APIs In the previous parts of the book, we studied the basic concepts, syntax, and rules for using MQL5 language constructs. However, this is only a foundation for writing real programs that meet trader requirements, such as analytical data processing and automatic trading. Solving ...
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....
MQL5 has a special type for working with color. This allows the coloring of graphical objects. To denote the type, thecolorkeyword is used. For thecolortype value, 4 bytes of memory are allocated. Its internal representation is an unsigned integer containing a color in the RGB (Red, Green...
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 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 nature, for example, custom financial instruments or the built-in economic calendar...
We've already tried totest indicatorsin visual mode. However, the set of testing parameters is limited for indicators. When developing Expert Advisors, we will have access to the full range of tester capabilities. In addition, we will be introduced to a new form of market information: theDept...