I would like to know how to go about learning mql4 programming. All suggestions from senior coders welcome. Currently I know only very basic of matlab and python (lists, arrays , loops, plots etc.). So from here how can I go on learning mql.
Thanks in advance.
Re: Learning mql4 programming - Resources and tips
2I always used one mode (two components) for learning, regardless of what coding language it was :shaileshm wrote: Tue Jun 27, 2017 7:30 am I would like to know how to go about learning mql4 programming. All suggestions from senior coders welcome. Currently I know only very basic of matlab and python (lists, arrays , loops, plots etc.). So from here how can I go on learning mql.
Thanks in advance.
- first component is the help (documentation). Luckily mt is not bad regarding this
- second is the most important : taking someone else code and check what is done (and how) comparing that to documentation. Here you can find a lot of code that is not too bad and which can be used for learning (at least I hope so)
There is a third part (component) but that comes later :
- forget about others code - write all on your own - simply for being able to "read" the code on a glance
Re: Learning mql4 programming - Resources and tips
3hi mladen,
for mql4 is there any document of help files in pdf which explains some commands and basic codes and other basics like how to write conditionals and loops etc and other basic stuff?
for mql4 is there any document of help files in pdf which explains some commands and basic codes and other basics like how to write conditionals and loops etc and other basic stuff?
Know Thy Setup. Know Thyself.
Re: Learning mql4 programming - Resources and tips
4MQL4 COURSE
By Coders’ g u ru
By Coders’ g u ru
Indicator is just a tool.
Use it only if it can benefit you. Leave it if you don't know how to use it optimally.
Use it only if it can benefit you. Leave it if you don't know how to use it optimally.
Re: Learning mql4 programming - Resources and tips
5That is obsolete in many way
Here is one pdf that has upgraded information (functions in new builds)
Re: Learning mql4 programming - Resources and tips
7Pretty useful info here & Thank you for sharing
Unfortunately, I’m still at second component :/ still reviewing and trying to understand
Unfortunately, I’m still at second component :/ still reviewing and trying to understand
Re: Learning mql4 programming - Resources and tips
8Then you have to have the most important component any coder must have : to be thickheadedLazarR wrote: Wed Jun 28, 2017 4:22 pm Pretty useful info here & Thank you for sharing
Unfortunately, I’m still at second component :/ still reviewing and trying to understand

Without it no coder can work
