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 quantismo, 04-17-2024, 05:13 PM
            5 responses
            32 views
            0 likes
            Last Post NinjaTrader_Gaby  
            Started by proptrade13, Today, 11:06 AM
            1 response
            5 views
            0 likes
            Last Post NinjaTrader_Clayton  
            Started by love2code2trade, 04-17-2024, 01:45 PM
            4 responses
            34 views
            0 likes
            Last Post love2code2trade  
            Started by cls71, Today, 04:45 AM
            2 responses
            10 views
            0 likes
            Last Post eDanny
            by eDanny
             
            Started by kulwinder73, Today, 10:31 AM
            1 response
            10 views
            0 likes
            Last Post NinjaTrader_Erick  
            Working...
            X