Re: next valid id on initial connection
thank you for the fast reply.
honesty I got lost in i b_insync library ( https://github.com/erdewit/ib_insync )
I'm a?junior so my?knowledge is?quite?limited for now, so I'm not sure how to wait
By
cohavetzh@...
·
#49137
·
|
historical market data pacing violations are back?!
Yeah, I just checked mine and it's having the same issues.
Lou Dudka
By
Lou Dudka
·
#49136
·
|
Re: historical market data pacing violations are back?!
My software downloads once per day historical data for about 200 stock tickers. It does so sequentially: one at a time. I have not noticed any change in time it takes for all data to get downloaded:
By
J G
·
#49135
·
|
Re: Converging Trailing Stop via API
If you are going to be monitoring the position yourself you just have to change the price on the stop order - you don't have to cancel and submit a new one.
Just send another PlaceOrder with
By
Nick <news1000@...>
·
#49134
·
|
Re: historical market data pacing violations are back?!
Yes, I am also experiencing the same issue since yesterday.
By
Pratik Babhulkar
·
#49133
·
|
Converging Trailing Stop via API
Does anyone have experience in the mechanics of maintaining a converging trailing stop via the API?
I mean a stop where the trailing amount is wide at the start (to give a trade space to take hold)
By
David Walker
·
#49132
·
|
Re: Need "dummies" guide for interpreting accountSummary w/ margin trading
The most relevant parameter to look at is SMA. If that goes negative you have used too much margin and IB will start to liquidate positions near the end of the US trading day.
Some information is
By
J G
·
#49131
·
|
Re: historical market data pacing violations are back?!
I appreciate you providing a proposed solution, but no...my situation is far from that simple.
By
skee__bum@...
·
#49130
·
|
Re: historical market data pacing violations are back?!
Isn't it just adding a function HistPacing() before each request?
Inside HistPacing you can use a fixed delay to test things out, then move to keeping a list of the last 60 requests when you're back
By
Nick <news1000@...>
·
#49129
·
|
Re: historical market data pacing violations are back?!
I have not been pulling continuously today.? I completely restructured my code years ago when they implemented the throttling on their end.? With their changes today, my new code is totally
By
skee__bum@...
·
#49128
·
|
historical market data pacing violations are back?!
skee__bum, I'm OK but I'll try to keep an eye on it.? My logs show occasional data fetches that a taking a bit long, maybe one every 10 mins or so.? I'll try to check back in an hour or so.
Did
By
Lou Dudka
·
#49127
·
|
Re: historical market data pacing violations are back?!
Lou, I am absolutely still seeing the request pacing violations.? Glad for you if they've disappeared for you, but just be on the lookup, because there still seems to be an issue.
By
skee__bum@...
·
#49126
·
|
Re: historical market data pacing violations are back?!
Glad it's working again, Lou. We don't use historical data requests that often (pretty much never) and our code implements self-pacing. So we have not experienced any changes.
Just checked our
By
Jürgen Reinold
·
#49125
·
|
historical market data pacing violations are back?!
@skee__Bum
Thanks for getting a hold of IB - I just don't have the patience anymore, especially with their short staffing, covid, etc.
Whatever tree you shook it seems to be working now (fingers
By
Lou Dudka
·
#49124
·
|
Re: historical market data pacing violations are back?!
After getting passed around amongst various IB desks, they said they weren't aware of any changes, but they were seeing the errors on their end.? I provided them with log files and they are going to
By
skee__bum@...
·
#49123
·
|
historical market data pacing violations are back?!
@skee-bum
YIKES!!!!? Mine started today about 14:35 New York Time.
Anyone else?
Richard/Jurgen - did you guys hear anything about this?
Thanks, as always, and Be Well,
Lou Dudka
By
Lou Dudka
·
#49122
·
|
historical market data pacing violations are back?!
Years ago, IB expected API users to pace their requests for HMD.? They then moved to a model whereby they paced their responses, and the API users didn't need to pace their calls.
But they seem to
By
skee__bum@...
·
#49121
·
|
Re: next valid id on initial connection
The TWS API is asynchronous by design and there is no guarantee as to the time it takes for a response to arrive after the corresponding request has been made. Under no circumstance should you ever
By
Jürgen Reinold
·
#49120
·
Edited
|
next valid id on initial connection
this is my first topic in this gruop so ill start with something simple.
on the docs of ibapi it says " *IBApi.EWrapper.nextValidID* callback is commonly used to indicate that the connection is
By
cohavetzh@...
·
#49119
·
|
Need "dummies" guide for interpreting accountSummary w/ margin trading
I'm pretty new to margin trading, and am still trying to wrap my head around how to exactly interpret accountSummary().
Unfortunately, the documentation for it is a bit too terse for
By
Drew Carlton
·
#49118
·
|