I have codes working okay for sending a single historical data request, but want to refactor it to be able to send multiple requests in different...
The "close" of the 1-min OHLC bar at 15:59 is just the typical close, not result of the closing auction. How can I get the closing auction price...
I am trying to get a stock's intraday prices including the close at 16:00, but seems 16:00 itself is outside of RTH so up to 15:59. For NVDA on...
I have some questions related to reading messages as followings: 1. I see EJavaSignal is used in `new Socket(this, EJavaSignalObj)`, but what is...
It seems I completely missed this EReader thing
This is preliminary and trying to send a hist data request and see what comes back. It is not wrapped in a thread and no loop. What's wrong...
Market days do not necessarily coincide with public holidays. For programs that relate to historical dates, such as getting historical data or...
Your right, I saw it being used in the sample codes and some Github codes, but the return parameters can just be read directly. That is such a...
I see it used in reading data from reqHistoricalData(), @Override public void historicalData(int reqId, Bar bar) {...
https://ibkrcampus.com/ibkr-api-page/twsapi-doc/#api-introduction https://interactivebrokers.github.io/tws-api/introduction.html Cannot find much...
https://ibkrcampus.com/ibkr-api-page/twsapi-doc/#historical-limitations Can't find it now, but I recall you are limited to X numbers of requests...
Is it for real you can only request one-day-period for 1-min data? So for 6months IBM trade-bid-ask, I have to send 3 requests for each day for 6...
Hi, can you please explain what does Step Size mean? https://ibkrcampus.com/ibkr-api-page/twsapi-doc/#step-sizes It seems to refer to the maximum...
Can you elaborate on those straddle before/after and % of index/price?
I understand it is async, so I wrap the request in a Callable and executor.submit(req) and wait for its result, just like using promise or async...
Reading the docs on getting historical data, requesting by...
So I guess I can just set `source/JavaClient` as directory root and import `com/ib/client/...` in the sample codes as before. Haven't tried yet as...
I tried playing with IBKR APIs on my macbook. Downloaded the twsapi_macunix, moved the ibjts folder to ~, playing the sample Java codes and...
OCC automatically assigns any in-the-money options. Easy to understand if the stock traded close to 4PM, so moneyness is clear. But what if for a...
What do you use
Separate names with a comma.