Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Linking alerts to different sounds.

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

    Linking alerts to different sounds.

    Is there a way to link alerts from an indicator to different sounds in the sound folder?

    #2
    Hello mrlucky1x,

    This would need to be done in the code of the script.

    The Alert() method has a string sound location to provide a path to any .wav sound file you would like.

    Alert(string id, Priority priority, string message, string soundLocation, int rearmSeconds, Brush backBrush, Brush foreColor)

    Below is a public link to the help guide on Alert().
    Chelsea B.NinjaTrader Customer Service

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by stafe, 04-15-2024, 08:34 PM
    9 responses
    41 views
    0 likes
    Last Post NinjaTrader_ChelseaB  
    Started by frslvr, 04-11-2024, 07:26 AM
    7 responses
    111 views
    1 like
    Last Post caryc123  
    Started by rocketman7, Today, 09:41 AM
    3 responses
    8 views
    0 likes
    Last Post NinjaTrader_Jesse  
    Started by traderqz, Today, 09:44 AM
    2 responses
    5 views
    0 likes
    Last Post NinjaTrader_Gaby  
    Started by rocketman7, Today, 02:12 AM
    7 responses
    31 views
    0 likes
    Last Post NinjaTrader_ChelseaB  
    Working...
    X