how call math function

 

i have to use SQRT function in my EA .but i add #include "math.h" to the ea,it remind me "math.h" ---cannot open the program file . how to resolve it ?

thanks .

 

No need to include math.mqh file.

MQL4 is not C language.

Just use mathsqrt() directly.

 

thank you

Reason: