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 cre8able, Yesterday, 07:24 PM
            1 response
            13 views
            0 likes
            Last Post NinjaTrader_ChelseaB  
            Started by cocoescala, 10-12-2018, 11:02 PM
            6 responses
            939 views
            0 likes
            Last Post Jquiroz1975  
            Started by gbourque, Today, 06:39 AM
            1 response
            4 views
            0 likes
            Last Post NinjaTrader_Erick  
            Started by cmtjoancolmenero, Yesterday, 03:58 PM
            1 response
            17 views
            0 likes
            Last Post NinjaTrader_Gaby  
            Started by benmarkal, Yesterday, 12:52 PM
            3 responses
            23 views
            0 likes
            Last Post NinjaTrader_Gaby  
            Working...
            X