- ago

I didn’t find Stop Limit orders in OrderType enum. OrderType.Stop, if I’m right, works like market order triggered by price, I would like to also have Stop Limit which is limit order triggered by price. We have such order type here in Russia.

So the question is, if you already have one – please give me some info, if you don’t have one, please, tell me if you have any plans to adding it (including order manager support).

9
1,030
8 Replies

Reply

Bookmark

Sort
Glitch8
 ( 8.38% )
- ago
#1
We don’t have one, and no current plans to add it. So this calls for a feature request. I’ll add the tag to this topic shortly.
1
- ago
#2
At least you don't mind it). Not bad for the start).
0
Cone8
 ( 26.65% )
- ago
#3
Although obviously it's useful for live trading, I was just thinking that market order slippage could be applied to the limit price for a worst case backtest scenario. Make sure to specify that!
0
- ago
#4
And the best implementation should let you define order direction and trigger direction separately, I guess. So I could send buy or sell if the price goes higher then the certain price, and I could send buy or sell if the price goes lower then the certain price. Although the simple implementation is to buy if goes higher and to sell if goes lower.
0
- ago
#5
I want to vote for this (Buy/Sell/Short/Cover at Stop/StopLimit) but don't see in the Wish List.
0
- ago
#6
Let's vote for adding to the wish list).
0
- ago
#7
Voila
1
Glitch8
 ( 8.38% )
- ago
#8
Since this is the most requested feature, we'll be working on implementing the StopLimit order type for Build 13.
0

Reply

Bookmark

Sort