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
·
|
Re: How to get real time data for INDEX and FUTURES using TWS API reqMktData()?
Example of the minimum fields to set for a march ZB futures contract:
With lContractInfo
.symbol = ""
.secType = "FUT"
.lastTradeDateOrContractMonth = ""
.Strike =
By
joanmarcel119
·
#49111
·
|
Re: One cancel all, trailing stop loss OR exit on close
And you should have no problem figuring that out with the complete example rajeshh_98 provided and after rereading the TWS API Reference on Orders (
By
Jürgen Reinold
·
#49110
·
|
Re: One cancel all, trailing stop loss OR exit on close
ahh this is helpful but I need to use the tws api.
By
omgwtfsalty@...
·
#49109
·
|
Re: One cancel all, trailing stop loss OR exit on close
Below is the code I use - Its a bracket order with a parent stop order, and 3 child orders - a profit taker, a stop loss, and a flatten order. the Flatten order does what you want - close the order at
By
rajeshh
·
#49108
·
|
Re: One cancel all, trailing stop loss OR exit on close
How do I group the orders into the oca groups?
By
omgwtfsalty@...
·
#49107
·
|
Re: How to get real time data for INDEX and FUTURES using TWS API reqMktData()?
You might want to reread the TWS API Reference, specifically the section on Basic Contracts ( https://interactivebrokers.github.io/tws-api/basic_contracts.html ) , Tareq.
By
Jürgen Reinold
·
#49105
·
Edited
|
Re: How to get real time data for INDEX and FUTURES using TWS API reqMktData()?
@Ted Penner: No, I am using TWS API for Python, not Rstudio.
By
Tareq Naushad
·
#49104
·
|
Re: How to get real time data for INDEX and FUTURES using TWS API reqMktData()?
Is rstudio used for this?
wrote:
By
Ted Penner <tedpenner@...>
·
#49103
·
|
How to get real time data for INDEX and FUTURES using TWS API reqMktData()?
Hi,
Normally I use the following format of code to get real-time market data for a Symbol, which works fine:
```
contract = Contract()
contract.symbol = sym
contract.secType = "STK"
contract.currency
By
Tareq Naushad
·
#49102
·
|
Re: Volume and Float and Outstanding Shares
Finally getting close to getting
historical market data using Ross Hemingway,
HHS Software. This is primarily for Delphi and C++ Builder
developers.
I don't do
By
Colin B Maharaj
·
#49101
·
|
Re: Reqpositions for 1 account
The short answer is yes. In other words, you can set that up anyway you need it to work.
Take another look at the Positions ( https://interactivebrokers.github.io/tws-api/positions.html )
By
Jürgen Reinold
·
#49100
·
|
Reqpositions for 1 account
Hi Guys,
I read the docs on this, but still I am unclear. Hopefully someone can answer.
So, lets say I have 2 linked accounts and 2 algos. One algo for each account. If algo1 request positions using
By
nagabrahmam9@...
·
#49099
·
|