|
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.
Limit Orders In Automated Strategy |
[JESGPY]
|
Post subject: Limit Orders In Automated Strategy |
Post rating: 0
|
Posted: Fri 08 Oct, 2010, 19:43
|
|
User rating: 0
Joined: Tue 21 Sep, 2010, 16:14 Posts: 3
|
Hello.
I have and automated strategy in which i need to place 3 limit orders at specific prices with specific amounts.
For example: Price Size Long GBPUSD at 1.54235 with 10.000 Long EURUSD at 1.3420 with 27054 Long USDCHF at 1.00925 with 30000.5
Is there a way to confirmate I will get each those 3 orders filled, each one at their exact price before I send the orders.
I know this can be complicated.
But can that be done?
Thanks
JUAN
|
|
|
|
 |
API Support
|
Post subject: Re: Limit Orders In Automated Strategy |
Post rating: 0
|
Posted: Mon 11 Oct, 2010, 10:24
|
|
User rating: ∞
Joined: Fri 31 Aug, 2007, 09:17 Posts: 6139
|
Hello, predict exact order market price is impossible. What concerns limit orders behavior, it's is if your given conditions are met then order will be executed at the given price. But there could be a situation when someone else before you buy at your price all amount that was available. So that a market at this point doe's not met your conditions. In this situation order will be automatically placed again with different OrderId. If this repeats more than 150 times, then order will be REJECTED.
|
|
|
|
 |
|
Pages: [
1
]
|
|
|
|
|