- ago
Would be nice to add the option to cancel Limit/Stop if current quote exceeds price. This would allow large price drops to be filtered.

0
169
Solved
2 Replies

Reply

Bookmark

Sort
Cone8
 ( 5.88% )
- ago
#1
Since by definition, these orders would execute immediately with that scenario, I assume you're talking about not placing orders from the Quotes tool at the market open.

This is already made possible for the LimitMove order type. Read about it in the Help > Quotes > LimitMove orders.

It's not available for block strategies, but it's simple enough to "Open as a C# Coded Strategy" and change OrderType.Limit to OrderType.LimitMove. Save and use this version.
0
Best Answer
- ago
#2
Looks like this is exactly what the order type is made for, thanks!
0

Reply

Bookmark

Sort