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 Segwin, 05-07-2018, 02:15 PM
            14 responses
            1,788 views
            0 likes
            Last Post aligator  
            Started by Jimmyk, 01-26-2018, 05:19 AM
            6 responses
            837 views
            0 likes
            Last Post emuns
            by emuns
             
            Started by jxs_xrj, 01-12-2020, 09:49 AM
            6 responses
            3,293 views
            1 like
            Last Post jgualdronc  
            Started by Touch-Ups, Today, 10:36 AM
            0 responses
            12 views
            0 likes
            Last Post Touch-Ups  
            Started by geddyisodin, 04-25-2024, 05:20 AM
            11 responses
            62 views
            0 likes
            Last Post halgo_boulder  
            Working...
            X