Page 3 of 3

Re: learnMQL4.com

Posted: Thu Oct 08, 2020 4:23 pm
by In2Blues
Thanks for this thread. I'll definitely be watching the videos. I have ideas for a custom indicator and would like to learn to do it myself.

Re: learnMQL4.com

Posted: Fri Apr 23, 2021 1:15 am
by Eddie_83
mrtools wrote: Thu Jan 02, 2020 5:56 am Mql4Lesson_17 Candle Trail, Math Functions Trade Filters

thanks a lot Mr tools

I am learning mql4 rn and these videos are very helpfull

Re: learnMQL4.com

Posted: Wed Sep 08, 2021 1:08 pm
by Jackson Doh
Just a quick question about learnMQL4.com and the 4 main training courses offered by Jim Dandy. Has anyone signed up for these courses and if so, what were your experiences, good, bad, etc? I am seriously contemplating enrolling for the full package and thought I would gauge opinion first.

I've watched a ton of his videos of late and picked up plenty of useful info already. I've also seen some OOP videos from Arthur at Orchard Forex which Jim recommends but that's way beyond me at this stage. TIA

Re: learnMQL4.com

Posted: Tue Aug 23, 2022 9:26 pm
by Janus
tell me please how i can change EX4 file inot MT4 source code on MT4 platform?

Kind regards
Janusz

Re: learnMQL4.com

Posted: Tue Aug 23, 2022 10:08 pm
by Ogee
Janus wrote: Tue Aug 23, 2022 9:26 pm tell me please how i can change EX4 file inot MT4 source code on MT4 platform?

Kind regards
Janusz
Hi, you can't change the code of the EX4 which is the reason why a coder will release it rather than the MQL4.

Re: learnMQL4.com

Posted: Sat Sep 10, 2022 4:52 pm
by XXXX
Jackson Doh wrote: Wed Sep 08, 2021 1:08 pm Just a quick question about learnMQL4.com and the 4 main training courses offered by Jim Dandy. Has anyone signed up for these courses and if so, what were your experiences, good, bad, etc? I am seriously contemplating enrolling for the full package and thought I would gauge opinion first.

I've watched a ton of his videos of late and picked up plenty of useful info already. I've also seen some OOP videos from Arthur at Orchard Forex which Jim recommends but that's way beyond me at this stage. TIA
I subscribed to the course you mentioned a few years ago. If you want to learn go for it the material is on the more basic end but that is where you need to start and you can do quite a lot with what you learn. Also, it gives you a good grounding to search out and understand more advanced stuff as you need it.

Re: learnMQL4.com

Posted: Wed Dec 20, 2023 10:26 am
by -L-
Hi

it's there any updated version of this mql4 programming recommended by the forum?

I have seen in the codes there is a lot of use of "struct sGlobalStruct" does it optimize the code?

how can you integrate this kind of code into another indicator? I tried (don't really know about programming, just using basic logic to modify the most easy things) but it send errors of "define" when trying to add a condition.

Re: learnMQL4.com

Posted: Wed Dec 20, 2023 10:51 am
by Jackson Doh
-L- wrote: Wed Dec 20, 2023 10:26 am Hi

it's there any updated version of this mql4 programming recommended by the forum?

I have seen in the codes there is a lot of use of "struct sGlobalStruct" does it optimize the code?

how can you integrate this kind of code into another indicator? I tried (don't really know about programming, just using basic logic to modify the most easy things) but it send errors of "define" when trying to add a condition.
I would suggest looking at the following YouTube channels as learning resources for MQL4 coding:
- Orchard Forex; This one especially good for structures & classes.
- Jimdandy1958;
- MQL4Tutorial; I don't know this one too well but it has regular updates while the other two have temporarily paused or stopped updating.