¿ªÔÆÌåÓý

ctrl + shift + ? for shortcuts
© 2025 Groups.io
Date
Re: Tips for fastest performance with IBG?
What type of speed improvements are you looking for? When most people talk about speed and trading they are trying to achieve a specific latency outcome, ie completion of a given operation within a
By Ben Alex <ben.alex@...> · #34589 ·
Re: Download page for IB Gateway...
I'm on Linux so I can't be sure what the OSX installer does. However I assume they're similar. The following was tested with TWS release 954.2a. On Linux the Install4J-based installer mainly installs
By Ben Alex <ben.alex@...> · #34588 ·
Tips for fastest performance with IBG?
Are there any tips to eek out any speed improvements when implementing IB Gateway (IBG) for the access to IB. My OS is Win7 Pro. Using IB Controller to invoke IBG. I'm wondering about the Setting in
By fantasy football · #34587 ·
Re: Download page for IB Gateway...
Ah, that's very interesting! I'm on Mac OS X so it seems I can't use the Linux utilities you are referring to. Is there a way to launch the currently available TWS downloads as IBGateway, by somehow
By Norbert Schatz · #34586 ·
Re: Download page for IB Gateway...
IB Gateway and TWS are the same application, the only difference being the Java main() method. TWS launches a more extensive GUI than IB Gateway, but the same JARs are used.
By Ben Alex <ben.alex@...> · #34585 ·
Strange end of Historical Data?
Hi, I am trying to get 1 year of daily historical data for stock "APA". ?Below is the last a few days' high prices my program printed: 20151125: 50.9420151127: 50.1920151130: 49.9920151201:
By alvinxw <alvinxw@...> · #34584 ·
Re: Download page for IB Gateway...
Ben, thanks for pointing out. The comments you referred to seem to interchangeably refer to TWS and IBGateway. Is it possible to somehow run the same download "as" IBGateway, or are you just talking
By Norbert Schatz · #34583 ·
Re: Download page for IB Gateway...
Last week I encountered what is probably a related issue, being that IB significantly changed the TWS release format between 952 and 953. They refer to this in the version 953 release notes as the TWS
By Ben Alex <ben.alex@...> · #34582 ·
Re: Historic data req is rejected: SP500 with TRADE type (not MIDPOINT). Why?
Thanks, it was indeed that simple.
By shachar weis · #34581 ·
Re: Historic data req is rejected: SP500 with TRADE type (not MIDPOINT). Why?
It could be spelling. This is from the API docs: whatToShow String Determines the nature of data being extracted. Valid values include: * TRADES * MIDPOINT * BID * ASK * BID_ASK *
By rwk · #34580 ·
Historic data req is rejected: SP500 with TRADE type (not MIDPOINT). Why?
Hey all. I'm trying to get Historic data from the ES ticker on GLOBEX and with type TRADE, and the request is rejected. If I ask for MIDPOINT it works. Does anyone know why? Thanks.
By shachar weis · #34579 ·
Re: Download page for IB Gateway...
Had the same problem and was only "saved" by finding an older version in my Downloads folder.
By fantasy football · #34578 ·
Download page for IB Gateway...
...seems to be gone. I kept checking the download page for a standalone version of IB Gateway (Mac OS X) that would correspond to TWS "latest" version 954.2 (or newer), but there was only an older one
By Norbert Schatz · #34577 ·
Re: OT: An app I've been working on
FWIW: Quorum sensing - Wikipedia, the free encyclopedia https://en.wikipedia.org/wiki/Quorum_sensing https://en.wikipedia.org/wiki/Quorum_sensing Quorum sensing - Wikipedia, the free encyclopedia
By Tom McGinnis · #34576 ·
Re: ECBOT historical data
No, you don¡¯t need to use the expiry field. It works just fine with secType=¡±FUT¡±, exchange=¡±ECBOT¡±, and localSymbol=¡±ZB DEC 15¡±. The only difficulty is that different exchanges have
By Richard L King · #34575 ·
Re: ECBOT historical data
Thanks to those who responded. I have it working now. To summarize, the trick for the ECBOT contracts is to specify the expiry in the Contracts object. For stocks, forex and all other futures, I have
By Phil Reid · #34574 ·
Re: ECBOT historical data
Phil, It's a very annoying system for the "Local Symbol" with 3 embedded spaces: For instance, Corn for December is: "ZC ? DEC 15"
By fantasy football · #34573 ·
Re: ECBOT historical data
endDateTime="20151201 17:59:59 EST" durationStr="10 D" barSizeSetting="1 min" whatToShow="TRADES" formatDate="1"><reqContract symbol="ZN" secType="FUT" expiry="201603" exchange="ECBOT"
By souqmate@... · #34572 ·
Can anyone see market data for an "Inter-Commodity Spread" via any API?
Here is an example: On NYMEX, the spread between Gasoline (RB) and Crude Oil (CL) This is an exchange-defined and TWS-defined Inter-Commodity Spread. In TWS, typing "RB.CL" (return) will show you the
By fantasy football · #34570 ·
ECBOT historical data
I've been getting historical quotes for some time now for stocks, futures and forex without any difficulty through the API with C#. However, I just can't seem to get the Contract details right for
By Phil Reid · #34571 ·