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()

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

    Alert()

    Not sure what I'm doing wrong here. Can't seem to link the wave file properly.

    Any help would be appreciated.

    edit: Picture isn't coming out properly. The error msg is "Unrecognized escape sequence" in reference to the file location.
    Attached Files
    Last edited by AO76; 05-26-2007, 01:42 PM.

    #2
    Please paste in the code line that gives you the error.
    RayNinjaTrader Customer Service

    Comment


      #3
      Alert("YM_REVERSAL_1M_LONG", NinjaTrader.Cbi.Priority.High, "YM REVERSAL 1M GO LONG", "C:\Program Files (x86)\NinjaTrader 6\sounds\Alert4.wav" , 10, Color.Black, Color.Yellow);

      Comment


        #4
        Please use:

        Alert("YM_REVERSAL_1M_LONG", NinjaTrader.Cbi.Priority.High, "YM REVERSAL 1M GO LONG", "Alert4.wav" , 10, Color.Black, Color.Yellow);
        RayNinjaTrader Customer Service

        Comment


          #5
          Great thanks. It works now.

          I think the documentation might need to be changed or maybe it doesn't?

          Here's the example provided NT.

          Examples

          // Generates an alert
          Alert("myAlert", NinjaTrader.Cbi.Priority.High, "Reached threshold", "C:\Program Files\MySounds\alert.wav", 10, Color.Black, Color.Yellow);

          Comment


            #6
            Documentation has been updated for next release. Thanks for bringing this to our attention.
            RayNinjaTrader Customer Service

            Comment

            Latest Posts

            Collapse

            Topics Statistics Last Post
            Started by stafe, 04-15-2024, 08:34 PM
            6 responses
            31 views
            0 likes
            Last Post stafe
            by stafe
             
            Started by adeelshahzad, Today, 03:54 AM
            4 responses
            26 views
            0 likes
            Last Post adeelshahzad  
            Started by merzo, 06-25-2023, 02:19 AM
            10 responses
            823 views
            1 like
            Last Post NinjaTrader_ChristopherJ  
            Started by frankthearm, Today, 09:08 AM
            5 responses
            17 views
            0 likes
            Last Post NinjaTrader_Clayton  
            Started by jeronymite, 04-12-2024, 04:26 PM
            3 responses
            43 views
            0 likes
            Last Post jeronymite  
            Working...
            X