开云体育

ctrl + shift + ? for shortcuts
© 2025 开云体育
Re: reqMktData callbacks are missing data with gateway 10.30 and 10.31 sporadically, works fine with 10.19 and older gateways/TWS
Interestingly the documentation on what reqMktData (both old and new). Have this statement "A tickPrice value of -1 or 0 followed by a tickSize of 0 indicates there is no data for this field
By ajn · #53732 ·
Re: reqMktData callbacks are missing data with gateway 10.30 and 10.31 sporadically, works fine with 10.19 and older gateways/TWS
jy.yngbld@... , 1. first loop of the test not always gives the errors. If you run several loops, then it is more likelly to repeat the issue *Program_get_bid.py -f symbols.csv -m REALTIME
By ajn · #53731 ·
Problems with " error advancedOrderRejectJson" Using version API_Version=10.33.01 from December 2024.
Using version ?API_Version=10.33.01 ?from December 2024. 1. ? ? ? decoder.py uses ?" self.wrapper.error(reqId, errorTime, errorCode, errorString, advancedOrderRejectJson)" Instead, it does not
By jbarbero100@... · #53730 ·
How to identify futures orders placed by ATS
TWS sent a notification to complete a task saying that US futures exchanges require brokers to identify orders placed by automated systems. How do you mark order as ATS? Is there a field for this,
By Andy Sanders · #53729 ·
Re: Fee Rate via API
They really should be redirecting people away from the old docs (see attached).
By buddy · #53728 ·
About python threading
for example i want create one client, and request two or more contract history data, this is wrong way? ``` app = Client() app.connect( '127.0.0.1' , 7497 , 0 ) threading.Thread( target
By langziyang1982@... · #53727 ·
Re: Fee Rate via API
Not sure whether it works for FEE_RATE (you could easily try it), but IBApi.EClient.reqHistoricalData (
By Jürgen Reinold · #53726 ·
Re: Fee Rate via API
Thanks for the pointer, I was able to get that to work. I was hoping I could just use a market data subscription to keep it up-to-date as with shares available to short. It seems very odd that they
By Scott Kister · #53725 ·
Re: Fee Rate via API
https://www.interactivebrokers.com/campus/ibkr-api-page/twsapi-doc/#hist-fee-rate
By buddy · #53724 ·
Fee Rate via API
Is the hard to borrow fee available via the API? It is vieable in TWS under Short Selling -> Fee Rate ib.reqMktData(contract, tick_list=236) returns the number of shares available to short, but
By Scott Kister · #53723 ·
Re: reqMktData subscription is not continuous
Good to know that after the Holidays, the liver is still functioning fine!MelSent from my Galaxy
By Mel · #53722 ·
Re: reqMktData subscription is not continuous
Appeared to be that was some glitch with paper account. Liver data feed works fine.
By Andy Sanders · #53721 ·
Re: Question on nextValidId function
thanks again Jürgen, everything is clearer now, complicated as you said, but clearer :) BR, Marco <TwsApiOnGroupsIo@...> wrote:
By Marco · #53720 ·
Re: IB's New automated trading system questionnaire
I send push notifications to my mobile using an app called pushover. This works great and IB was fine with this solution.
By Despair · #53719 ·
Re: Question on nextValidId function
You are correct, Marco. Each clientId has its own sequence of orderIds and, since nextValidId() has a value of 1 when a clientId is used for the first time, the numeric values for orderIds for
By Jürgen Reinold · #53718 ·
Re: reqMktData callbacks are missing data with gateway 10.30 and 10.31 sporadically, works fine with 10.19 and older gateways/TWS
I have executed the short file you posted multiple times through IB_Gateway. Final result in prompt: done symbols: 1283 Number of not done symbols: 0 In about 52 seconds. Also, gateway is sending
By jy.yngbld@... · #53717 ·
Re: Question on nextValidId function
Hello Jürgen, thanks for your detailed reply. Yes I confirm my counter(s) get initialized with the value from the automatic nextValidId() callback. It is not completely clear to me when you mention
By Marco · #53716 ·
Re: Question on nextValidId function
There is nothing wrong with your approach, as long as your internal counter gets initialized with the value of the automatic nextValidId() callback you receive when your client connects to TWS
By Jürgen Reinold · #53715 ·
Question on nextValidId function
Hi All, one question on the orderId and the necessity of nextValidId function. From the documentation ( https://www.interactivebrokers.com/campus/ibkr-api-page/twsapi-doc/#receive-news-articles) it
By Marco · #53714 ·
reqExecution failed to get executions
I have a Java program using TWS API to get market data and place orders. After it made a trade, it gets "ExecDetails" and "CommissionReport" callbacks. But after I restarted the Java program and
By Paco Lee · #53713 ·