Announcement

Collapse

Looking for a User App or Add-On built by the NinjaTrader community?

Visit NinjaTrader EcoSystem and our free User App Share!

Have a question for the NinjaScript developer community? Open a new thread in our NinjaScript File Sharing Discussion Forum!
See more
See less

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 kaywai, 09-01-2023, 08:44 PM
        5 responses
        601 views
        0 likes
        Last Post NinjaTrader_Jason  
        Started by xiinteractive, 04-09-2024, 08:08 AM
        6 responses
        22 views
        0 likes
        Last Post xiinteractive  
        Started by Pattontje, Yesterday, 02:10 PM
        2 responses
        18 views
        0 likes
        Last Post Pattontje  
        Started by flybuzz, 04-21-2024, 04:07 PM
        17 responses
        230 views
        0 likes
        Last Post TradingLoss  
        Started by agclub, 04-21-2024, 08:57 PM
        3 responses
        17 views
        0 likes
        Last Post TradingLoss  
        Working...
        X