Calling functions
-
How do I call a function in the MT4 library?
-
Directly. You can use native MQL4 functions in all input fields. Well, with some tricks in input fields that belongs to string parameter.
-
__Directly. You can use native MQL4 functions in all input fields. Well, with some tricks in input fields that belongs to string parameter.[/quote:1ev79pr5]
Can you give me an example of calling a function in your MQL4 library, I'm having trouble figuring out where I can invoke any function calls. -
They also appear directly in the output code, but I would not recommend to use these
I'm already working for a new way of generating EAs and I was even thinking to lock/hide them somehow so they can't be used.