Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Setting alerts with trendlines on the fly

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

    Setting alerts with trendlines on the fly

    Hello .

    Does anyone know of an indicator to set alerts on the fly ?
    It takes too many steps and way too long to set NT8 alerts when you need to activate alerts for many lines in a fast market.

    Appreciate the input.

    #2
    Hello AH369,

    Thanks for your post.

    To clarify, are you looking for an existing indicator? Or, are you looking to code this indicator yourself?

    I am not aware of an existing indicator that accomplishes this. This thread will be open for other community members to share their insights on an existing indicator.

    Note that Alerts function differently in a NinjaScript indicator compared to the Alerts window. You would need to program the condition that would trigger the alert and then call your alert method.

    The Alert() method could be used to create alerts in a NinajScript. To play a sound when a condition becomes true, you could use the PlaySound() method.

    See the help guide documentation below for more information and sample code:

    Alert(): https://ninjatrader.com/support/help.../nt8/alert.htm
    PlaySound(): https://ninjatrader.com/support/help.../playsound.htm
    Alert and Debug Concepts: https://ninjatrader.com/support/help...g_concepts.htm

    Let me know if I may assist further.
    <span class="name">Brandon H.</span><span class="title">NinjaTrader Customer Service</span><iframe name="sig" id="sigFrame" src="/support/forum/core/clientscript/Signature/signature.php" frameborder="0" border="0" cellspacing="0" style="border-style: none;width: 100%; height: 120px;"></iframe>

    Comment


      #3
      Hello BrandonH ,

      Thank you for your reply.

      Actually I don't know much about coding . I am looking to see if there is an indicator out there that enables a user to create alert templates with same capabilities as the default Alert feature of NT8 . Another words preferably a user creates a template by going through the initial necessary steps only once and then can attach this template to any line for quick setup.

      Also user should be able to duplicate copies of same activated lines without the the new lines becoming inactive. So I was wondering if anyone knows of such indicator/strategy out there in the NT8 community whether it's a free tool or not since I am willing to pay for it if such a tool exists.

      Comment


        #4
        Hello Guys,

        I would like to know if somebody can help me figuiring out how to set an alarm or create the column in the market analyzer with the following info>

        (Average volume of last 5 candles * 90%) + Average volume of the last 5 candles.

        I know that if I get to put that info in the market analyzer then I would be able to set the alarm with another column (current volume) by comparing them>

        If VOL > ((average volume of last 5 candles * 90%)+a.v. of last 5 candles) = TRUE.




        By the way, this is my first post in the forum so im not fully familiar if Im making the question in the right place.

        Comment


          #5
          Hello AH369,

          Thanks for your note.

          I am not aware of any existing indicator that accomplishes this, however, this thread will be open for other community members to share their insight.

          Let me know if I may assist further.
          <span class="name">Brandon H.</span><span class="title">NinjaTrader Customer Service</span><iframe name="sig" id="sigFrame" src="/support/forum/core/clientscript/Signature/signature.php" frameborder="0" border="0" cellspacing="0" style="border-style: none;width: 100%; height: 120px;"></iframe>

          Comment


            #6
            Hello daslac02,

            Thanks for your note.

            Since you posted in the forums in the NinjaTrader Indicator Development section, are you looking to create an alert in a custom NinjaScript indicator that you are programming?

            If so, you would use the Alert() method to create alerts in a NinajScript. To play a sound when a condition becomes true, you could use the PlaySound() method.

            See the help guide documentation below for more information and sample code:

            Alert(): https://ninjatrader.com/support/help.../nt8/alert.htm
            PlaySound(): https://ninjatrader.com/support/help.../playsound.htm
            Alert and Debug Concepts: https://ninjatrader.com/support/help...g_concepts.htm

            If you create a custom indicator that calls the Alert() method, you could add that custom indicator to a Market Analyzer 'Indicator' column.

            See this help guide page for more information: https://ninjatrader.com/support/help...owToAddColumns

            If your question is not in relation to programming an Alert in your own custom NinjaScript, you could post your question in the Platform Technical Support section of the NinjaTrader Forums for questions not related to programming.

            Let me know if I may assist further.
            Last edited by NinjaTrader_BrandonH; 08-01-2022, 09:03 AM.
            <span class="name">Brandon H.</span><span class="title">NinjaTrader Customer Service</span><iframe name="sig" id="sigFrame" src="/support/forum/core/clientscript/Signature/signature.php" frameborder="0" border="0" cellspacing="0" style="border-style: none;width: 100%; height: 120px;"></iframe>

            Comment


              #7
              Hi Brandon,

              thanks for your reply and carilification, I am initally looking to set the alarm in a existed indicator so Im going to take the question to the other team.

              thanks,

              Regards

              Comment

              Latest Posts

              Collapse

              Topics Statistics Last Post
              Started by Geovanny Suaza, 02-11-2026, 06:32 PM
              0 responses
              599 views
              0 likes
              Last Post Geovanny Suaza  
              Started by Geovanny Suaza, 02-11-2026, 05:51 PM
              0 responses
              344 views
              1 like
              Last Post Geovanny Suaza  
              Started by Mindset, 02-09-2026, 11:44 AM
              0 responses
              103 views
              0 likes
              Last Post Mindset
              by Mindset
               
              Started by Geovanny Suaza, 02-02-2026, 12:30 PM
              0 responses
              558 views
              1 like
              Last Post Geovanny Suaza  
              Started by RFrosty, 01-28-2026, 06:49 PM
              0 responses
              557 views
              1 like
              Last Post RFrosty
              by RFrosty
               
              Working...
              X