![MQL5 - Language of trade strategies built-in the MetaTrader 5 client terminal](https://c.mql5.com/i/registerlandings/logo-2.png)
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 am writting a DLL in C++ for Metatrader 5. Im wondering if it would be possible to call a Metatrader function from the DLL?
In details i am thinking if you have a function called 'testFunc' in a mq5 file, how would you pass it to C++, in pseudo-code i am thinking something like this 'callFunc(testFunc)'. However it does not seem like you are allowed to pass functions as parameters in functions in mql. How would you work your way around this?
Thanks in advance