Like most non-coders here I envy those of you who have mastered coding for Empty4.
I suspect like the majority I would love to learn how to code.
So the question is, Is there any coder who has the time to put together a training program on a modular basis and post to the forum so that the dummies amongst us can learn this noble art?
Regards
Dave
Learning to Code
- Dixpat
- Trader
- Posts: 33
- Joined: Tue Nov 15, 2011 9:32 pm
- Location: Auckland. NZ
-
garyfritz
Re: Learning to Code
http://book.mql4.com is a reasonable place to start.
http://forum.mql4.com/3332 is also worth reading.
Neither is fantastic, but they're a place to start.
http://forum.mql4.com/3332 is also worth reading.
Neither is fantastic, but they're a place to start.
-
scalpz
- Trader
- Posts: 42
- Joined: Tue Jan 17, 2012 3:27 am
MQL Tutoring
This may be old, but it does some basic tutoring. Cant remember how far it goes.
http://www.forexfactory.com/showthread. ... ost3274762
That 2nd link in post above has some good stuff by Coders Guru.
Best of luck & keep plugging at it. There are other sites with similar.
cheers scalpz
http://www.forexfactory.com/showthread. ... ost3274762
That 2nd link in post above has some good stuff by Coders Guru.
Best of luck & keep plugging at it. There are other sites with similar.
cheers scalpz
Target 1 : SL in the green.
- Alpenkorps
- Trader
- Posts: 213
- Joined: Thu Dec 15, 2011 4:03 am
Re: Learning to Code
Anyone tried the book "Expert Advisor Programming: Creating Automated Trading Systems in MQL for Empty4 4" By Andrew R Young? I heard good things about it, but can't find it anywhere to take a look.
Take my love, take my land, Take me where I cannot stand
I don't care, I'm still free, You can't take the sky from me
I don't care, I'm still free, You can't take the sky from me
-
garyfritz
Re: Learning to Code
AK, you get get it at Amazon for about $34 shipped. The official site at http://www.expertadvisorbook.com/ has it for $30 (not sure about shipping), or $25 for an e-book.
Don't know if it's any good. Has anyone seen it?
Don't know if it's any good. Has anyone seen it?
- Alpenkorps
- Trader
- Posts: 213
- Joined: Thu Dec 15, 2011 4:03 am
Re: Learning to Code
Thanks man. $25 sounds fair enough if the book is any good. So anyone tried it? Amazon reviews looks good.garyfritz wrote:AK, you get get it at Amazon for about $34 shipped. The official site at http://www.expertadvisorbook.com/ has it for $30 (not sure about shipping), or $25 for an e-book.
Don't know if it's any good. Has anyone seen it?
Take my love, take my land, Take me where I cannot stand
I don't care, I'm still free, You can't take the sky from me
I don't care, I'm still free, You can't take the sky from me
-
garyfritz
Re: Learning to Code
I notice the most negative Amazon review says the book doesn't provide much more detail than the built-in dictionary in the editor. If so, that would be fairly useless to me. What I really need is an explanation of HOW the language works, and HOW to use it safely. I.e. how and when Empty4 calls your start() function (I know it sometimes backfills but I don't know when/why), how to write indicators that calculate historic values and update in realtime properly, how to handle important EA cases like "what to do if your order entry failed" or "how to manage existing orders if your Empty4 crashes and you have to restart," things like that.
For stuff like that, I suspect a careful reading of some of Steve and George's code is probably a lot more valuable than a review of MQL syntax and functions.
For stuff like that, I suspect a careful reading of some of Steve and George's code is probably a lot more valuable than a review of MQL syntax and functions.
- ironrick
- Trader
- Posts: 85
- Joined: Wed Nov 16, 2011 7:04 pm
- Location: North Idaho Boy, USA
Re: Learning to Code
You can find and download all the source code from the book (for free, with corrections and page references) at the book's ebook page along with the table of contents and 1st chapter as an excerpt.
I have been looking into getting this book too. Might still. Just having a book/documentation NOT translated from Russian would be helpfull.
http://www.expertadvisorbook.com/
This is the website of the author: http://www.easyexpertforex.com/
Found this interesting -- wonder how useful it actually is: http://www.easyexpertforex.com/walk-for ... rader.html
Cheers,
R
I have been looking into getting this book too. Might still. Just having a book/documentation NOT translated from Russian would be helpfull.
http://www.expertadvisorbook.com/
This is the website of the author: http://www.easyexpertforex.com/
Found this interesting -- wonder how useful it actually is: http://www.easyexpertforex.com/walk-for ... rader.html
Cheers,
R
"A problem well put is half solved."
-
garyfritz
Re: Learning to Code
IMHO walk-forward analysis is **CRUCIAL** for proper system testing. $20 for a walk-forward tester is DIRT CHEAP.
Except it relies on Empty4's Strategy Tester, and we all know the problems that has. Given that I don't trust ST any farther than I can throw it, I don't know that it's worth getting a WFA tester that's based on ST.
Except it relies on Empty4's Strategy Tester, and we all know the problems that has. Given that I don't trust ST any farther than I can throw it, I don't know that it's worth getting a WFA tester that's based on ST.
- ironrick
- Trader
- Posts: 85
- Joined: Wed Nov 16, 2011 7:04 pm
- Location: North Idaho Boy, USA
Re: Learning to Code
garyfritz wrote:IMHO walk-forward analysis is **CRUCIAL** for proper system testing. $20 for a walk-forward tester is DIRT CHEAP.
Except it relies on Empty4's Strategy Tester, and we all know the problems that has. Given that I don't trust ST any farther than I can throw it, I don't know that it's worth getting a WFA tester that's based on ST.
That is what I concluded as well. What good is a WFA on faulty data in the first place?
Hopefully the other info is helpful though...
R
"A problem well put is half solved."