¿ªÔÆÌåÓý

ctrl + shift + ? for shortcuts
© 2025 Groups.io
Date
How can I know when a stop limit order is triggered?
Gents, Is there a way to find out from the API when a stop limit order is triggered? Today the price dropped quickly below my stop limit order's stop and limit price, so the order did not fill.
By Levente · #44555 ·
Re: Announcing new Clojure wrapper for the Java API
Hi! Trust you found me on Twitter, but for the benefit of all: You get a ticker-id in the call-back. So when you originally make the request you need to update / append to a map that links your
By Alex314159 · #44554 ·
website that will send notifications regarding earnings dates.
regards to everyone, for some time i had been looking for a website or tool that would send me email alerts when one of the 20-something companies i trade would hold their earnings announcements. (it
By marcos gonz¨¢lez · #44553 ·
Re: How do you forward test a new strategy in paper account if you already have an existing strategy running in real account?
as mr. Pisa stated, it is perfectly possible to log in to two instances of tws and use different port numbers to send signals to a live or simulated account. regarding testing, the best thing you can
By marcos gonz¨¢lez · #44552 ·
Re: How do you forward test a new strategy in paper account if you already have an existing strategy running in real account?
You can run two TWS or TWS-Gateway (paper - live) on the same machine always you're using a different port for each one.
By Mario Pisa · #44551 ·
Re: Announcing new Clojure wrapper for the Java API
Thanks -- this is great! I gave up on the older version a while back, how can I define a listener that will get the symbol associated with a realtime tick? I'm subscribing to multiple contracts
By aakq@... · #44550 ·
Re: How do you forward test a new strategy in paper account if you already have an existing strategy running in real account?
I'm wondering the same thing. I figured out that you can run the TWS and the gateway simultaneously on the same computer with one being logged in into your live account and the other in your paper
By Despair · #44549 ·
How do you forward test a new strategy in paper account if you already have an existing strategy running in real account?
Hi all, just wonder is there anyone having more than one strategy? Just wonder if one already have an existing strategy running real account, how to test a new strategy in paper trading account. As
By Susan Smith · #44548 ·
Re: IBController does not login with username and password on gateway 978 OSX Catalina
Indeed, IBController was so good that I did not touch it for about 2 years. IBC is up and running now. Thank you for your contributions.
By Florin Bora · #44547 ·
Re: IBController does not login with username and password on gateway 978 OSX Catalina
IBController was superseded by IBC about 2 years ago. It is now at version 3.8.2. See here: https://github.com/IbcAlpha/IBC Make sure you read the User Guide, as IBC is not a direct drop-in
By Richard L King · #44546 ·
IBController does not login with username and password on gateway 978 OSX Catalina
I had to update the gateway since the older version was not supported anymore.? I'm using * the latest version of the gateway 978 * I also updated to the latest IBController 3.4.0. * my operating
By Florin Bora · #44545 ·
Re: testing api (paper) using financial advisor account
Good to hear AJ!
By Bertrand Le N¨¦zet · #44544 ·
Re: testing api (paper) using financial advisor account
Lamp, Thank you very much! indeed finally found it. So here is that is (was) broken in IBK interface * I applied for a paper trading account. they asked me to pick a name (say I picked *user1* ). at
By ajn · #44543 ·
Re: TWS API Python Connection error
Is this how it's supposed to look: def recvMsg(self): if not self.isConnected(): logger.debug("recvMsg attempted while not connected, releasing lock") return b"" try: buf = self._recvAllMsg() except
By mischabchetty@... · #44542 ·
Handling no-response from IB API to reqFundamentalData()
Dear All, I'm requesting fundamental data for a list of symbols using reqFundamentalData(). The high-level sequence of code is presented below. It works well most of the time; but it happens
By Bertrand Le N¨¦zet · #44541 ·
Re: Reproducing TWS Trade Log Exports
Using the method defined by mdelvaux2 (Reports -> Flex Queries -> New Flex Query), I can get the last year of data. Any way to get data from years past? 07
By joelrgross@... · #44540 ·
Re: Want contract details of all options. reqContractDetails with no lastTradeDateOrContractMonth?
reqContractDetails() will return all contracts which fulfill the criteria you specified. So if you don't specify an expiry date it will return all contracts, independent of the expiry date. I don't
By J G · #44539 ·
Want contract details of all options. reqContractDetails with no lastTradeDateOrContractMonth?
I want to get the contract details for all expiry dates using reqContractDetails. What is the best way to do this? What is supposed to happen if I don't input anything for
By mischabchetty@... · #44538 ·
Re: PACEAPI questions
A ping on this topic. @Josh does the PACEAPI option revert once the client that requested it disconnects or does it remain in effect? If remains, is the only way it is cleared by a restart of the
By Traveler · #44537 ·
Re: testing api (paper) using financial advisor account
Hi aj, Haven't touch this for a while (about a year ago) but I remember very clearly having a FA paper account. It was a master account linked to 5 client account do that you can try all you
By Bertrand Le N¨¦zet · #44536 ·