¿ªÔÆÌåÓý

ctrl + shift + ? for shortcuts
© 2025 Groups.io
Date
Apparent roll-back of TWS "Latest" build -- is legacy DDE API order submission still broken for everyone else?
TWS "Latest" auto-installed a version *978.1j* this morning, which sounds like a roll back of the *979.3e* "Latest" build that broke everything (including order submission via Excel legacy DDE API). I
By grooooper · #43780 ·
Re: Error. Id: -1, Code: 509, Msg: Exception caught while reading socket
What programming language are you using? Generally speaking the errors 509 and 504 "exception caught while reading socket" happen when your program stomps on the memory space in error. The fastest
By Adam · #43779 ·
Re: realtimeBar subscription stops during the trading session
Just FYI, I've contacted the API Support and here the answer I've got: ''' The existing request may not have terminated. When bust event occurs please try using cancelRealTimeBars() then call
By VladD · #43778 ·
Re: PACEAPI questions
ticket opened: https://github.com/InteractiveBrokers/tws-api/issues/918 and it was fixed in: https://github.com/InteractiveBrokers/tws-api/pull/919
By VladD · #43777 ·
Definitive list of Exchange codes
Where can I find a definitive list of Exchange Codes returned by?tickByTickAllLast? Thanks.
By thane.brooker@... · #43776 ·
FYI: C++ multi-threaded crash in eConnectImpl - gethostbyname (linux)
Hello, this is just FYI.? ? My process started crashing recently when it tried to connect to TWS.? I have two threads each running its own instance of the ib client.? To fix, I had modified
By Vadim Cherkasov · #43775 ·
Error. Id: -1, Code: 509, Msg: Exception caught while reading socket
Any idea what causes this? I also get this one: Error. Id: -1, Code: 509, Msg: Exception caught while reading socket - Numerical result out of range I found this similar thread:
By tbrown122387@... · #43774 ·
Re: TWS API earning dates..
Robbo: still valid if subscribed to Horizon Wall Streets as Josh pointed out. C# example: public void fundamentalData(int reqId, string data) { try { string ticker = XMLstringExtract(data,
By Thorsten Kalkbrenner · #43773 ·
Re: reqHistoricalData - Stock Tickers
If IB meets your needs, then that's great, but in addition to the other suggestions you could try IQFeed.
By Adam · #43772 ·
Re: reqHistoricalData - Stock Tickers
You might also look at these providers: http://www.eoddata.com/ https://www.tiingo.com/ https://www.alphavantage.co/ https://eodhistoricaldata.com/
By Dan · #43771 ·
Re: reqHistoricalData - Stock Tickers
I'm also using Yahoo for quotes from the US and from Japan. For the LSE I have bad experience with Yahoos data and I use IB's instead.
By Despair · #43770 ·
Can you call macros in one spreadsheet from another workbook using C#/.Net?
For some years I have been running two ActiveX Excel spreadsheets in VBA simultaneously and have been able to run one spreadsheet as a kind of slave from the other using the "Application.Run" function
By jsajsa65 · #43769 ·
Re: reqHistoricalData - Stock Tickers
I take over 1k end of day quotes from yahoo. There is a yahoo finance library/api that can be used from .net. Sent from ProtonMail mobile
By Jacky <TraderJacky@...> · #43768 ·
Re: reqHistoricalData - Stock Tickers
To be clear, reqHistoricalData works - within the context of what data IB provides. It may be that you need more data than IB provides or need it faster, but to make a blanket statement that IB's
By Nick <news1000@...> · #43767 ·
Re: reqHistoricalData - Stock Tickers
I am still trying to get some sense from this reqHistoricalData. Sure I shall as soon as I have some sensible data getting populated using IB. At this stage I do not recommend IB. I do not know about
By Robbo · #43766 ·
Re: reqHistoricalData - Stock Tickers
Thanks Adam. Could you please suggest a historical data provider? Yes I agree, I am facing lots of issues if I wish to develop a strategy with the help from reqHistoricalData. I require close, open
By Robbo · #43765 ·
Re: reqHistoricalData - Stock Tickers
It is not worth using IB for historical data for a large number of symbols if you want to do backtesting analysis, unless you are trying to use some unusual international exchanges where the
By Adam · #43764 ·
Re: reqHistoricalData - Stock Tickers
IB is a broker and supplies data for 'typical' retail use. If you have needs beyond what IB provides then you'll have to find a dedicated data provider that has what you need.
By Nick <news1000@...> · #43763 ·
Re: reqHistoricalData - Stock Tickers
Robinson: would you mind pasting the code you use to download monthly historical data using reqHistoricalData? The smaller the amount of code to read basic data, the better. I was thinking about using
By Rational-IM · #43762 ·
Re: reqHistoricalData - Stock Tickers
Thanks, just the downside is that it takes almost 3 hours to just run NASDAQ stocks with reqHistoricalData I require for different time frames such as monthly, weekly and daily time frames. The hours
By Robbo · #43761 ·