¿ªÔÆÌåÓý

ctrl + shift + ? for shortcuts
© 2025 Groups.io
Date
Re: Connectivity With IB
I was able to connect just now - 4pm on east coast.
By Nick <news1000@...> · #34620 ·
Re: Connectivity With IB
Connectivity from the UK been fine all day - but was connected from just after midnight UK time -- Stewart Douglas sdouglas@... http://www.snowgold.com
By Stewie D · #34619 ·
Connectivity With IB
I haven't been able to connect to IB for over 30 minutes with either the Gateway or the Workstation. Is anyone else having problems?
By mochasatin <no_reply@...> · #34618 ·
Re: Building an options trading algo using TWS. Need some help!
? Is? GAT (Good After Time ) order type useful here ? ? https://www.interactivebrokers.com/en/index.php?f=587 ?
By ce <zadig_1@...> · #34617 ·
Re: Building an options trading algo using TWS. Need some help!
Hello all, Thanks for all the tips and comments! I am adding them to the specifications. As fshsweden stated, We need a robust framework that can handle and recover from all the problems that can
By todell826@... · #34616 ·
Re: Building an options trading algo using TWS. Need some help!
Somewhat related to OP's requirements, i.e., placing orders after certain time in market. How do you do it in TWS (not API)? I can't seem to find conditional orders in TWS doing that. I am
By cnimativ · #34615 ·
Re: Building an options trading algo using TWS. Need some help!
I haven't traded SPY option in awhile, but I noticed with ES options that market makers often pull bids and offers, usually both sides at once, for periods of a fraction of a second to several
By rwk · #34614 ·
Re: Building an options trading algo using TWS. Need some help!
You forgot to mention things like how to deal with and recover from an outage (either your app or internet connection or IB issue). Also you have to handle things like when to stay on the sidelines
By Nick <news1000@...> · #34613 ·
Re: Building an options trading algo using TWS. Need some help!
This is a recent post to another forum. I am new to the automated trading world and writing code. My goal is to develop an algorithm that trades options credit spreads. I have been manually
By todell826@... · #34612 ·
ECBOT in Test Account: bizarre Market Data to API (only) on (simulated) Order
So something strange, perhaps idiosyncratic for a particular day, but disturbing, nonetheless, suggesting an automated IB layer to the API L1 market data, at least for test accounts. Trading in
By fantasy football · #34611 ·
Re: Building an options trading algo using TWS. Need some help!
If you are new to programming you have a long road ahead of you. I suggest you get an expert to at least set up a framework for you. I have such a framework which allows setting up a simple trading
By Peter Andersson · #34610 ·
Re: tickPrice vs tickString
I am trying to get the TickValue or the minimum price change based on a meta trader script. Do you know how can I get that? Any help would be appreciated.
By ravi_gohil999@... · #34609 ·
Re: Building an options trading algo using TWS. Need some help!
Hi It might help if you expand on what you're after. Do you want some guidance on coding Java generally, some help using IB's Java library, or are you seeking someone to write some or all of code for
By Ben Alex <ben.alex@...> · #34608 ·
Building an options trading algo using TWS. Need some help!
I have been manually trading an options spread strategy and am looking to automate it. I am new to programming and am having difficulties getting started. I am trying to use java language in
By todell826@... · #34607 ·
Re: Python TWS API
Found the problem. I tried to do a print(conn.connect()) after making the connection. That 'opened' two connections and only one .disconnect() calls.
By cnimativ · #34606 ·
Re: orderStatus for orders modified in TWS
Apology if I misinterpreted that sentence.
By fantasy football · #34605 ·
Re: orderStatus for orders modified in TWS
Ok, thanks. I never investigated this but tossed it in the hat since the OP is still looking for info.
By Nick <news1000@...> · #34604 ·
Re: orderStatus for orders modified in TWS
Show me the manual reference for your statement. What I see in the manual is * *Master API client ID*- The API client with the specified client ID will receive all orders, even those placed by
By Nick <news1000@...> · #34603 ·
Re: orderStatus for orders modified in TWS
The order was initially placed as a LMT order via the API, but was subsequently amended to a MKT order via TWS. Modifications in TWS to orders placed via the API are always notified to the API via the
By Richard L King · #34602 ·
Re: orderStatus for orders modified in TWS
Per the manual, this won't work. The ClientID = 0 is reserved for TWS itself. And choosing a ClientID to receive all API trades is said to not receive those from TWS.
By fantasy football · #34601 ·