help meeee... to understand mql4 code...

 

i'm the newcomer in mql4 code..

coz i dont to understand this Mql4 code...

What is the most easy to understand the Mql4 code..

i want to made the automatic trade by combining several indicators, and candle to make the entry point by using stop sell and stop buy..

please help me to resolve this...

thankx before...



 

I suppose you could always read the documentation that is on this site... That would be a good place to start. How much experience do you have of writing software?

-=N=-

 
naj:

I suppose you could always read the documentation that is on this site... That would be a good place to start. How much experience do you have of writing software?

-=N=-

writing software maybe 1 years in java programing language...

it's so different java and mql4 code...

ok i will learn in the documentation thanks before...=)

 

In my opinion, the only difference really is that MQL4 uses special functions such a start(), init(), and deinit() to handle tick data in the proper thread. I'm a beginner also...

 
samantanatashya wrote >>

writing software maybe 1 years in java programing language...

it's so different java and mql4 code...

ok i will learn in the documentation thanks before...=)

if you have programmed in Java then it should be real easy for you to pcik it up... Good luck.

-=n=-

 

Read this front to back:


https://book.mql4.com//

Reason: