MatLab or SciLab information

 

Hi all

where can I find specific information to use MatLab or Scilab(free!) to process MT4 data ?

I don't ask how to interface but how to use MT4 data feed into matlab ou scilab and return result that can be usefull for trading.

thanks

Phil

 
Matutin:

I don't ask how to interface but how to use MT4 data feed into matlab ou scilab and return result that can be usefull for trading.

Isn't "interface" the same thing as "use MT4 data feed into matlab ou scilab and return result"?


Anyway, there are a few articles here that address this issue: http://lmgtfy.com/?q=site%3Ahttp%3A%2F%2Farticles.mql4.com%2F+matlab.

 
gordon wrote >>

Isn't "interface" the same thing as "use MT4 data feed into matlab ou scilab and return result"?


Anyway, there are a few articles here that address this issue: https://www.mql4.com/go?http://lmgtfy.com/?q=site:https://www.mql5.com/en/articles/mt4/+matlab.




Thanks gordon !

Isn't "interface" the same thing as "use MT4 data feed into matlab ou scilab and return result"?
No, because i know how to interface since I have read this article :) -> Interaction between MеtaTrader 4 and MATLAB Engine (Virtual MATLAB Machine)

I'm looking what to do inside scilab with these datas :)

Phil



 
Matutin:

I'm looking what to do inside scilab with these datas :)

I only have experience with MatLab and Methematica, but regardless, you haven't said a word about what u r trying to achieve... So I don't know how anybody can help you.

 
gordon wrote >>

I only have experience with MatLab and Methematica, but regardless, you haven't said a word about what u r trying to achieve... So I don't know how anybody can help you.


I don't know what i can achieve...:) so i'm asking information about what can we do with MatLab (something helpfull to MT4 EA) and where to find some information.
 
you should make a google search and read some of the available introductory literature to get an idea what matlab is and what it can do. You will then either immediately know how it could help you in solving the problems you want to solve or if you still have no idea then you probably don't need it at all.
 
Matutin:
I don't know what i can achieve...:) so i'm asking information about what can we do with MatLab (something helpfull to MT4 EA) and where to find some information.

Usually u would use Matlab if u need solutions from it's libraries; solutions that would be too complicated/slow to code in MQL4... A good example is if u want to design Neural-Network based experts. Coding everything involved in MQL4 would be complicated and a waste of time; Matlab has detailed and documented libraries on the subject.

Reason: