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 usazencort, Today, 01:16 AM
        0 responses
        1 view
        0 likes
        Last Post usazencort  
        Started by kaywai, 09-01-2023, 08:44 PM
        5 responses
        603 views
        0 likes
        Last Post NinjaTrader_Jason  
        Started by xiinteractive, 04-09-2024, 08:08 AM
        6 responses
        22 views
        0 likes
        Last Post xiinteractive  
        Started by Pattontje, Yesterday, 02:10 PM
        2 responses
        21 views
        0 likes
        Last Post Pattontje  
        Started by flybuzz, 04-21-2024, 04:07 PM
        17 responses
        230 views
        0 likes
        Last Post TradingLoss  
        Working...
        X