DaveN
Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Prevent Stop or Stop Limit orders above the market
Collapse
X
-
Prevent Stop or Stop Limit orders above the market
I have a strategy that runs pretty well, but at least once a day I get the error message "sell or stop limit order can't be placed above the market". When I get this message, it crashes the strategy and stops it. Is there a way to test against the bid ask, in the case of a stop to prevent placing this kind of order, or modify it before it is placed to prevent crashing the strategy?
DaveNTags: None
-
I'm also concerned about this.
When I test my script against Market Data Recorded data with CalculateOnBarClose=true, I've noticed the same thing happens if I enter a Stop order correctly but there is coincidentally a gap in the market after that bar and the Stop is then above/below the market at the time the order attempts execution.
When executing against a real datafeed/broker account, I would be highly surprised if NT would wait for the first tick of the next bar to check this situation. Surely the order is despatched immediately, and the broker would normally just treat it as a Market order if the price had, in the interim, gapped past the stop.
Any comments?
Peter
-
Hello together,
I am working with StopLimitOrders and I use the condition from post #3. So far I get no failure message from NT anymore. But I still have some questions. Which of the following conditions would work probably using StopLimitOrders?
1. stop_entry_price < GetCurrentBid() -> this works...
2. stop_entry_price <= GetCurrentBid()
3. limit_entry_price < GetCurrentBid()
4. limit_entry_price <= GetCurrentBid()
Thanks a lot for your help!
Regards
Michael
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by DannyP96, 05-18-2026, 02:38 PM
|
1 response
23 views
0 likes
|
Last Post
|
||
|
Started by CarlTrading, 05-11-2026, 05:56 AM
|
0 responses
115 views
0 likes
|
Last Post
by CarlTrading
05-11-2026, 05:56 AM
|
||
|
Started by CarlTrading, 05-10-2026, 08:12 PM
|
0 responses
68 views
0 likes
|
Last Post
by CarlTrading
05-10-2026, 08:12 PM
|
||
|
Started by Hwop38, 05-04-2026, 07:02 PM
|
0 responses
223 views
0 likes
|
Last Post
by Hwop38
05-04-2026, 07:02 PM
|
||
|
Started by CaptainJack, 04-24-2026, 11:07 PM
|
0 responses
406 views
0 likes
|
Last Post
by CaptainJack
04-24-2026, 11:07 PM
|

Comment