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 not shown in Alert window during Replay

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

    Alert not shown in Alert window during Replay

    I have a strategy and want to:
    1) play a sound
    2) visualize an alert

    my code is:
    Alert(CurrentBar.ToString(), Priority.Medium, "Enter "+entrysignal+" @"+Close[0], @AlertFile, alertInterval, Color.DarkGreen, Color.White);


    The sound is played in Replay. But no alert in Alert window.
    What do i do wrong?

    #2
    Any error messages in your Control Center logs?
    Josh P.NinjaTrader Customer Service

    Comment


      #3
      As strange as it may seem, no today no errors at all

      Comment


        #4
        Priority.Medium. Try using "NinjaTrader.Cbi.Priority.Medium". See if that makes any difference.

        Also ensure @AlertFile is linked to a valid file path.
        Josh P.NinjaTrader Customer Service

        Comment


          #5
          I found the problem, the alerts will only be shown when my display parameter is set to true.

          this parameter does appear within the strategy analyzer, but does not appear when starting the strategy from a chart. The parameter category is display & sounds. Apparently they only appear in the Strategy Analyzer and from the Strategy tab.

          thanks

          Comment

          Latest Posts

          Collapse

          Topics Statistics Last Post
          Started by arvidvanstaey, Today, 02:19 PM
          0 responses
          2 views
          0 likes
          Last Post arvidvanstaey  
          Started by mmckinnm, Today, 01:34 PM
          3 responses
          5 views
          0 likes
          Last Post NinjaTrader_ChelseaB  
          Started by f.saeidi, Today, 01:32 PM
          2 responses
          6 views
          0 likes
          Last Post f.saeidi  
          Started by alifarahani, 04-19-2024, 09:40 AM
          9 responses
          55 views
          0 likes
          Last Post NinjaTrader_Jesse  
          Started by Conceptzx, 10-11-2022, 06:38 AM
          3 responses
          60 views
          0 likes
          Last Post NinjaTrader_SeanH  
          Working...
          X