| / | Forum |
|
skyhr
2010.03.02 23:42
Hi, I have a few functions I want to connect to MT4 via dll. This is brand new to me. I believe the MCC version is v711 and Matlab is 2009b. Please tell me step-by-step how to compile/export my functions then import and use in MT4; preferably without using a "wrapper" because I've been told Matlab dlls are "stdcall". Thank you |
|
Fractal Analysis of Joint Currency Movements How independent are currency quotes? Are their movements coordinated or does the movement of one currency suggest nothing of the movement of another? The article describes an effort to tackle this issue using nonlinear dynamics and fractal geometry methods. |
2030 |
gordon
2010.03.03 06:34
skyhr wrote >> I have a few functions I want to connect to MT4 via dll. This is brand new to me. I believe the MCC version is v711 and Matlab is 2009b. Please tell me step-by-step how to compile/export my functions then import and use in MT4; preferably without using a "wrapper" because I've been told Matlab dlls are "stdcall". I am not sure this is what u r looking for, but there's an article about MT4 interaction with the Virtual MatLab engine, it has an example of a dll wrapper: Interaction between MеtaTrader 4 and MATLAB Engine (Virtual MATLAB Machine) |
|
skyhr
2010.03.03 13:04
Yes, I have looked at this but it uses a wrapper. I was looking for a simpler method.
|
|
nikmo
2010.05.05 21:20
skyhr:
Yes, I have looked at this but it uses a wrapper. I was looking for a simpler method. I have used the Matlab 2009b and made a wrapper in Visual Studio 2008 - C++ . It all compiled well and .dll was generated, buuuuuuuuuut unfortunately calling its functions in MT4 was a problem - never worked. Anybody tried something similar with making a wrapper for Matlab 2009b using the Visual Studio 2008 - C++ and had success ? |