|
Attention! Read the forum rules carefully before posting a topic.
Try to find an answer in Wiki before asking a question. Submit programming questions in this forum only. Off topics are strictly forbidden.
Any topics which do not satisfy these rules will be deleted.
Trade copying |
Lott33
|
Post subject: Trade copying |
Post rating: 0
|
Posted: Mon 30 May, 2011, 20:38
|
|
User rating: 0
Joined: Mon 30 May, 2011, 20:29 Posts: 1 Location: US
|
Hi, This is my first post.
I was wondering if there is a way to copy trades from one account to another
For instance, if I had one or more sub accounts and I wanted the trades on one of the accounts to be passed through to the other account(s)
What I am looking for is something like the pamm functionality. . . . but all on my own accounts
I hope that was clear
Thanks in advance Cory
|
|
|
|
 |
API Support
|
Post subject: Re: Trade copying |
Post rating: 0
|
Posted: Wed 01 Jun, 2011, 15:36
|
|
User rating: ∞
Joined: Fri 31 Aug, 2007, 09:17 Posts: 6139
|
There is no direct support to "copying" orders among accounts, the best you can try is to make one of your strategies expose its orders (e.g. keep them in a public List) and the other strategy to submit orders with the same parameters. Here, of course, the orders' data won't be equal since they will have been submitted at different market situations.
|
|
|
|
 |
|
Pages: [
1
]
|
|
|
|
|