Using Matlab to trade via the API
Hi there, I am using Matlab as the statistical program to develop my trading strategies. Also, I would love to use Matlab as the program to steer my live trading via the API. Is Matlab genuinely supported by your API or would I need to go via another language? What is the easiest way to get connected via Matlab and your API? Thanks!
Comments
Hello. You Need to find a library to implement websocket in Matlab. Check this links.
https://www.mathworks.com/matlabcentral/fileexchange/50040-jeremy-y12-matlabwebsocket
https://github.com/jebej/MatlabWebSocket
https://github.com/mingot/matlab-websockets
Regards