Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Strategy not placing orders
Collapse
X
-
Strategy not placing orders
Using Unmanaged Approach and if I have "longEntry == null" in the if statement in line 50, it won't submit orders. If I take it out, no problem. Wondering what would be "longEntry" not to be null at the start of the strategy. Any help is appreciated. Thanks -
Hello Lumbeezi,
Thanks for your post.
I would recommend looking into the TraceOrders output to better understand what is happening with the historical processing of your strategy. Also glancing at your code, I see that you are not handling order cancellations for your entry or exit.
I have also attached an Unmanaged Approach strategy template that you can use as reference throughout the development of your strategy.
Reference for using TraceOrders output can be found here - https://ninjatrader.com/support/help...aceorders2.htm
Please let us know if we can provide further assistance.Attached Files
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by argusthome, 03-08-2026, 10:06 AM
|
0 responses
103 views
0 likes
|
Last Post
by argusthome
03-08-2026, 10:06 AM
|
||
|
Started by NabilKhattabi, 03-06-2026, 11:18 AM
|
0 responses
52 views
0 likes
|
Last Post
|
||
|
Started by Deep42, 03-06-2026, 12:28 AM
|
0 responses
34 views
0 likes
|
Last Post
by Deep42
03-06-2026, 12:28 AM
|
||
|
Started by TheRealMorford, 03-05-2026, 06:15 PM
|
0 responses
37 views
0 likes
|
Last Post
|
||
|
Started by Mindset, 02-28-2026, 06:16 AM
|
0 responses
74 views
0 likes
|
Last Post
by Mindset
02-28-2026, 06:16 AM
|

Comment