开云体育

ctrl + shift + ? for shortcuts
© 2025 开云体育
Date
How to get filled price for the order?
I use IB Native API. I can place the market/limit order using placeOrder. It works well. The code is somewhat similar to what's listed at
By @waimea86 · #46336 ·
Re: Wait after using placeOrder till all messages in orderStatus are complete.
You should monitor execDetails instead of orderStatus.? I had some errors with a couple of my orders and thought that orderStatus would give me better information, but it oftentimes didn't get
By man910@... · #46335 ·
Wait after using placeOrder till all messages in orderStatus are complete.
Hello, I am placing a market order. After I placeOrder , the orderStatus callback is triggered. This callback is triggered one for each message. Soon after? I placeOrder , I want my program to wait
By Pavan M · #46334 ·
Scanner Subscription - How to get the changes% in resualts
def onScanData ( scanData ): for scan in scanData: print (scan.contractDetails.contract.symbol) sub = ScannerSubscription ( instrument = 'STK' , locationCode = 'STK.US.MAJOR' , scanCode =
By moshe.peled@... · #46333 ·
Re: MOO orders not being executed
I set this field to FALSE for all programmatic orders in my system to bypass the nanny price controls, and the error you quoted suggests this field might be the culprit, although it sounds quite
By ds-avatar · #46332 ·
Re: MOO orders not being executed
Is the order sent to native exchange opening auction when *UsePriceMgmtAlgo=True* ? Normally algo orders don't participate in the auction and only go active in the regular tape. Unless this is a sort
By misantroop · #46331 ·
Re: modify bracker order
Use the same order id, and reissue with the changes to price Best wishes, M
By mark collins · #46330 ·
modify bracker order
After reciving Parent execution price of my bracket order, I wish to adjust the TRAIL and LIMIT legs more accurately. How Do I *modify* the childern? This is how I fired the barcket order/ ==== #
By erezkaplan90@... · #46329 ·
Re: MOO orders not being executed
Yes but #1 There is many algos available https://www.interactivebrokers.com/en/index.php?f=4985 look at Fox VWap too #2 be careful/aware, if not already, that such method does impair back-testing
By Gordon Eldest · #46328 ·
Re: MOO orders not being executed
Thanks ds-avatar!? So I just set that field to true do I? Hunter
By Hunter C Payne · #46327 ·
Re: MOO orders not being executed
Make sure your orders bypass price controls using the field *UsePriceMgmtAlgo* I place a lot of OPG orders and never had the issue you described. сб, 30 янв. 2021 г., 00:50 Hunter C Payne via
By ds-avatar · #46326 ·
Re: MOO orders not being executed
It's bad that error 2161 is not listed in the API documentation. But to answer your question, brokers are *apparently allowed to not list orders that are far from market price point (be it pre-market
By Bruce B · #46325 ·
MOO orders not being executed
Hi all,?? I'm trying to use MOO orders to get (near to) the opening session price for a trade.? I place the orders about 5 minutes before the opening (as they must be sent in early).? This works
By Hunter C Payne · #46324 ·
Re: Getting a list of all ticker symbols
The ftp referenced by Isaack and misantroop is definitely a good one, but I wanted to suggest this API link, returning a nice json with a bunch of EOD info as
By Stryder · #46323 ·
Locked Re: Margins over 100%, what do they mean?
No, it's something like crazy 40.000 margin per shorted bitcoin because IB don't know what crypto-fanatics can do
By Mikhail Ershov · #46322 ·
Re: orderbook level 2 with errorCode 2152
Thanks. If it's not documented it could also be a serious error like missing a streaming market depth level 2 row update too. They should document this or fix their system. I have filed a ticket
By Bruce B · #46321 ·
Locked Re: Margins over 100%, what do they mean?
Hopefully, there is a huge lawsuit that teaches the brokers not to do this again AND THEN we might know the full story. Futures can go to negative and regular stocks are not able to go below $0 as
By Bruce B · #46320 ·
Re: orderbook level 2 with errorCode 2152
Usually it is not a true error, but rather information message on exchanges you are subscribed to (via errorString string). E.g.: "Error: 2152, Exchanges - Depth: BATS; ARCA; ISLAND; BEX; NYSE; IEX;
By John K · #46319 ·
What libraries do you use for Python to get live stream and to save to db (to be fast)?
Hi, In python, what are you using to get a *consistent background processes* going and to be able to analyze that data on the fly and to *quickly* save them to db? Thanks,
By Bruce B · #46318 ·
Re: orderbook level 2 with errorCode 2152
Hey were you able to find the answer to error code 2152 ever? I get the same thing on Depth Level2 streaming. Thanks
By Bruce B · #46317 ·