Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Setting up an alert.

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

    Setting up an alert.

    Hi,

    Is it possible to set up an alert with a horizontal line or a trendline so that I can be alerted when price arrived to a point were I am interested in?

    Thanks for your support.

    #2
    Scooter1,

    Please add the PriceAlert indicator to your chart. Configure it to take on the alert price you would like. When the price is reached you will get an alert triggered.
    Josh P.NinjaTrader Customer Service

    Comment


      #3
      Hi Ninja_Trader Josh,

      Thanks for your support.

      Scooter1

      Comment


        #4
        Hi again Ninja_Trader Josh,

        I've set up an alert and it seems that the alert rings only once even if the price touches the price point several times. Is there a way to make the price alert to keep on ringing each time the price touches the price point again?

        Thanks

        Comment


          #5
          Scooter1,

          You will have to reprogram the indicator to rearm the alert if you want it to ring again. Alternatively, you can just press F5 on your chart to refresh the chart which will refresh the indicator too.
          Josh P.NinjaTrader Customer Service

          Comment


            #6
            Thanks again Ninja_Trader Josh. Good day.

            Comment


              #7
              Alternatively you could alter the indicator to use PlaySound which would give you plenty of noise every time it is triggered.
              eDanny
              NinjaTrader Ecosystem Vendor - Integrity Traders

              Comment


                #8
                Rearming Alert

                I modified the Price Alert indicator to repeat alerts every time the line is
                crossed by commenting out the code as shown below. I'm a noob on C#
                but seems to work. Can give you a headache though if set to alert on minus 1000 Tick readings and the YM has a bad day!

                /* if (Historical || triggered)
                return;
                else if (!triggerSet) */

                Hope it helps

                Comment


                  #9
                  Thanks guys for the help. Will try the ideas out.

                  Comment


                    #10
                    price alert with text box

                    is there an easy way to modify the pricealert indicator (chart) to print also a text box on the screen with the text: reached level of ...... targetprice. and the text box only goes away after I have pushed the ok button?
                    Last edited by johan; 10-16-2009, 06:51 AM.

                    Comment


                      #11
                      johan,

                      Popup boxes are not supported, but you can write text directly onto the chart with DrawText() or DrawTextFixed().
                      Josh P.NinjaTrader Customer Service

                      Comment

                      Latest Posts

                      Collapse

                      Topics Statistics Last Post
                      Started by traderqz, Yesterday, 09:06 AM
                      3 responses
                      21 views
                      0 likes
                      Last Post NinjaTrader_ThomasC  
                      Started by f.saeidi, Today, 10:19 AM
                      1 response
                      5 views
                      0 likes
                      Last Post NinjaTrader_BrandonH  
                      Started by kujista, Today, 06:23 AM
                      5 responses
                      15 views
                      0 likes
                      Last Post kujista
                      by kujista
                       
                      Started by traderqz, Today, 12:06 AM
                      3 responses
                      6 views
                      0 likes
                      Last Post NinjaTrader_Gaby  
                      Started by RideMe, 04-07-2024, 04:54 PM
                      5 responses
                      28 views
                      0 likes
                      Last Post NinjaTrader_BrandonH  
                      Working...
                      X