Should i read 6,000 mql5 book to be able to write expert advisors?

 

I'm going to learn to write expert advisors in mql5 for metatrader 5. i searched google and fonud several 1 hundred to 3 hundred pages books, another source was this:

 https://www.mql5.com/en/docs.

in left down, you can find a link to download the whole document:

https://www.mql5.com/files/pdf/mql5.pdf

-----------------------------

but the problem is that book is 6 thousand pages. if i read each page in 5 minute , it took 500 hours, and if i read 6 hours per day and 2 hours of practice in coding. it will take 83 days or 3 month. 

my other problem is that book written for a person with c++ background. 

------------------------------

any advice from experienced mql5 programmers?

MQL5 Reference - How to use algorithmic/automated trading language for MetaTrader 5
MQL5 Reference - How to use algorithmic/automated trading language for MetaTrader 5
  • www.mql5.com
MQL5 Reference - How to use algorithmic/automated trading language for MetaTrader 5
 
start here, 
find simple and easy EA/indicators, study, rewrite, customize and later try to code your own.

Or hire someone to give you remote hands-,on lessons.
 
Soewono Effendi #:
start here, 
find simple and easy EA/indicators, study, rewrite, customize and later try to code your own.

Or hire someone to give you remote hands-,on lessons.

thanks, my question is that do experienced programmers use he whole document book?

 
You should at least get an overview of concepts, features and functions that are available in MQL.
Use all the documentations just like dictionaries, they are sources for references to lookup for details.
Good luck.
Tips:
code, test, repeat