Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Strategy Wizard

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

    Strategy Wizard

    Hi,

    The strategy wizard in NT8 does not appear as robust as NT7. Where's the condition builder section?

    I'm trying to build simple strategy and I'm totally lost in NT8. Is there an example for building a simple strategy? For example: Indicator Close(1) > Indicator Close(0) = long

    BTW, I entered my lifetime license key when I downloaded NT8. It should not be a direct edition version.

    Thank you.

    #2
    Hello bob77713,

    Thanks for your post.

    What you are seeing in Ninjatrader 8 is the strategy starter, it is not the same as the strategy wizard in Ninjatrader 7.

    Edit: We are planning on releasing a "Strategy Builder" after we get through beta and is on the list for development.

    As an example for your strategy code: if (SMA(14)[0] > SMA(14)[1]) EnterLong(); // If the current value of SMA 14 > previous SMA14, enter long market order.
    Last edited by NinjaTrader_PaulH; 09-24-2015, 01:11 PM.

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by Geovanny Suaza, 02-11-2026, 06:32 PM
    0 responses
    662 views
    0 likes
    Last Post Geovanny Suaza  
    Started by Geovanny Suaza, 02-11-2026, 05:51 PM
    0 responses
    376 views
    1 like
    Last Post Geovanny Suaza  
    Started by Mindset, 02-09-2026, 11:44 AM
    0 responses
    110 views
    0 likes
    Last Post Mindset
    by Mindset
     
    Started by Geovanny Suaza, 02-02-2026, 12:30 PM
    0 responses
    575 views
    1 like
    Last Post Geovanny Suaza  
    Started by RFrosty, 01-28-2026, 06:49 PM
    0 responses
    580 views
    1 like
    Last Post RFrosty
    by RFrosty
     
    Working...
    X