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.
Rename
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.
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.
Looks like this is exactly what the order type is made for, thanks!
Your Response
Post
Edit Post
Login is required