Material like this

 

Hi,

I've been reading this document by MetaQuotes which has broken down algos so well for me. I think what I need to see is various example code written with the same structure as from this example to really grasp the concepts. Heres the link from where I've been learning. Where can I find MQL4/MQL5 sample code which follows this structure so I can learn: https://book.mql4.com/samples/expert

Thanks!

Simple Expert Advisor - Simple Programs in MQL4 - MQL4 Tutorial
Simple Expert Advisor - Simple Programs in MQL4 - MQL4 Tutorial
  • book.mql4.com
Simple Expert Advisor - Simple Programs in MQL4 - MQL4 Tutorial
 
Addey:

Hi,

I've been reading this document by MetaQuotes which has broken down algos so well for me. I think what I need to see is various example code written with the same structure as from this example to really grasp the concepts. Heres the link from where I've been learning. Where can I find MQL4/MQL5 sample code which follows this structure so I can learn: https://book.mql4.com/samples/expert

Thanks!

There are many experts in the code base.  You should read as many as possible and make study notes.  If you get to a line that you do not understand, i suggest you do not move further unless you have understood that line.  

Good luck!
 
Kaleem Haider:
There are many experts in the code base.  You should read as many as possible and make study notes.  If you get to a line that you do not understand, i suggest you do not move further unless you have understood that line.  

Good luck!

Hi Kaleem, do you mean this website: https://www.mql5.com/en/code/mt4/experts ?

Thank you for your advice, I'll keep that in mind as I move forward. :) 

MQL5 Code Base: Experts
MQL5 Code Base: Experts
  • www.mql5.com
MQL4 Source Codes of Expert Advisors for MetaTrader 4
 
Addey:

Hi Kaleem, do you mean this website: https://www.mql5.com/en/code/mt4/experts ?

Thank you for your advice, I'll keep that in mind as I move forward. :) 

Yes you are on the right track.