Re: reqMktData subscription is not continuous
Good to know that after the Holidays, the liver is still functioning fine!MelSent from my Galaxy
Від Mel · #53722 ·
Re: reqMktData subscription is not continuous
Appeared to be that was some glitch with paper account. Liver data feed works fine.
Від 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:
Від 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.
Від 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
Від 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
Від 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
Від 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
Від 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
Від 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
Від Paco Lee · #53713 ·
Re: NQ Futures Security Definition
Sorry to bother. I figured it out. I need to use March 2025. gmail.com@groups.io> wrote:
Від ebtrader · #53712 ·
NQ Futures Security Definition
When I try to place an order on NQ futures, I have defined the contract the following way, but i get the following error: Error: 32 200 No security definition has been found for the
Від ebtrader · #53711 ·
Re: reqMktData callbacks are missing data with gateway 10.30 and 10.31 sporadically, works fine with 10.19 and older gateways/TWS
I thought this was an interesting observation as well. So, I changed the input list to just 800 of the most liquid stocks (see attached) and specified SMART as the exchange instead. Additionally, I
Від buddy · #53710 ·
Re: reqMktData subscription is not continuous
Snapshot parameter is set to false.
Від Andy Sanders · #53709 ·
Re: reqMktData subscription is not continuous
You are requesting a snapshot, hence its expected to only receive one quote. If you want to subscribe permanently you can notify it on the reqMktData request. Daniel gmail.com@groups.io> wrote:
Від Daniel Ferreira · #53708 ·
Re: reqMktData callbacks are missing data with gateway 10.30 and 10.31 sporadically, works fine with 10.19 and older gateways/TWS
The above is an interesting thought. But, I feel obligated to note it would be a breaking change to the interface. So basically still a pretty big "bug/problem"... just not in the
Від buddy · #53707 ·
reqMktData subscription is not continuous
Trying to subscribe to live Bid / Ask prices for ES futures using "reqMktData". var contract = new Contract { Symbol = "ES", Exchange = "CME", ConId = 495512563, LastTradeDateOrContractMonth =
Від Andy Sanders · #53706 ·
Re: reqMktData callbacks are missing data with gateway 10.30 and 10.31 sporadically, works fine with 10.19 and older gateways/TWS
I still believe there is no bug or anything wrong with reqMktData real time feeds. And snapshots are probably what you are looking for in the first place. TWS API documentation says about reqMktData
Від Jürgen Reinold · #53705 ·
Re: Entry that triggers OCO with TP and SL
Got it aultan.com@groups.io> wrote:
Від ebtrader · #53704 ·
Re: reqMktData callbacks are missing data with gateway 10.30 and 10.31 sporadically, works fine with 10.19 and older gateways/TWS
Twenty seconds seems to be a pretty long time (see attached). How long do you think we should wait before crossing over from thinking this is a "feature" to "bug"? Ah... good old Sorites paradox,
Від buddy · #53703 ·