ne0vincent:
Most probably because you block it.Hi,
I use a c++ dll into my mql5 EA and i have a big problem, i just can't send orders from my extern dll algorythm.
If i write this :
the onTick() is never trigger, because there is only one thread allocate for the EA...
and it's a big problem.
1st question, do you know if multi task/thread is possible in mql5 ? or to have onTimer() and onTick() asynchronous functions ?
2nd, how to make call to big external dll algorythm function, without Block ALL our EA process ?

You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
Hi,
I use a c++ dll into my mql5 EA and i have a big problem, i just can't send orders from my extern dll algorythm.
If i write this :
the onTick() is never trigger, because there is only one thread allocate for the EA...
and it's a big problem.
1st question, do you know if multi task/thread is possible in mql5 ? or to have onTimer() and onTick() asynchronous functions ?
2nd, how to make call to big external dll algorythm function, without Block ALL our EA process ?
3st, how to send orders when external dll isolated events occured ?
Thanks a lot