DaveN
Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Limit Order Exits not working
Collapse
X
-
Limit Order Exits not working
I'm attaching some screen shots to further explain my question. I have a very simple scalping strategy that I am testing. I use a short moving avg of the bar highs and a separate short ma of the bar lows. Depending on any trend in the market, I am trying to enter a limit order sell at the high avg, and exit that trade with a limit buy at the low avg. Vice versa for the opposite situation. My problem is the system gets me into a trade, but never exits unless my separate stop is hit. Even when the price drops below the low avg on the chart, the limit order is never issued. I looked on the log and did see an error message, (included in the screen shots) but I'm not sure what it means, and I was trying to exit an order not enter one so I'm not even sure if it applies to this situation. Any advice on correcting my problem will be greatly appreciated.
DaveNTags: None
-
If you are backtesting you can only enter positions at the end of the signal bar which coincides with the opening of the next bar. If you are in realtime please make sure you are running in CalculateOnBarClose = false if you want your things to execute within the bar.
Your ExitShortLimit() order is likely hitting the Internal Order Handling Rules. Please see the Help Guide article for Internal Order Handling Rules because according to your last screenshot you are running into them.Josh P.NinjaTrader Customer Service
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by argusthome, 03-08-2026, 10:06 AM
|
0 responses
110 views
0 likes
|
Last Post
by argusthome
03-08-2026, 10:06 AM
|
||
|
Started by NabilKhattabi, 03-06-2026, 11:18 AM
|
0 responses
59 views
0 likes
|
Last Post
|
||
|
Started by Deep42, 03-06-2026, 12:28 AM
|
0 responses
37 views
0 likes
|
Last Post
by Deep42
03-06-2026, 12:28 AM
|
||
|
Started by TheRealMorford, 03-05-2026, 06:15 PM
|
0 responses
41 views
0 likes
|
Last Post
|
||
|
Started by Mindset, 02-28-2026, 06:16 AM
|
0 responses
78 views
0 likes
|
Last Post
by Mindset
02-28-2026, 06:16 AM
|

Comment