开云体育

ctrl + shift + ? for shortcuts
© 2025 Groups.io
Date
tif of child orders
If I place a buy limit order with a stop loss order attached as a child order and the original order is valid just for the day it will be the same for the stop order, correct? Meaning if the trade is
By Despair · #46374 ·
Re: Place a Limit Order with 2 Profit Takers and 1 Stop Loss for a Stock
Thank You Richard. Thank You Yair. -- Pavan
By Pavan M · #46373 ·
Re: Place a Limit Order with 2 Profit Takers and 1 Stop Loss for a Stock
Note that when you attach multiple child orders, IB may place limitations on the possible combinations of allowed child-order parameters. For example, when you add a MOC exit order to the standard
By Yair Altman · #46372 ·
Re: Place a Limit Order with 2 Profit Takers and 1 Stop Loss for a Stock
No it isn't possible, that's why I suggested what I did. If I had thought it were possible, I'd have said so: it was obvious from your question that that was what you were hoping for. When you
By Richard L King · #46371 ·
Re: Place a Limit Order with 2 Profit Takers and 1 Stop Loss for a Stock
Thank You for your response Richard. Actually I should have been a little more specific.? Is it possible to pack them into 1 order. Meaning - IB treats a Bracket Order (Limit Order with 1 Profit
By Pavan M · #46370 ·
Re: reqHistoricalData Duplicate Bars?
Thanks for the feedback. I would like to close off this topic with the answer to the problem. In my code I was occasionally accidentally loading the same day twice due to some timezone calc error
By David Armour · #46369 ·
Re: Since Today, scanner not working
Yes, the stable version works.? Thanks.
By TSgates · #46368 ·
Locked Re: , MFA client doubles account in 6 weeks
This post has been deleted by the Moderator and the topic has been locked to prevent further posts. .
C/C++ code for Market Depth Level 2 Streaming?
Hello, Does anyone have a C/C++ Market Depth Level 2 Streaming code posted anywhere? *(single file preferred rather than a full project library).* Bonus if it saves data to RDIS or another
By Bruce B · #46366 ·
Re: Place a Limit Order with 2 Profit Takers and 1 Stop Loss for a Stock
Place your limit order on its own (or with just a protective stop-loss in case you lose your connection before you do the next bit). When the limit order is filled, place two separate OCA orders,
By Richard L King · #46363 ·
Place a Limit Order with 2 Profit Takers and 1 Stop Loss for a Stock
Hello, I am using Python TWS API. For a Stock, I want to place a Limit Order with 2 Profit Takers and 1 Stop Loss. If Profit Taker 1 is hit, then the stop loss should decrease by the commensurate
By Pavan M · #46362 ·
reqMatchingSymbols not working today
Hello everybody, reqMatchingSymbols doesn?t work today it seems. I do not get any results. I?m using Excel VBA. Does someone experience the same problem? Kind regards, Marc
By ApiMadness · #46360 ·
Re: Timestamp for streaming market data and tick by tick?
The concept of "market lines" is explained at https://interactivebrokers.github.io/tws-api/market_data.html and cost details for quote boosters at
By Jürgen Reinold · #46359 ·
Re: Historical downloader
Hi VirginCoder, For your Github code I get a BadZipFile File is not a zip file error. Would you have a simple program for market depth level 2 OR tick-by-tick streaming as well? Thanks,
By Bruce B · #46358 ·
Re: Since Today, scanner not working
There's no perfect solution but there's an argument to be made for not changing TWS versions once everything is working and stable for your needs. Some people always upgrade to the latest version but
By Nick <news1000@...> · #46357 ·
Re: Since Today, scanner not working
Following a brief back and forth with IB, it turns out that the issue lies in one of the latest versions of TWS. SOLUTION:? Downgrade to the latest max-stable version, which is currently? Build
By Stryder · #46356 ·
Re: reqHistoricalData Duplicate Bars?
I'm sorry if this isn't directly helpful but I thought I could provide my own experience, because I have downloaded massive amounts of 1min data through the ibapi, and the only types of duplicates I
By Stryder · #46355 ·
Re: Timestamp for streaming market data and tick by tick?
Hi JR, Thanks for the feedback. I think tick-by-tick is a misnomer for what they send as tick-by-tick. They *may be sending all data but bunching them with a single time stamp negates the idea of
By Bruce B · #46354 ·
reqHistoricalData Duplicate Bars?
I am facing a strange problem which I do not recall seeing before. I am downloading 1 day of 1 min data and I am getting duplicate bars sometimes. None are missing and I am currently "erase"ing
By David Armour · #46353 ·
Re: Historical downloader
For bars up to and including daily, it’s bar start time. But I think (though I’d have to go and check, which I can’t at the moment) that for weekly and monthly bars it’s the end date that’s
By Richard L King · #46352 ·