Info
Diese Frage ist geschlossen. Öffnen Sie sie erneut, um sie zu bearbeiten oder zu beantworten.
Is it impossible to connect to IB API 9.74 in 2018b release?
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
For the last 3 years I've been trying to use the trading toolbox to set up an algorithmic trading application but connectivity issues have been recurrent with every change of version of IB API or new Matlab Release. This time I'm getting this problem.
Error using actxserver (line 93)
Server creation failed. Invalid ProgID 'TWS.TwsCtrl.1'.
Error in ibtws (line 37)
x.Handle = actxserver('TWS.TwsCtrl.1');
Error in TWS_Conn (line 4)
ib = ibtws('',7496,1)
I've tried everything. I can't change IB API version because, due to the impossibility to solve this permanently, I've settled with a short term solution that is currently running with Python. Modifying the IB API means shutting down the Python solution
0 Kommentare
Antworten (0)
Diese Frage ist geschlossen.
Siehe auch
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!