How can I get it to just ignore those orders, or somehow get them to work, but either way keep on going and not disable the strategy?
Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Orders outside market disabling strategy
Collapse
X
-
Orders outside market disabling strategy
During fast markets when I submit a stoplimit order 2 ticks away from the current Close[0], the market might have moved already before NT processes it. So although at the time I submitted the order, it was valid, when NT processes it, it pops up the dialog saying: "Sell stop or sell stop limit orders can't be placed above the market."
How can I get it to just ignore those orders, or somehow get them to work, but either way keep on going and not disable the strategy?Tags: None
-
That's impossible to do reliably. Today, I'm already giving it 2 ticks. If I give it 4, someday it will jump 5 and die. I move it to 6 and someday it will jump 8... And it defeats the purpose. I'm posting a stop limit order intentionally to get a specific price. The whole point is that if it jumps right through, the order should not fill and the strategy should just go on it's merry way.Originally posted by NinjaTrader_Austin View Posttaotree, you'll just have to place the orders at a better price.
Oh, ouch. I've done that before and it adds a bunch of work.If you move to an Unmanaged strategy, you can set it so your strategy will keep running when an order is rejected.
Please take it as a feature request, this disabling strategies because of a volatile market is just plain silly.
Comment
-
Taotree, the other option would be to set the RealtimeErrorHandling to KeepRunning. Not sure how this option slipped my mind earlier, sorry about that.AustinNinjaTrader Customer Service
Comment
-
Ah, that makes sense. I can go with that. Thanks!Originally posted by NinjaTrader_Austin View PostTaotree, the other option would be to set the RealtimeErrorHandling to KeepRunning. Not sure how this option slipped my mind earlier, sorry about that.
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by Geovanny Suaza, 02-11-2026, 06:32 PM
|
0 responses
637 views
0 likes
|
Last Post
|
||
|
Started by Geovanny Suaza, 02-11-2026, 05:51 PM
|
0 responses
366 views
1 like
|
Last Post
|
||
|
Started by Mindset, 02-09-2026, 11:44 AM
|
0 responses
107 views
0 likes
|
Last Post
by Mindset
02-09-2026, 11:44 AM
|
||
|
Started by Geovanny Suaza, 02-02-2026, 12:30 PM
|
0 responses
569 views
1 like
|
Last Post
|
||
|
Started by RFrosty, 01-28-2026, 06:49 PM
|
0 responses
572 views
1 like
|
Last Post
by RFrosty
01-28-2026, 06:49 PM
|

Comment