开云体育

ctrl + shift + ? for shortcuts
© 2025 开云体育
Date
Re: OCA order types and place in order queue
Limit orders are native to globex so your profit exit will be at the exchange. This has nothing to do with oca. The stop is not native so it must be simulated by ib. If you mouse over the profit
By Ed <news1000@...> · #29162 ·
OCA order types and place in order queue
I'm working on using OCA for my profit and loss orders. It appears that once I set the orders up with an OCA group, they aren't actually sitting at the exchange but rather are on an IB server waiting
By Davqe <drosen@...> · #29161 ·
Re: TwsActivex.xls cannot "request account updates"??
This is the method you should call to request account updates objTWSControl.m_TWSControl.reqAccountUpdates(True, accountName) If you are managing more than one account, make sure to use the right
By jpgarciaa <jpgarciaa@...> · #29160 ·
Re: Connect to TWS in main not in Thread (Java)
I mainly suggested you choose wisely for your own needs. If synchronization *is* a bitch and you are using 2 threads and one handles incoming socket messages and the other is handling incoming GUI
By Kurt Bigler · #29159 ·
Re: Connect to TWS in main not in Thread (Java)
Hi Brian :), Kurt, Thanks so much for your help! I will limit myself to just two threads and actually based on also Kurt's comment synchronization can be a bitch so I rather have two open connections
By twsapi <no_reply@...> · #29158 ·
Re: VB6 TWS ActiveX Vs. IB Gateway
I don't know VB, but think it doesn't matter. 1. In all fundamental ways, Gateway works the same as TWS in terms of connections. Since the Gateway has no purpose except to connect to API clients,
By Kurt Bigler · #29156 ·
VB6 TWS ActiveX Vs. IB Gateway
I haven't used the gateway yet, but was wondering a few things: 1. Is any pre-configuration required to connect to the gateway from the VB6 program? For instance with TWS you had to go into tws and
By Edbar <edbar@...> · #29155 ·
Re: problem with contract details
It is 7/18, and I just noticed the recently slow contract details behavior seems to have reverted back to what it was previously. -Kurt
By Kurt Bigler · #29154 ·
Re: C# Option Contract Details
not sure of your problem but getting a full option chain for the underlying was never a problem for my code the biggest problem was getting all the details and it timing out. nick
By nickhere@... · #29153 ·
C# Option Contract Details
Sorry, I've been away. That looks fine, I'm happy that I've got what I need now to download data, havn't been able to retrieve an option chain but I've come up with a workaround that is quicker.
By andrewcmeier <andrewcmeier@...> · #29152 ·
Re: problem with contract details
This has indeed been fixed for live and paper trading accounts, but not for edemo
By galigutta · #29157 ·
TwsActivex.xls cannot "request account updates"??
I use TwsActiveX.xls excel sheet to connect to IB Gateway. The connection between IB Gateway and TwsActiveX.xls is fairly stable. However, on occasions when IB Gateway loses connection to IB Server,
By virusnme <no_reply@...> · #29151 ·
Re: Connect to TWS in main not in Thread (Java)
Call me brian :). I have no idea how to change that login name. If you scroll down in Example1.java you will see the tickPrice method. This is overriding the method of the same name in
By btw12342001 <newguy@...> · #29150 ·
Re: Connect to TWS in main not in Thread (Java)
Hi, Breaking in, I have a vague memory there may be people who said they open multiple connections in order to have a dedicated thread for each, but it is highly unusual and probably not
By Kurt Bigler · #29149 ·
Re: NKD data
Nice, that works. Thanks a lot for the tip.
By jayfunandgames <jayfunandgames@...> · #29147 ·
Re: NKD data
Try omitting local symbol and use expiration date of 201309 instead.
By Ed <news1000@...> · #29146 ·
NKD data
Trying to request NKD data, buy having a problem. Using the following info Symbol: NKD Type: FUT Exchange: GLOBEX Local Symbol: NKD SEP 13 This is the format that I used when requesting YM
By jayfunandgames <jayfunandgames@...> · #29145 ·
Re: Tick Encoding/Decoding
here for example: http://stackoverflow.com/questions/1739259/how-to-use-queryperformancecounter
By cf16r <piter@...> · #29144 ·
Re: Tick Encoding/Decoding
I don't think there is a strict correlation between tick price/size and RTV. They seem to be completely different streams to me, with different sampling/aggregation. Remember that IB does not
By Ed <news1000@...> · #29143 ·
Re: Upcoming stock earnings dates
Thanks for the link, rwk and Robert. Below are the one-liners to scrape Yahoo calendars on linux; cut 'n paste in your xterm (tcsh). European stocks appear in earnings.csv (since 2011), confCalls.csv
By souqmate <souqmate@...> · #29142 ·