Info
此问题已关闭。 请重新打开它进行编辑或回答。
Is it impossible to connect to IB API 9.74 in 2018b release?
1 次查看(过去 30 天)
显示 更早的评论
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 个评论
回答(0 个)
此问题已关闭。
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!