Announcement

Collapse

Looking for a User App or Add-On built by the NinjaTrader community?

Visit NinjaTrader EcoSystem and our free User App Share!

Have a question for the NinjaScript developer community? Open a new thread in our NinjaScript File Sharing Discussion Forum!
See more
See less

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 nandhumca, Yesterday, 03:41 PM
        1 response
        12 views
        0 likes
        Last Post NinjaTrader_Gaby  
        Started by The_Sec, Yesterday, 03:37 PM
        1 response
        11 views
        0 likes
        Last Post NinjaTrader_Gaby  
        Started by vecnopus, Today, 06:15 AM
        0 responses
        1 view
        0 likes
        Last Post vecnopus  
        Started by Aviram Y, Today, 05:29 AM
        0 responses
        5 views
        0 likes
        Last Post Aviram Y  
        Started by quantismo, 04-17-2024, 05:13 PM
        3 responses
        27 views
        0 likes
        Last Post NinjaTrader_Gaby  
        Working...
        X