Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Porting Easy Language to Ninjascript

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    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?

    #2
    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

    Comment

    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 Geovanny Suaza  
    Started by Geovanny Suaza, 02-11-2026, 05:51 PM
    0 responses
    366 views
    1 like
    Last Post Geovanny Suaza  
    Started by Mindset, 02-09-2026, 11:44 AM
    0 responses
    107 views
    0 likes
    Last Post Mindset
    by Mindset
     
    Started by Geovanny Suaza, 02-02-2026, 12:30 PM
    0 responses
    569 views
    1 like
    Last Post Geovanny Suaza  
    Started by RFrosty, 01-28-2026, 06:49 PM
    0 responses
    572 views
    1 like
    Last Post RFrosty
    by RFrosty
     
    Working...
    X