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 carnitron, Today, 08:42 PM
            0 responses
            5 views
            0 likes
            Last Post carnitron  
            Started by strategist007, Today, 07:51 PM
            0 responses
            6 views
            0 likes
            Last Post strategist007  
            Started by StockTrader88, 03-06-2021, 08:58 AM
            44 responses
            3,974 views
            3 likes
            Last Post jhudas88  
            Started by rbeckmann05, Today, 06:48 PM
            0 responses
            8 views
            0 likes
            Last Post rbeckmann05  
            Started by rhyminkevin, Today, 04:58 PM
            4 responses
            58 views
            0 likes
            Last Post dp8282
            by dp8282
             
            Working...
            X