Quote:
|
Originally Posted by GoatT
Hi everyone. I was going to buy a book to learn how to write code for MT4 to have it autotrade for me. My question is two fold:
1) Is MT4 C based or C++? If I were buying a book, should I get a C or C++ one?
2) Can anyone recommend a good book to begin with? I saw C++ Primer Plus (5th Edition) by Stephen Prata got excellent ratings on amazon...
Thank you!
|
Goat,
Firstly, you can check out my tutorial:
http://www.metatrader.info/node/34
The MQL4 code passed on C not C++, so, if you want to buy a book (I don't know why? There are a lot of free stuff in the net!) you have to buy a C language book not a C++ book.
Happy programming!