Problems for Interactive Brokers connection

1 view (last 30 days)
I have the following problem:
When I evaluate the code:
ib = ibtws('', 7496);
I receive the ERROR: Undefined function or variable 'ibtws'
Of course, I have instaled the trading toolbox and I am working with MacOS Mojave 10.14.1

Answers (3)

Yair Altman
Yair Altman on 3 Jan 2019
Trading Toolbox support for Interactive Brokers is limited to Windows only. This is clearly mentioned in the documented system requirements. On Mac & Linux you will see the error that you mentioned because these OSes don't support COM, on which the Trading Toolbox connector to IB is based (COM is a Windows-only technology).
To connect Matlab to IB on Mac/Linux, you can use the IB-Matlab toolbox: https://undocumentedmatlab.com/ib-matlab. IB-Matlab is based on IB's Java API (not COM), so it runs well on all platforms that support Matlab: Windows, Mac and Linux.
Yair Altman
  2 Comments
Yair Altman
Yair Altman on 26 Nov 2021
Edited: Yair Altman on 26 Nov 2021
The last Matlab release that supported IB in Trading Toolbox was R2020b. In R2021a Trading Toolbox was merged into the Datafeed Toolbox, and some functionality (for example, the connectors to IB, CQG and IQFeed) were removed.
If you have a newer Matlab release R2021a or newer, you can either copy the toolbox files from a previous installation of Matlab to your Matlab path, or use a different connector to connect Matlab to IB, for example IB-Matlab.

Sign in to comment.


Yash Ubale
Yash Ubale on 15 Nov 2018
Edited: Yash Ubale on 15 Nov 2018
Hello,
Which MATLAB version are you using? Try executing the following commands and then restart MATLAB.
restoredefaultpath % This will remove any custom paths
rehash toolboxcache
savepath
Also, make sure that the MATLAB version is same as the Trading Toolbox version, if they are not then try re-installing the latest version of the toolbox available for the installed MATLAB version.
ver % to check the version of the installed toolboxes
After you have done trying out the above suggestions, execute the following command. The output of this command should be the path of the default 'ibtws.m' file present in the Trading Toolbox directory folder.
which -all ibtws

Francisco Godínez Dumont
Francisco Godínez Dumont on 15 Nov 2018
Hello,
I follow your sugestions and check that the versions are all the same: R2018b.
Using the command:
>>which -all ibtws
the answer is: ‘ibtws’ not found.
I think the operating system (macOS mojave, spanish version) cannot find the folder where the Trading Toolbox is installed.

Products


Release

R2018b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!