Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Alert from two indicators

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

    Alert from two indicators

    Hi NT,

    I am curious on the best way to display an alert for two indicators.

    I have two simple custom indicators that plot text on my charts.

    i.e. Indicator 1
    if (condition == true)
    Draw Text

    Indicator 2
    if (condition == true)
    Draw Text

    Any suggestions on the best way to display an alert for both?

    Thank you
    ​​​​​​​Irv

    #2
    Hello ij001,

    Thank you for your note.

    You can use Alert() within the indicators to send an alert based on the indicator conditions becoming true:



    You also have the option to play a sound, send an email, or share a message to a configured sharing service:



    Please let us know if we may be of further assistance to you.

    Comment


      #3
      Originally posted by NinjaTrader_Kate View Post
      Hello ij001,

      Thank you for your note.

      You can use Alert() within the indicators to send an alert based on the indicator conditions becoming true:



      You also have the option to play a sound, send an email, or share a message to a configured sharing service:



      Please let us know if we may be of further assistance to you.
      Hi Kate,

      Thank you for your quick response.

      How would I create the alert when I need both conditions in the two indicators to be true?

      Would it be possible to use the Alerts window when I right click a chart and create something from there?

      Thanks Irv

      Comment


        #4
        Hello ij001,

        Thank you for your clarification.

        You have three possible options here.

        One: Use the Alerts dialog directly through the platform and add both conditions to the conditions to trigger the alert. This assumes the two indicators have some kind of signal plot that signals when the conditions to draw the text are met. If they do not have a plot that signals when this occurs, you wouldn't be able to do this.

        Two: combine the two indicators into a single indicator, and add conditions to send an alert when both the conditions are true.

        Three: You could create a third indicator that calls each of the other two, checks both indicator's signal plots and then sends an alert if both plots signal that the conditions are true. This also assumes both have signal plots.

        Without knowing what the indicators are and what they expose with their plots, I wouldn't be able to say for sure which tactic you should take, but this should give you some ideas.

        Please let us know if we may be of further assistance to you.

        Comment

        Latest Posts

        Collapse

        Topics Statistics Last Post
        Started by Geovanny Suaza, 02-11-2026, 06:32 PM
        0 responses
        566 views
        0 likes
        Last Post Geovanny Suaza  
        Started by Geovanny Suaza, 02-11-2026, 05:51 PM
        0 responses
        330 views
        1 like
        Last Post Geovanny Suaza  
        Started by Mindset, 02-09-2026, 11:44 AM
        0 responses
        101 views
        0 likes
        Last Post Mindset
        by Mindset
         
        Started by Geovanny Suaza, 02-02-2026, 12:30 PM
        0 responses
        547 views
        1 like
        Last Post Geovanny Suaza  
        Started by RFrosty, 01-28-2026, 06:49 PM
        0 responses
        548 views
        1 like
        Last Post RFrosty
        by RFrosty
         
        Working...
        X