开云体育

ctrl + shift + ? for shortcuts
© 2025 开云体育
Date
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 ·
Re: Since Today, scanner not working
I, too, am seeing this problem.? exactly as you are saying.? As of this morning, it has NOT been fixed.? I am NOT impressed.? I also have submitted a ticket with IB.? Hopefully they can fix this
By TSgates · #46351 ·
Re: Timestamp for streaming market data and tick by tick?
#2 - The TBT time stamp has a resolution of one second as ds-avatar said. It appears (but I can't point to documentation) that the time stamp denotes the beginning of the second. Just as if ms, us,
By Jürgen Reinold · #46350 ·
[JAVA][TWS API][reqHistoricalTicks] Iterating over ArrayList of Contracts, Sending reqHistoricalTicks, Not Receiving Anything
Hi all, I have a program that does the following: 1. Obtain list of stock symbols 2. Create skeleton Contract for each stock 3. For each Contract send reqContractDetails to get full Contract 4. For
By mchaney2 <mchaney2@...> · #46349 ·
Re: How to deal with "disconnected from he HMDS server"?
Thanks for the reply. Can you link me for HDMS only being for historical data? For how it effects trading, let's say you are trading USDEUR late night at 12:05am and HDMS disconnects then you won't
By Bruce B · #46348 ·
Re: Timestamp for streaming market data and tick by tick?
Thanks. You said all times are cut off to 1s base. You mean rounded it off by 1s and it is not a complete epoch time with milli or micro seconds precision? How about streaming tick data? Anyway to
By Bruce B · #46347 ·
Re: MOO orders not being executed
IBKR absolutely supports opening and closing auction orders on Nasdaq. I placed and filled hundreds of these. The errors you quote suggest you are using some IB algorithms, especially the last one.
By ds-avatar · #46346 ·