¿ªÔÆÌåÓý

ctrl + shift + ? for shortcuts
© 2025 Groups.io
Date
gateway version dependent error 10089
Dear all, I hope someone can direct me in the right direction to solve this error: Error 10089, reqId 8: Requested market data requires additional subscription for API. See link in 'Market Data
By rikriknl@... · #51386 ·
Re: buy order at open if market open between a minimum and maximum
A minimum indicates a sufficiently strong follow on move (from previous day), a maximum prohibits excessively outsized moves. The trading system does significantly better with both a minimum and a
By David Walker · #51385 ·
Re: buy order at open if market open between a minimum and maximum
Why care about a minimum? Your limit-on-open will fill if the current price is below the limit.It's effectively a market order with a maximum.
By Hilmar · #51384 ·
Re: Web Portal API - whole Option Chain
It deems that you have not received any replies. If using the IB API is also acceptable then there is a solution available that may meet your
By Orionn · #51383 ·
Re: Intermittent IBGW connection problems 10.19.2a
That's impressive J¨¹rgen. That's good to know for tick by tick data, what about lvl 1 reqMktData? same stats? Would be interested to know your thoughts on orders and positions tracking please, as
By John · #51382 ·
Re: buy order at open if market open between a minimum and maximum
Does not work for exchange auctions, they don't care what parameters IB supplies.
By misantroop · #51381 ·
Re: Sent multiple bracket orders (open, takeprofit, stoploss, exit at time), but 1 of them only took (open and exit at time)
I hope your client properly captures and records error callbacks (there are three different I BApi::EWrapper::error (
By J¨¹rgen Reinold · #51380 ·
Sent multiple bracket orders (open, takeprofit, stoploss, exit at time), but 1 of them only took (open and exit at time)
I send multiple orders to ib gateway everyday, for the last week I have been using the following bracket order. Open -> long or short an equity Take profit -> price above long entry or below short
By omgwtfsalty@... · #51379 ·
Meaning of Message 1102 (2104, 2106)
Thanks to all for the valuable informations responding to my last blog post. </g/twsapi/message/51377>I found another discussion here </g/twsapi/topic/99224346#51265>
By Greg Angelow · #51378 ·
Re: Intermittent IBGW connection problems 10.19.2a
If your server has enough memory, running multiple TWS/IBGW simultaneously works just fine. And sharing the same market data subscription between a TWS/IBGW real and paper account is no problem
By J¨¹rgen Reinold · #51377 ·
Re: ReqHistoricalData for Stock Giving API Version Error After Forced Upgrade to 10.19.2
I guess it is time to upgrade to TWS API version 10.19 (stable) or 10.22 (latest), Adam. Just like IBKR support suggests. The Decimal data type and fractional sizes (API level 163) were introduced
By J¨¹rgen Reinold · #51376 ·
ReqHistoricalData for Stock Giving API Version Error After Forced Upgrade to 10.19.2
Has anyone else encountered this and found a solution? Now when I call ReqHistoricalData on a stock it says "Your API version does not support fractional share size rules. Please upgrade to a minimum
By Adam S. · #51375 ·
Re: buy order at open if market open between a minimum and maximum
Try to find a library for scheduling in your programming language and send an order when you'd like.
By Gaether · #51374 ·
Re: Updating ibapi on Mac
My suggestion dont use IB API and use IB_INSYNC?https://github.com/erdewit/ib_insync
By nkulki · #51373 ·
Updating ibapi on Mac
Hi, I've got a new Mac and was trying to install ibapi. I'm running python 3.11.4, miniconda and spyder 5.3.4. I downloaded the IB API 10.22 and run "python setup.py install" and got a message
By 8.severn@... · #51372 ·
Re: Intermittent IBGW connection problems 10.19.2a
Thanks for all informations which I carefully collect. Some further questions came up which I found no answer for: 1) Is it harmful to operate the Real account and Paper account simultaneously with
By Greg Angelow · #51371 ·
Re: going to have to reconsider my approach to calling reqMktData for multiple symbols how does the forum handle it please?
Surely some But I am curious, how did you diagnose that data were wrong ? (I means in real time not postmortem analysis)
By Gordon Eldest · #51370 ·
Re: Intermittent IBGW connection problems 10.19.2a
I maybe wrong,but from what I see and practice: 0- You can't compare status of farm with a 30 seconds delay as in your evaluation. I assume that you probably stop your Real account and start paper
By Gordon Eldest · #51369 ·
Re: Intermittent IBGW connection problems 10.19.2a
Well, a trading algorithm based on realtime tick-by-tick data can have a problem if the time series has gaps or even ceases. While at less liquid market hours the time between two ticks can last a
By Greg Angelow · #51368 ·
Re: Intermittent IBGW connection problems 10.19.2a
You saw this but did impact your code ? Otherwise said did you try to make a request anyway ? I suspect a pattern where IB disconnect on lazy use, (a connection is expensive as a resource) Real
By Gordon Eldest · #51367 ·