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 Hwop38, 05-04-2026, 07:02 PM
        0 responses
        168 views
        0 likes
        Last Post Hwop38
        by Hwop38
         
        Started by CaptainJack, 04-24-2026, 11:07 PM
        0 responses
        322 views
        0 likes
        Last Post CaptainJack  
        Started by Mindset, 04-21-2026, 06:46 AM
        0 responses
        246 views
        0 likes
        Last Post Mindset
        by Mindset
         
        Started by M4ndoo, 04-20-2026, 05:21 PM
        0 responses
        350 views
        0 likes
        Last Post M4ndoo
        by M4ndoo
         
        Started by M4ndoo, 04-19-2026, 05:54 PM
        0 responses
        179 views
        0 likes
        Last Post M4ndoo
        by M4ndoo
         
        Working...
        X