#include <stdlib.mqh>

 

Hi all

:) 

 

I am confused why the here under library call is coming as an executed file: 

#include <stdlib.mqh>

 

Can any one help me please, I would be appreciated for the help. 


 

I want to include the source file instead. as it is in the code above!

 
Hello!
 

you can use stdlib.mq4 instead.

Just bring all code on the stdlib.mq4 to your EA.

See here : \MQL4\Libraries

 
Hoang Ngoc Thach:

you can use stdlib.mq4 instead.

Just bring all code on the stdlib.mq4 to your EA.

See here : \MQL4\Libraries

Sorry mate

 

I have been tried the
#include <stdlib.mq4>

But not accepted