Matlab with MQL4 or MQL5

 

Hi,

I would like to be able to connect with MQL4 or MQL5 to MATLAB , can someone advice what is better , what has more support for it

David. 

 
MatLab

Articles

MetaTrader 5 and MATLAB Interaction

Interaction between MеtaTrader 4 and MATLAB Engine (Virtual MATLAB Machine)

Interaction between MetaTrader 4 and Matlab via DDE

Interaction between MetaTrader 4 and Matlab via CSV Files

CodeBase

Stohastic to CSV for MatLab - indicator for MetaTrader 4

Creating fractals in MQL5 using the Iterated Function Systems (IFS) - expert for MetaTrader 5

Forum

Forum on trading, automated trading systems and testing trading strategies

MetaTrader with Matlab

Vladimir Perervenko, 2016.08.24 20:01

There are two options:

1. MQL4 <-> Rterm <-> "matlab"( Emulate MATLAB code using R)

2. MQL4 <-> Rterm <-> "matlabr"(Provides users to call MATLAB from using the "system" command. Allows users to submit lines of code or MATLAB m files. This is in comparison to 'R.matlab', which creates a MATLAB server.)

Best regards

Vladimir


Reason: