cuallito:
ref https://www.mql5.com/en/articles/44
MetaTrader 5 and MATLAB Interaction
- 2010.08.05
- Andrey Emelyanov
- www.mql5.com
This article covers the details of interaction between MetaTrader 5 and MatLab mathematical package. It shows the mechanism of data conversion, the process of developing a universal library to interact with MatLab desktop. It also covers the use of DLL generated by MatLab environment. This article is intended for experienced readers, who know C++ and MQL5.
Am I overlooking something in the article?

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'm trying to duplicate the second half of this article https://www.mql5.com/en/articles/44
I started a new blank project in VC++ 2010. I added mclmcr.h,
NEOSMA.h, sSMA.cpp, nSMA.def, libmx.lib, mclmcr.lib, and NEOSMA.lib to it.
The problem I'm having is that VC isn't recognizing any of the identifiers
with a "mx" prefix (it puts little red squiggles under them). Do you have
any idea why that could be happening and how to fix it?
I've attached my project.