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

Conditional entries in strategy builder

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

    Conditional entries in strategy builder

    Hi. I am looking for a hint putting this logic into the Strategy Builder.
    When the indicator A makes XYZ than wait for the indicator B to do YZX, enter long.

    #2
    Hi Radano, thanks for writing in.

    We have a set of tutorials here on making conditions in the builder:

    https://ninjatrader.com/support/help...on_builder.htm

    One of them is about making indicator price comparisons:
    https://ninjatrader.com/support/help...lueComparisons

    To trigger a condition based on another, add a boolean variable in the inputs and variables section, defaulted to false. When the indicator A condition is true, set the bool to true. Then in the second set, check for Indicator B condition along with checking for the boolean to be true.

    Best regards,
    -ChrisL
    Chris L.NinjaTrader Customer Service

    Comment


      #3
      Well I am new to this and still need your guidance since I do not know how to implement it. I have attahced pics. The login is: if stochRSI is below 20 (it does not matter how many bars ago it happened) and TRIX crosses above 0, enter long
      Attached Files

      Comment


        #4
        Hi Radano, thanks for your reply.

        I will not be able to spend time assisting with custom strategy logic. From what I see in your screen shots, you need to set the bool variable in the first set to true in the Actions list. In the second click Add, then check that the bool variable is Misc>True.

        Best regards,
        -ChrisL
        Chris L.NinjaTrader Customer Service

        Comment

        Latest Posts

        Collapse

        Topics Statistics Last Post
        Started by TradeForge, Today, 02:09 AM
        1 response
        22 views
        0 likes
        Last Post NinjaTrader_ChelseaB  
        Started by elirion, Today, 01:36 AM
        2 responses
        13 views
        0 likes
        Last Post elirion
        by elirion
         
        Started by DJ888, 04-16-2024, 06:09 PM
        5 responses
        14 views
        0 likes
        Last Post NinjaTrader_Erick  
        Started by samish18, Yesterday, 08:31 AM
        4 responses
        14 views
        0 likes
        Last Post elirion
        by elirion
         
        Started by funk10101, Yesterday, 09:43 PM
        1 response
        14 views
        0 likes
        Last Post NinjaTrader_Gaby  
        Working...
        X