Community Profile

photo

Annie Leonhart


Last seen: 6 months ago Active since 2019

I am a graduate of the 104th Training Corps and former member of the Military Police Brigade.

Statistics

  • Revival Level 2
  • Knowledgeable Level 1
  • First Answer

View badges

Content Feed

View by

Answered
Downloading ALFRED archival data (with vintages & revisions from the St. Louis Federal Reserve)
https://github.com/MattCocci/FredFetch Works.

3 years ago | 0

Answered
Is MATLAB supported on Apple Silicon Macs?
All you need to do to make it work is go to "show package content" Matlab/xxxx/bin/maci64/matlabwindow.app that's pretty much it...

3 years ago | 1

Answered
Interactive Broker connection break mid-way, cause data request stuck in a while loop
At the end of your code close the connection. It only needs to be open when requesting. If you leave it open it'll timeout and y...

4 years ago | 0

Answered
trader workstation of interactive broker doesn't connect to matlab
There is no authorization box that comes up. You're connected with localhost which is already allowed. I would also recommend ...

4 years ago | 0

Answered
Trading Toolbox (V3.5) NOT working with latest IB API
The guy's contract is not valid. I'm not subscribed to GLOBEX so I cannot request ES. Also, you cannot use SMART as an exchang...

4 years ago | 0

Answered
'Unable to read beyond the end of the stream.' with ibtws
You need to be subscribed to realtime data on IB. You need these subscriptions on IBKR: CBOE Realtime: $1/m US Equity and Op...

4 years ago | 1

Answered
access fundamental data from matlab with the Trading Toolbox
Yes, it's possible... but, data is returned in XML... it'll take a lot of work to cleanup the XML file... a LOT. The code below ...

4 years ago | 1

Answered
Create "Adaptive Algo" Order - Interactive Broker API
I have not tested this, but it should work. I'm about 99.75% sure. Let me know how it goes. If you want to change the algo, the ...

4 years ago | 3

| accepted

Answered
Problem getting data from ibtws
Please set the primaryExchange to 'SMART', they cannot be different from my testing. In some cases you need to run the command t...

4 years ago | 0

Answered
ConnectToIBTWSOnLocalMachineExample not working
You're running the latest version of Matlab which corrected this issue. I assume you are not running the latest API from TWS. It...

4 years ago | 0