Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

alert priority

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

    alert priority

    I am adding alert to an indicator. From the complile error, it appears i need to define PRIORITY and HIGH somewhere. How and where? Please see attached, if you can send me a corrected file, it will be easiest for me to learn
    Attached Files

    #2
    eventrader, please try using NinjaTrader.Cbi.Priority.High instead of just Priority.High:
    Code:
    // Generates an alert
    Alert("myAlert", NinjaTrader.Cbi.Priority.High, "Reached threshold", "Alert1.wav", 10, Color.Black, Color.Yellow);
    AustinNinjaTrader Customer Service

    Comment


      #3
      thx Austin, you are the best. One more issue that you can help with. The point of the indicator is to set alerts in the ma. I just ran it in ma against S&P 500. All 500 return a value of 0. This is unlikely-- is something wrong with my indicator or WILL IT UPDATE ONLY IN REAL TIME?
      IS THERE A GOOD WAY TO TEST THIS INDICATOR?

      Comment


        #4
        eventrader, there was no market activity this afternoon, so that could be why no results were shown. You can run a simulated market feed at any time by connecting to the Simulated Data Feed in the File -> Connect menu. It is also possible that something could be going wrong with your indicators.
        AustinNinjaTrader Customer Service

        Comment

        Latest Posts

        Collapse

        Topics Statistics Last Post
        Started by Geovanny Suaza, 02-11-2026, 06:32 PM
        0 responses
        601 views
        0 likes
        Last Post Geovanny Suaza  
        Started by Geovanny Suaza, 02-11-2026, 05:51 PM
        0 responses
        347 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
        559 views
        1 like
        Last Post Geovanny Suaza  
        Started by RFrosty, 01-28-2026, 06:49 PM
        0 responses
        558 views
        1 like
        Last Post RFrosty
        by RFrosty
         
        Working...
        X