Connected to interactive brokers after the update

1 Ansicht (letzte 30 Tage)
Allan MacLeod
Allan MacLeod am 4 Okt. 2018
Bearbeitet: Yair Altman am 6 Okt. 2018
Hi All
I'm trying to connect Matlab to interactive brokers. I'm aware there was a bug before however I got an email in August saying it was fixed. I'm currently running this code;
% establish connection to TWS ib = ibtws('',7497);
%% create currency handles ibEURUSD = ib.Handle.createContract; % set forex credentials ibEURUSD.symbol = 'EUR'; ibEURUSD.secType = 'CASH'; ibEURUSD.exchange = 'IDEALPRO'; ibEURUSD.currency = 'USD';
cur = getdata(ib,ibEURUSD);
% close IB connection close(ib);
Getting the result for cur of "not connected", has anyone managed to get IB working with Matlab, if so could you point towards a good resource?
Thanks
Allan

Antworten (1)

Yair Altman
Yair Altman am 6 Okt. 2018
Bearbeitet: Yair Altman am 6 Okt. 2018
Consider trying the alternative IB-Matlab toolbox, which is actively maintained since 2010: https://undocumentedmatlab.com/IB-Matlab

Kategorien

Mehr zu Get Started with MATLAB finden Sie in Help Center und File Exchange

Tags

Produkte

Community Treasure Hunt

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

Start Hunting!

Translated by