Re: Order executions when AUTOEXERCISE, ASSIGNED, or EXPIRED
Hi Francois,
Did you find a solution for your issue? I'm facing something similar but do not have a good idea so far.
By
nils@...
·
#49389
·
|
Re: Where to start
Actually, it's not a bad idea to have a separate thread for each of those 10 securities. This is how I do it. It really depends on how you want to structure your software. I have one "central"
By
Drew Carlton
·
#49388
·
|
Re: Where to start
Well said, Nick.
Our approach is not so much driven by the size of the environment, though, and a lot of what we do is actually really small. It is rather the fact that my background is in system
By
J¨¹rgen Reinold
·
#49387
·
|
Re: Where to start
It is interesting to observe the difference in approach based on different environments.
I focus on small environments, these days just for myself, so having everything in a single exe works best for
By
Nick <news1000@...>
·
#49386
·
|
Re: Where to start
We do focus on the detail aspects of the TWS API in this group and application level topics are generally out of scope. But I am sure there are current and future group members that need a little help
By
J¨¹rgen Reinold
·
#49385
·
|
Re: Where to start
No, that's not the way to go.
All data is coming from a single socket so no need for extra threads.
Each market data request has a unique id that you supply. When a quote arrives you look at the id
By
Nick <news1000@...>
·
#49384
·
|
Where to start
Thanks everyone for putting this community together. It is really helpful and for the last hour and half searching I did find valuable information. I am however pretty new to exploring IKBR API. What
By
alifaisal01@...
·
#49383
·
|
Re: Use the relative ("REL") order type in a bracket order
Point taken. I apologize.
[email protected]> wrote:
By
Rob Tilley Jr.
·
#49382
·
|
Re: Use the relative ("REL") order type in a bracket order
I hope you are feeling better now, Rob.
Drew asked about REL types in Bracket Orders. Does anyone have an experience to share? I don't know about REL orders, but MKT orders are not accepted as
By
J¨¹rgen Reinold
·
#49381
·
|
Why does placeOrder() require orderId when order already contains orderId?
In the Python API ( https://interactivebrokers.github.io/tws-api/classIBApi_1_1EClient.html#aa6ff6f6455c551bef9d66c34d1c8586c ) placeOrder(self, orderId:OrderId , contract:Contract, order:Order) , the
By
Drew Carlton
·
#49380
·
|
Re: Use the relative ("REL") order type in a bracket order
Basically, paper trading sucks balls. I hate to say it in such a
non-professional matter, but those are the facts. The fills aren't
realistic, 99% of the algos can't be used, and it's just shit. You
By
Rob Tilley Jr.
·
#49379
·
|
Use the relative ("REL") order type in a bracket order
In IB's documentation ( https://interactivebrokers.github.io/tws-api/bracket_order.html ) for bracket orders, the parent's order type is set to "LMT". I'm wondering if it would still work if I set it
By
Drew Carlton
·
#49378
·
|
Re: Which order to choose?
You are looking for a bracket order.? See https://www.interactivebrokers.com/en/index.php?f=583
By
Robert Boonstra
·
#49377
·
|
Which order to choose?
Hi,
I am pretty new here so firstly hello to everyone!
Basically, I am trader used basic transaction before however now I want to try something more complicated.
I want, for example, BUY stock and
By
Gaether
·
#49376
·
|
How to get Open Order submit time?
For OPEN orders the TWS shows the order system submit time (and modify time).
Is there a way to retrieve the submit time of an open order through the API?
By
Ducky Daf
·
#49374
·
|
Re: IB gateway 50 messages max incorrect
There is nothing wrong with using the the socket level, Marc. You can still use "+PACEAPI" since it is a connection message option.
Traditionally, client applications had to implement their own
By
J¨¹rgen Reinold
·
#49373
·
|
Re: VIX market data outside regular trading hours
According to the ContractDetaills object, VIX index "trading hours" on work days are (US/Central time):
* 02:15 to 08:15
* 08:30 to 16:00
We don't do options, but I just grabbed the ContractDetails
By
J¨¹rgen Reinold
·
#49372
·
|
Re: New data permission error on FX IDEAL
Cool, thanks for the replies!
My real account seems unaffected so that works for now.
Best,
Dave
By
dam5h
·
#49371
·
|
Re: New data permission error on FX IDEAL
FWIW this happened to us on Thursday for FX, Friday for all data
permissions on stocks.
Strangely we've got two affected accounts, others are ok.
Let's hope it's a glitch, we had to go offline when
By
mark collins
·
#49370
·
|
Re: New data permission error on FX IDEAL
TWS says scheduled maintenance is still going on. You might want to try again tomorrow afternoon when things are back to normal.
By
Nick <news1000@...>
·
#49369
·
|