Discussing the article: "From Basic to Intermediate: Array (III)"

 

Check out the new article: From Basic to Intermediate: Array (III).

In this article, we will look at how to work with arrays in MQL5, including how to pass information between functions and procedures using arrays. The purpose is to prepare you for what will be demonstrated and explained in future materials in the series. Therefore, I strongly recommend that you carefully study what will be shown in this article.

In the previous article From Basic to Intermediate: Array (II), I explained the basics of using dynamic and static arrays, the difference between them, and the basic precautions to take while using arrays in applications.

We will continue to examine the topic of arrays. The prerequisite for understanding this article is a good understanding of the concepts covered in the previous one. Additionally, it is essential to understand how passing by value and passing by reference work. All these topics were discussed and demonstrated in earlier articles. So, if you have any doubts or are unfamiliar with these concepts because you're just starting, I suggest that you take some time to review the previous articles before continuing. This will ensure that you can follow along with the explanations.

As usual, let's begin a new section to continue our study and demonstrations.



Author: CODE X