
In this video, i show how to set up MT5, open the metaeditor and start a new EA. Please note that i placed my EA in Tutorials folder because i had already opened a Tutorials folder in my experts folder, so on your end it should be "Experts\Learn 1" except you have Tutorials folder in your experts folder
This a collection of MQL5 resources aimed at explaining the basics for those who are not familiar with the MT5 platform, some of them were gathered online
In this video, we take a look at the MQL5 EA code to understand its structure and the functions of the basic parts of the code
Please Read Resources before watching video and feel free to leave questions if you have any
There is an error in the code
' = ' was used in place of ' == '.
change the following to;
line 47: if(priceArray[i].type==BOOK_TYPE_BUY (...)
line 50: if(priceArray[i].type==BOOK_TYPE_SELL (...)
This course is aimed at making students very familiar with the most important aspects of the MQL5 programming language, it walks towards giving the student a strong foundation in the language, then it progresses through the more advanced concepts and ultimately allows the students to easily learn more on their own making them able to automate any MetaTrader 5 trading strategy they can think of.
The course takes the student from the beginner levels by showing them basic MQL5 concepts and later progresses through the more advanced features of the language like Objects Creation and manipulation, String operations, writing HTTP Web Requests and Advanced DLL calls.