Trading Systems Leaders in this forum (automated trading systems) are winning more than 3000 pips in a month (30000$ investing one lot every time). Click here to register and get more information
View Poll Results: Would you like to see all the lessons have been gathered in one ebook?
With you Coders' Guru , your MQL4 trainer for the the next few months.
Welcome to the MQL4 course. In this series, I will try to strip the mystique and confusion from MQL4 by giving you comprehensive tutorials with a straight forward example.
In this series of lessons, I will show you how to use the MQL4 for building your own Expert Advisors, Custom Indicators and Scripts.
I just wanted to be one of the first (maybe) to thank you for taking the time to actually teach about MQL.
May you be blessed is there a way that anything and everything on this subject can come to my email.
Finally
Thanks again
Oba Ire
Hi Oba,
You really the first one said Thanks and I appreciate that very much.
About the email forwarding of my lessons, I promise you I'll tell the administrators about your good hint.
Did you read the "welcome" lesson? do you have any quesiotns?
I welcome any questions and suggestion, that's the only way the COURSE going wider.
What are the kinds of programs you can write in MQL4?
1-
2-
3-
………………………………………………………………………………………………
Question 2
Which sentences of the following are false, and why?
1- Expert Advisor is a program which enables you to use the functions of the technical indicators and it cannot automate your deals.
(true/false)
Why:
2- The source file of the code you write in MQL4 is saved as “.mqh” file, while the “.mq4” is the extension of the MQL4 header files which you can include into your code as need.
(true/false)
Why:
3- Metalang.exe is the compiler shipped with MQL4, its job is taking the source code you’ve written in MQL4 and produce a “.ex4” file which you can load it in MetaTrader.
(true/false)
Why:
………………………………………………………………………………………………
Question 3
You have decided not to use MetaEditor and you used Notepad to write your MQL4 code, tell me the steps needed to compile your program.
Assume:
A-You have installed MetaTrader in “C:\Program Files\MetaTrader 4” path.
B-You have saved your source code file as “my_first_mql4_script.mq4” at the same path of MetaTrader.
Hi Guru you realy want to tell us what is meta editor? as I m not a prog and never use mt 4 before, I like to know more ,I dont know how to write it, my com skill is only how to open and boot re boot com ,but I like to know more ,towrite ,tomod,Thank You for the nice intro to mt4,Regards Audio
Hi Guru you realy want to tell us what is meta editor? as I m not a prog and never use mt 4 before, I like to know more ,I dont know how to write it, my com skill is only how to open and boot re boot com ,but I like to know more ,towrite ,tomod,Thank You for the nice intro to mt4,Regards Audio
Hi audio,
"MetaEditor.exe" is a program enables you to write MQL4 programs(Indicator,Expert Advisors..etc) and compile them.
You will find "MetaEditor" at the same path of MetaTrader 4 installed path, which usually "C:\Program Files\MetaTrader 4\MetaEditor.exe"
Please read the lessons and you be able to write and modify MQL4 programs.