¿ªÔÆÌåÓý

ctrl + shift + ? for shortcuts
© 2025 Groups.io
Date
Re: Flex Queries: Order Reference always empty
OrderRef will be in reports only for the most recent session. Workaround: configure the system to send daily reports by mail, then collect and collate them.
By ds-avatar · #46719 ·
Re: Paper Trading with MKT orders
I would strongly recommend that you record the pricing that IB believes is available at the time, it will tell you whether it is a data issue or a simulated trade issue. At least if the data lines up
By mark collins · #46718 ·
Re: Paper Trading with MKT orders
Thanks Mark. I do account for timing differences in my backtest (i.e I assume there is a time delta between when my model signal is generated and when the orders are actually placed. So in backtest, I
By kris k · #46717 ·
Flex Queries: Order Reference always empty
I am using orderRef field of an order to mark an order as it belongs to a specific strategy. However when using flex queries to retrieve the list of orders the OrderReference field is always empty. As
By corneliu maftuleac <corneliu.maftuleac@...> · #46716 ·
Re: Paper Trading with MKT orders
To really understand this you'll need to account for possible differences in the exchanges, as well as the timing differences. Lastly you need to know that paper trades in the IB system are
By mark collins · #46715 ·
Paper Trading with MKT orders
Hello Can anyone tell me how the IBKR paper trading via APIs is simulated ? This is how I am testing my system. I have a 3rd party tick data that I consume and build my predictions real-time (so I am
By kris k · #46714 ·
Multiple connections and multiple accounts
I have a few accounts under a Friends? and Family umbrella account which I trade using multiple python based models.?? I had been successfully trading two models against one of the accounts, but
By hmtodd · #46713 ·
Re: tickeByTickData or Depth Level 2 does not work when using ISIN instead of conID or symbol
Thanks for checking this. Your example works for contract details but have you seen this working for market depth level 2 or level 1 as well which is the case I am asking about? Side note: Will
By Bruce B · #46712 ·
automated RTD download completion detection
Does anyone know how to make a routine that determines when all the RTD cells have been updated?.? That way the next procedure can detect it and run based on the data.? I currently have to wait and
By thurman.aerospace@... · #46711 ·
Re: tickeByTickData or Depth Level 2 does not work when using ISIN instead of conID or symbol
Maybe you want to check your setup, Bruce. The ISIN example contract lookup example works just fine in Richards amazing Contract Inspector.
By J¨¹rgen Reinold · #46710 ·
Re: tickeByTickData or Depth Level 2 does not work when using ISIN instead of conID or symbol
Thanks Stew. Noted your tip about why conID might give faster response. The error I get you think is because I didn't input contract ID or symbol like it says? If so then: A) Why does the sample file
By Bruce B · #46709 ·
Is it possible to get Book Depth Level 2 from historical data?
Hi, Is it possible to get "Book Depth Level 2" detail levels from Historical Data requests? In streaming data this comes from these requests: IBApi.EWrapper.updateMktDepth (
By Bruce B · #46708 ·
reqHeadTimeStamp Duplicate Query Error
My script requests the head timestamp of 200 contracts to query data.? I have been having a few issues: * I will be able to pull 100 ish values then I get a 162 error saying "request has timed
By Mike · #46707 ·
Error validating request.-'bO': cause - Invalid order type was entered
Hi, may I ask why there will be such an error message? I have checked my codes and it seems like there is nothing wrong there in the order part. Thank you very much.
By @PythonNewer · #46706 ·
Re: Projected Earnings Date with RTD or DDE
Thanks, that awesome.? Very simple data set so it should be easy and quick to download.? ?I'm not sure why IB doesn't just make it a simple RTD or DDE Ticker.? Fortunately I focus on the CBOE
By thurman.aerospace@... · #46705 ·
Re: Projected Earnings Date with RTD or DDE
I don¡¯t know how in IB but you can find it for a set of stocks at: https://fwogy.com/earnings.php I plan to have it scan for all 20,000+ stocks I track but right now it¡¯s just tracking a
By Stuart Cracraft <smcracraft@...> · #46704 ·
Projected Earnings Date with RTD or DDE
Does anyone know how to pull the projected earnings date using either RTD or DDE?
By thurman.aerospace@... · #46703 ·
How to really do MOO orders?
I posted a similar question on the ib_insync list last week, but didn't get any response. This issue is for paper trading of equities on the LSE. I am trying to place "market on open" orders based on
By Paul M · #46702 ·
Re: CAC40 option chains reqSecDefOptParams
That's indeed a very good answer. I didn't know about Europe Index options, even though we only trade CAC40 FUTURE, DAX Future,... I thought CAC40 options were those of the futures, not of the index.
By Francois G · #46701 ·
Re: How to retrieve current bid/ask for a combo order?
I'm trading stock options for US stocks and yes, I receive both bid and ask (tick 1 and 2). So I subscribe to all stocks that are part of the spread in question and once I have received all bids and
By Despair · #46700 ·