Borrar filtros
Borrar filtros

Problems for Interactive Brokers connection

3 visualizaciones (últimos 30 días)
Francisco Godínez Dumont
Francisco Godínez Dumont el 12 de Nov. de 2018
Editada: Yair Altman el 26 de Nov. de 2021
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

Respuestas (3)

Yair Altman
Yair Altman el 3 de En. de 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 comentarios
Roman Zabirov
Roman Zabirov el 26 de Nov. de 2021
I have the seme issue on Windows
Yair Altman
Yair Altman el 26 de Nov. de 2021
Editada: Yair Altman el 26 de Nov. de 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.

Iniciar sesión para comentar.


Yash Ubale
Yash Ubale el 15 de Nov. de 2018
Editada: Yash Ubale el 15 de Nov. de 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 el 15 de Nov. de 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.

Categorías

Más información sobre Transaction Cost Analysis en Help Center y File Exchange.

Productos


Versión

R2018b

Community Treasure Hunt

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

Start Hunting!

Translated by