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 cmoran13, 04-16-2026, 01:02 PM
        0 responses
        43 views
        0 likes
        Last Post cmoran13  
        Started by PaulMohn, 04-10-2026, 11:11 AM
        0 responses
        25 views
        0 likes
        Last Post PaulMohn  
        Started by CarlTrading, 03-31-2026, 09:41 PM
        1 response
        163 views
        1 like
        Last Post NinjaTrader_ChelseaB  
        Started by CarlTrading, 04-01-2026, 02:41 AM
        0 responses
        98 views
        1 like
        Last Post CarlTrading  
        Started by CaptainJack, 03-31-2026, 11:44 PM
        0 responses
        158 views
        2 likes
        Last Post CaptainJack  
        Working...
        X