开云体育

ctrl + shift + ? for shortcuts
© 2025 开云体育
Date
Re: Re-login failures with TWS auto-restart option.
Hi Jürgen, Thanks for the input. Yes, I get the same maintenance window stuff same as you every night, but we reconnect automatically with no problem. My logs show I was connected and running
By Lou Dudka · #49322 ·
Re: Re-login failures with TWS auto-restart option.
All our TWS restarts worked without a hitch, Lou. They take place 5 min after yours at 16:30 Central, But we had an incident during the maintenance window on Tuesday April 5 at around 23:15
By Jürgen Reinold · #49321 ·
Re: Re-login failures with TWS auto-restart option.
I had a successful TWS auto-restart at 5:15pm Eastern today, TWS version 981.3l.
By Nick <news1000@...> · #49320 ·
Re: Re-login failures with TWS auto-restart option.
Hi All, I had two re-login failures with TWS auto-restart option this week, Thursday and today Friday. They all occurred about 5:25 PM NYT, botn in test and prod. Anyone else having these
By Lou Dudka · #49319 ·
Re: Building an Advanced Historical Stock Screener
If I notice it, I just delete the file that stores the history and my puller will automatically repull it and capture the adjustments. I only look at S&P500 and larger Nasdaq stocks so it rarely
By Crow · #49318 ·
Re: Building an Advanced Historical Stock Screener
How are you adjusting for divs/splits/spin-offs?_
By Mike · #49317 ·
Re: Building an Advanced Historical Stock Screener
I have noticed that as well. If I just do one or two requests, I get the data fast. But then after about the third or so request, it slows down. I think IB deprioritizes the request when they
By Crow · #49316 ·
What is manualOrderCancelTime param of Eclient::cancelOrder( int id, String manualOrderCancelTime)
The latest TWS API for Java added a new required parameter to the existing method EClient::cancelOrder. It now takes a string for manualOrderCancelTime which can be left null. What does this
By Crow · #49315 ·
Re: Building an Advanced Historical Stock Screener
I can confirm Richard's measurements, In fact some of my "1 day RTHOnly for 50 years" requests get served even faster. * 12.676s --> 9,070 bars for MSFT RTHonly 1day 19860313 to 20220304 * 12.903s
By Jürgen Reinold · #49314 ·
Re: Building an Advanced Historical Stock Screener
No, I manually (and quite tediously) scraped the symbols from a website and then edited them into a file in the format that my downloader command line program can use for input. You can get such a
By Richard L King · #49313 ·
Re: Building an Advanced Historical Stock Screener
It's vastly improved. There are still combinations of bar size and duration that cause lengthy waits, and my implementation takes care to avoid them. Though I've just realised that at least some of
By Richard L King · #49312 ·
Re: Building an Advanced Historical Stock Screener
Richard, did you manually enter every symbol into a list for the contract.symbol = “ticker” I don’t know if there is a way to scan all stocks in nasdaq in one go.
By tagerrish@... · #49311 ·
Re: Building an Advanced Historical Stock Screener
Yikes. Things have changed for the better. I know they relaxed the pacing limits but didn't think it was so dramatic for daily bars. Thanks for the info!
By Nick <news1000@...> · #49310 ·
Re: Building an Advanced Historical Stock Screener
Nick, I think you're dismissing the historical data mechanism too easily. I downloaded 10 daily bars for each of the S&P 500 stocks using my downloader program, and it did the lot in just 30
By Richard L King · #49309 ·
Re: Building an Advanced Historical Stock Screener
Your best bet is the built-in scanners since you probably can't download history for those markets (around 6,000 stocks) in a timely manner with the tws api. The pacing limits are a moving target so
By Nick <news1000@...> · #49308 ·
Building an Advanced Historical Stock Screener
I am trying to build an advanced stock screener using tws API and I am not sure if what I am trying to do is possible. I want to scan the entire NYSE and NASDAQ for a set of historical criteria to
By tagerrish@... · #49307 ·
Re: TWS API for FUTURE response 200 No security definition has been found for the request
The required fields are incorrect.? Take a look at the samples in the API, in the ContractSample.cpp file from the C++ project, and the? FutureWithLocalSymbol() function. contract.secType =
By rossh_yh · #49305 ·
Re: TWS API for FUTURE response 200 No security definition has been found for the request
The financial futures trade calendar quarter-end deliveries: March, June, September, December Commodity futures deliveries coincide with production or consumption cycles (e.g. growing season in
By rwk · #49304 ·
TWS API for FUTURE response 200 No security definition has been found for the request
Hi, I am trying to get the FUTURE data of some indexes like ES,?NQ, so I write the following code: contract = Contract() contract.symbol = "ES" contract.secType = "FUT" contract.exchange =
By breakout.soul@... · #49303 ·
Re: Conditions on twsactivex API.... AGAIN :)
Just for whoever finds this thread and because they had the same problem as me, to circumvent this issue I had to cancel the order and send it again with a new order Id, every day. Hope there will be
By joanmarcel119 · #49302 ·