reqPositions not returning all positions
Hi Everyone,
When I call reqPositions, it is only returning the first 15 positions, not the complete list.? Code is attached... any ideas why this is happening?
Thanks,
Chris
By
Chris
·
#51729
·
|
Re: ReqHistoricalTicks() & Futures Data Limitations, Rolling Expiring Contracts
This is a numbers game and you'll have to just try it out yourselves. It all depends on the number of ticks (trades, BidAsk, Midpoint) the future produces, whether you want data just for the front
By
J¨¹rgen Reinold
·
#51728
·
|
Bid Ask data missing for a period of time (minutes)
Hi there,
Just curious if someone had any issue regarding getting some data (in my
case some option strikes) at the beginning of the SPX index session, around
8:33 US/Central time.
My system was
By
joanmarcel119
·
#51727
·
|
Re: reqOpenOrders() returns none
I changed from what I am going to refer (possibly incorrectly) to as the client approach to the wrapper approach and now I can see what I want. Thanks for your response.
By
Python1382 <shane_henry@...>
·
#51726
·
|
Re: Multi-profit taker order
Thanks Raoul, and J¨¹rgen for your detailed reply.
I did check out some of the algo's IBKR provides but didn't think they would fit the bill. I will check out Scale order again to see if I can figure
By
amar
·
#51725
·
|
Re: Multi-profit taker order
I am not sure that bracket orders would be involved in modelling what you are trying to do. Bracket orders suggest that at most one of the child orders will execute (and the others get cancelled) and
By
J¨¹rgen Reinold
·
#51724
·
|
Re: ReqHistoricalTicks() & Futures Data Limitations, Rolling Expiring Contracts
Also, right now this strategy will only require having useRTH set to true. With that being said, I will probably just get it over with and download all hours. If I didn't though, what would you
By
Brendan Lydon
·
#51723
·
|
Re: ReqHistoricalTicks() & Futures Data Limitations, Rolling Expiring Contracts
Jurgen,
Awesome news. How long did it take you request and retrieve that amount of data? I assume you went the route the thread suggests, where you store the most recent timestamp and make a request
By
Brendan Lydon
·
#51722
·
|
Re: Multi-profit taker order
The first thing that comes to my mind is to split this up into multiple bracket orders and/or oca orders each dealing with a part (as you specified) of the total trading volume.
Greetings,
Raoul
By
Raoul Suurmeijer
·
#51721
·
|
Re: Multi-profit taker order
Forgot to add that, as profit-takers are hit, I would also need to adjust my stops, specifically share size and price point.
By
amar
·
#51720
·
|
Multi-profit taker order
Hello,
I was wondering what would be the best way to place multi-profit taker order? For e.g. if I buy 240 shares of AAPL at $100, I would like to set a Stop at $98, take 80 shares off the table if
By
amar
·
#51719
·
|
Re: reqOpenOrders() returns none
The client that placed an order was asked to return the open contracts a few minutes later (the contracts were present in TWS but the code returned none).
Your comment explains why the orders I had
By
Python1382 <shane_henry@...>
·
#51718
·
|
Re: reqOpenOrders() returns none
How did the orders in TWS get created? Manually in TWS or by a different client?
You might want to read up on the concept of "Master Client" and "Client 0" as described in the Placing Orders (
By
J¨¹rgen Reinold
·
#51717
·
|
Re: ReqHistoricalTicks() & Futures Data Limitations, Rolling Expiring Contracts
You can indeed get approx 2 years of high resolution tick data for expired futures with IBApi::EClient::reqHistoricalTicks. (
By
J¨¹rgen Reinold
·
#51716
·
|
Re: Market data sharing between Live and Paper account
I confirm the same for me. Starting from today, market data sharing is working both8 on Live and Paper account.
By
@Roberto123
·
#51715
·
|
Re: Market data sharing between Live and Paper account
Not sure if they fixed backend, or it was related to TWS release 10.25.1i (September 19), but market data sharing is working for me again.
By
biney59@...
·
#51714
·
|
Re: Double counting of Market Data Subscription
Solved it!
For options, Exchange has to be set as "SMART:CBOE". TWS then counts each reqMktData as one request. Using just "CBOE", TWS was counting it as two.
By
nitinsy@...
·
#51713
·
|
Re: reqContractDetails() suddenly not working?
It has been resolved with 10.25.1i
By
David Armour
·
#51712
·
|
reqContractDetails() suddenly not working?
My code which has been running perfectly for a long time suddenly stopped working properly.
I always called reqContractDetails() with SMART. and no PRIMARY EXCHANGE and then select the contract I
By
David Armour
·
#51711
·
|
reqOpenOrders() returns none
Hi,
My TWS has a number of open orders but when I run self.reqOpenOrders() it returns none. What might I be doing wrong? I can use self.placeOrder() to place an order so I know I'm connected to the
By
Python1382 <shane_henry@...>
·
#51710
·
|