Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Add, Or statement

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

    Add, Or statement

    Using Ninja Strategy Wizard, how do I add an "and" statement so that when condition 1 AND condition 2 are true a signal results?

    Same question for "OR" statement when either condition is true?

    Thanks.

    #2
    Hello Trader Thor,

    The Strategy Wizard in NinjaTrader 7 is limited and is not able to add or (||) operators.

    If you need an or, you can use two different condition sets, and in the second condition set explicitly require the conditions in the first set to not be true.

    All conditions added to a condition set will use the and operator (&&). If you must have all conditions true, add all conditions to the same condition set.

    The Strategy Wizard is a good starting point for very simple strategies. Once you need more complicated logic or if you need to math, you would need to unlock the script and start adding code by hand.
    Chelsea B.NinjaTrader Customer Service

    Comment


      #3
      Will this feature be available in Ninja 8?

      Comment


        #4
        Hello Trader Thor,

        In NinjaTrader 8, on a condition set you can specify that any of the conditions in that set be true, or you can specify that all conditions in that condition set are true. When set to 'any', this will use or's (||) between each condition in that set.
        Chelsea B.NinjaTrader Customer Service

        Comment

        Latest Posts

        Collapse

        Topics Statistics Last Post
        Started by Geovanny Suaza, 02-11-2026, 06:32 PM
        0 responses
        670 views
        0 likes
        Last Post Geovanny Suaza  
        Started by Geovanny Suaza, 02-11-2026, 05:51 PM
        0 responses
        379 views
        1 like
        Last Post Geovanny Suaza  
        Started by Mindset, 02-09-2026, 11:44 AM
        0 responses
        111 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
        582 views
        1 like
        Last Post RFrosty
        by RFrosty
         
        Working...
        X