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 CaptainJack, 05-29-2026, 05:09 AM
|
0 responses
428 views
0 likes
|
Last Post
by CaptainJack
05-29-2026, 05:09 AM
|
||
|
Started by CaptainJack, 05-29-2026, 12:02 AM
|
0 responses
279 views
0 likes
|
Last Post
by CaptainJack
05-29-2026, 12:02 AM
|
||
|
Started by charlesugo_1, 05-26-2026, 05:03 PM
|
0 responses
241 views
1 like
|
Last Post
by charlesugo_1
05-26-2026, 05:03 PM
|
||
|
Started by DannyP96, 05-18-2026, 02:38 PM
|
1 response
327 views
0 likes
|
Last Post
|
||
|
Started by CarlTrading, 05-11-2026, 05:56 AM
|
0 responses
290 views
0 likes
|
Last Post
by CarlTrading
05-11-2026, 05:56 AM
|

Comment