Are there any hints how to translate the easy language oders to ninjascript or is there an optinal functional layer available which does it?
Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Porting Easy Language to Ninjascript
Collapse
X
-
Porting Easy Language to Ninjascript
I'm trying to translate a Easy Language strategy to Ninjascript and have a lot of trouble with the order handling. E.g., it seems to be possible in Easy Language to place multiple stop and limit exit orders in parallel and to set stop points above closing level etc.
Are there any hints how to translate the easy language oders to ninjascript or is there an optinal functional layer available which does it?Tags: None
-
Hello tbmuc,
Thanks for the post. In order to see what your strategy is doing under the hood, we recommend you enable TraceOrders = true; in the strategies Initialize() method, and would then see all messages related to strategy orders using Tools > Output Winfow.
In NT there is a built in managed layer, that controls things like setting entries per direction, limiting competing orders, and handles position management (like does not submit exit orders if there is no position). You can read more about this here:
There isn't an "Easy Language mode" for NinjaTrader strategies but if you wanted to submit orders independent of this managed layer, there is unmanaged approach, detailed here:
Ryan M.NinjaTrader Customer Service
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by Geovanny Suaza, 02-11-2026, 06:32 PM
|
0 responses
639 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