Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Alert to NR7

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

    Alert to NR7

    I imported NR7 indicator from file sharing. Now I want to add alert when NR7 bar is formed. Please help me with this. Thanks.

    #2
    You may need to custom code this through the use of the Alert() method. Whenever the indicator decides to have an NR7 also interject in a line for Alert().
    Josh P.NinjaTrader Customer Service

    Comment


      #3
      if (nrbar==0)
      {
      //DrawDot("NR7"+barcounter.ToString(), true, 0, Low[0] - TickSize, Color.Yellow);
      BackColor = nr7color;

      //Print(CurrentBar);
      // Generates an alert
      Alert("myAlert", NinjaTrader.Cbi.Priority.High, "Reached threshold", "Alert1.wav", 10, Color.Black, Color.Yellow);

      }

      The words in green are added to the original NR7 script. Is it correct?

      Comment


        #4
        Looks correct.
        RayNinjaTrader Customer Service

        Comment


          #5
          up

          and for NR4 and inside

          i try to code the GR4 GR7 and outside, but is to complicated for a beginner, could somebody help us?

          thanks

          Comment


            #6
            Hello,

            If you post your code we can give you pointers.
            DenNinjaTrader Customer Service

            Comment


              #7
              Originally posted by NinjaTrader_Ben View Post
              Hello,

              If you post your code we can give you pointers.
              it is the same nr7, but the bars are 4 and not 7,

              a pretty system is a way to indicarte the day where is possible to se that all 3 condition are true:

              1 nr7 ok
              2 nr4 ok
              3 inside bar ok

              i am not a programmer sorry

              Comment


                #8
                Since you are not a programmer, maybe someone will be kind enought to program what you seek. If not, you can contact a NinjaScript Consultant.

                RayNinjaTrader Customer Service

                Comment

                Latest Posts

                Collapse

                Topics Statistics Last Post
                Started by Geovanny Suaza, 02-11-2026, 06:32 PM
                0 responses
                666 views
                0 likes
                Last Post Geovanny Suaza  
                Started by Geovanny Suaza, 02-11-2026, 05:51 PM
                0 responses
                377 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