You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
Check out the new article: From Basic to Intermediate: Events (I).
In the previous article From Basic to Intermediate: Struct (II), we discussed basic structures and how we could use them to pass values into functions and procedures. Although the topic of structures has not yet been explored in depth, I believe that this is still not the right moment to delve into certain aspects that exist and are possible to implement with structures. This is because, as far as I have been able to observe, here in MQL5 we do not really need programming to be done at a very high level. Please don't get me wrong.
What I mean is that with very little knowledge, but with a well-developed conceptual foundation, you can create and implement almost any type of application to be used in MetaTrader 5. And since 95% of the time (if not an even greater percentage) you will in fact be developing only simple applications, I see no reason to go into some of the more complex details at this moment.
Therefore, I will pause for a while on explanations related to basic programming concepts. We will instead begin to see how to implement an application for MetaTrader 5 using pure MQL5.
Author: CODE X