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
I wonder if it is possible to get a real pointer to a function. Pointers obtained using typedef work perfectly well inside mql program. But unfortunately I failed to pass them into dll.
If you know C++ + built-in assembler and know what and how to put into the stack, and the terms far and near call are clear, you can try. I cannot guarantee that it will work, but it is possible.