What does the following error message mean?
This message happens right after I issue `ib.connectAsync()`. I am pretty sure it is printed out from `ib_async`. What does it mean and what do I need to do?
By
Little Trader
·
#271
·
|
Re: discrepancy with historic data
For the opening there's an auction and the price of the auction is the opening price (code=Q); note the high volume.
In-between the first ticks and the big auction there are some odd-lot trades
By
mov_ebpesp
·
#270
·
|
Re: discrepancy with historic data
Hey woolloomooloo,
Yahoo Finance shows the opening price was $90.25. Perhaps they had the same issue as you (seeing the two numbers of 9.21 and 9.28) and just took an average of the two lol.
Pulling
By
Some_guy_555
·
#269
·
|
Re: Automatic bid or ask price change until funded
How about the Relative/Pegged to Primary order-type ? I have used them in the past and they're pretty neat. IB continually adjusts your order's limit price as the market moves. You can also set an
By
Some_guy_555
·
#268
·
|
Re: Automatic bid or ask price change until funded
Well, you can make your 'emulated IB Algo' as complicated as you like. To start with a timer (like I described above) seems like the simplest and most logical choice.
To make you algo 'smarter' you
By
Ray Johnson
·
#267
·
|
Re: Automatic bid or ask price change until funded
Agreed, that would be an option. I would like to prevent to put in a timer though. Makes the code a bit unreliable. Or do you have something else in mind. Appreciate the response!
--
Secured with
By
28coins@...
·
#266
·
|
Re: Automatic bid or ask price change until funded
You could just use a limit order and change the limit price every x seconds by a certain price increment that you choose.
So you would basically simulate the IB Algo order type. Only, you have more
By
Ray Johnson
·
#265
·
|
Re: Automatic bid or ask price change until funded
This is a good idea. I have the code for the order. Hoped that there was a preset order type for it. Appreciate the response!
--
Secured with Tuta Mail:
https://tuta.com/free-email
Feb 10, 2025,
By
28coins@...
·
#264
·
|
Re: Automatic bid or ask price change until funded
That should be doable.? I don't have code for that, but if you already have the code to place the order, wrap that in a loop that until filled place order plus .01, wait whatever time you want
By
Mel
·
#263
·
|
Re: Automatic bid or ask price change until funded
. I found the IB algo etc, but this seems to peg the order to the midpoint and changes the price based on market price changes. Within the api I'd like to give my order a start price and have the algo
By
28coins@...
·
#262
·
|
Automatic bid or ask price change until funded
By
28coins@...
·
#261
·
|
discrepancy with historic data
Hi, when i download historic data on say BIDU, primary exchange is NASDAQ (ISLAND on ib) i dont get the correct info relating to open price.
For example, on the 5th Feb just gone, the open price for
By
in_woolloomooloo
·
#260
·
|
Re: Caution
I managed to recover my Discord, but it reminded me how much trouble it can be if only one person holds the keys to the clubhouse! I remember the confusion and frustration when Ewald passed away and
By
Mel
·
#259
·
|
Re: Caution
Thanks, it brings up shared admin for me.? I have thought about it before and now feel I really need to get at least 1 other person set up as admin for this group and the duscord group.? I hate the
By
Mel
·
#258
·
|
Re: Does ib_insync work with TWS 10.30?
The interesting thing there is that within minutes of it not working on 10.30, I went back to 10.19 to see if it would work, and it did. Will keep that link handy though. Thanks.
By
rajeshh
·
#257
·
|
Re: Define “NOT for AM-settled” SPX option contracts
Oh no ! Never thought this was caused by IBKR. I will search for the relevant thread about this issue. Thanks for pointing me to the right direction.
However, I am afraid the issue actually occurs
By
Lewis_Tang
·
#256
·
|
Re: Caution
Discord looks ok. at least, no strange messages from your account so far.
By
wordd
·
#255
·
|
Caution
My discord account may have been compromised, so until I can get that resolved please be cautious of any messages from ClimberMel.
Can anyone on the ib_async discord group check and let me know if
By
Mel
·
#254
·
|
Re: Define “NOT for AM-settled” SPX option contracts
Oh, I remember now. A few days ago IBKR screwed up something with AM vs PM
expiration chain data. Lots of people had an issue on that date and could
not trade. I think there was a separate thread
By
leop.48
·
#253
·
|
Re: Define “NOT for AM-settled” SPX option contracts
Thanks leop for your reply. I did use "SPXW" (and always use it) in the tradingClass specification. The following was exactly how I define the option contract :
opt_contract = Option(symbol='SPX',
By
Lewis_Tang
·
#252
·
|