Fix Pegged order type?
Does anyone know what this order type means? I haven¡¯t been able to find any info in any of IB¡¯s user guides/help docs.
By
Kcking
·
#48861
·
|
Re: Multiple Algos on Linked Accounts
Hi Glenn. Thats pretty much what I am looking for! I guess I can simply use linked accounts and trade different strategies! Thanks everyone for all your inputs!
By
nagabrahmam9@...
·
#48860
·
|
Re: reqPositions avgCost prices muliplier?
Not sure I agree. Prices are related to executions, not to positions. The current "position" is the end-point of possibly a long series of trades (buy, sell, different prices, different quantities)
By
J¨¹rgen Reinold
·
#48859
·
Edited
|
Re: reqPositions avgCost prices muliplier?
Thanks for the answer. Just tested, reqExecutions(avgPrice) and there they are transmitting the executed price. They definitely should provide the option to obtain that in reqPositions. Looks like
By
Jenzi
·
#48858
·
|
Re: Multiple Algos on Linked Accounts
I presently have 5 linked accounts at IB that share one data subscription and can be accessed by one username log-in. Positions in each account are independent, so it would be possible to hold both a
By
Glenn
·
#48857
·
|
Re: reqPositions avgCost prices muliplier?
For whatever reason, in reqPositions, IB provides the $$ value of futures contracts, not the executed price. I do the math myself after getting the value, but I'd be delighted to learn if IB provides
By
Glenn
·
#48856
·
|
Re: Multiple Algos on Linked Accounts
Yup, log-in is definitely usernames ¡ª I use a password manager so honestly didn¡¯t notice. Sorry. JG¡¯s response was definitely clear and helpful. Good luck with your trading.
By
Gilbert <gilbertjr@...>
·
#48855
·
|
Re: Multiple Algos on Linked Accounts
Hi J G, Yes, the whole conversation is all over the place. And yes, I have the same setup as you, but not sure whether its going to work or not. I guess I will just have to try it! Gilbert, you can't
By
nagabrahmam9@...
·
#48854
·
|
reqPositions avgCost prices muliplier?
Hello Everyone, i am using Python API and TWS 981.3. When i send reqPositions, i receive avgCost prices with a multiplier. Print Statement: API Log: 19:53:48:206 ->
By
Jenzi
·
#48853
·
|
Re: Multiple Algos on Linked Accounts
It appears to me that this entire conversation is hampered by different interpretations of the words "linked accounts". I see some replies implying that it means that you have two usernames, each with
By
J G
·
#48852
·
|
Re: Multiple order price condition
Thanks ds-avatar, this is very helpful, I see what I was doing not right.
By
Ketan
·
#48851
·
|
Re: Multiple order price condition
You need to create and attach separate condition objects for each, well, condition, of which there would be two in your study, with their own Price's, IsMore's and whatnot. They way you programmed it
By
ds-avatar
·
#48850
·
|
Multiple order price condition
I am able to work with one price condition, however, I am not sure of creating multiple price condition. How can we create a price condition, say: if price > value1 AND price < value2 then create
By
Ketan
·
#48849
·
|
Re: Multiple Algos on Linked Accounts
You log into TWS with account numbers, which will be different, even if they are linked under the same username. Accounts are fully separate from a position perspective.
By
Gilbert <gilbertjr@...>
·
#48848
·
|
Re: Multiple Algos on Linked Accounts
This is really a IBKR support question I think rather than an API question. Separate accounts are separate. They are funded separately, run and managed separately. I can do anything I want in each
By
Rob Tilley Jr.
·
#48847
·
|
Re: Multiple Algos on Linked Accounts
I am aware of linked accounts, but I am not sure if linked accounts would work for my situation. Because lets say I login to TWS (for linked accounts the username and pw are the same), then I run 2
By
nagabrahmam9@...
·
#48846
·
|
Re: Multiple Algos on Linked Accounts
Have you read any of the API or IB account documentation? Everything you ask is explained there.
By
Nick <news1000@...>
·
#48845
·
|
Re: Multiple Algos on Linked Accounts
These are the instructions to create a linked account. You have to scroll down till you see step 1: https://www.interactivebrokers.com/en/software/am/am/manageaccount/linknewaccount.htm
By
Gilbert <gilbertjr@...>
·
#48844
·
|
Re: Multiple Algos on Linked Accounts
I have a multiple fund manager account, then open as many subaccounts as I need for as many funds as we have. Each fund is a separate legal entity, so it goes through the regular process, but I don't
By
Rob Tilley Jr.
·
#48843
·
|
Re: Multiple Algos on Linked Accounts
Perfect! Just curious, how do I get an additional account? Do I just open a new application with IB again? Or do I go through my current account? And do you know how many accounts I can open?
By
nagabrahmam9@...
·
#48842
·
|