Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Alerts and path to sound files

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

    Alerts and path to sound files

    I'm wanting to set the following alert, however NT will not compile the WAV file path and reports the error: Unrecognized escape sequence CS1009:
    Code:
    Alert(CurrentBar.ToString()+VolumeThreshold.ToString()+Bars.Period.ToString()+Instrument.FullName, NinjaTrader.Cbi.Priority.Medium, Instrument.MasterInstrument.Name+" "+Bars.Period.Value+Bars.Period.Id+":  Volume Alert "+VolumeThreshold, "C:\Program Files (x86)\NinjaTrader 7\sounds\newalert.wav", int.MaxValue, Color.Black, Color.Yellow);
    I didn't used to require the path with the 32 bit version, but with the 64 bit version, NT can't locate the sound files.

    #2
    Hello dsfalc,

    You can add @ character in front of path here:

    Code:
    Alert(CurrentBar.ToString()+VolumeThreshold.ToString()+Bars.Period.ToString()+Instrument.FullName, NinjaTrader.Cbi.Priority.Medium, Instrument.MasterInstrument.Name+" "+Bars.Period.Value+Bars.Period.Id+":  Volume Alert "+VolumeThreshold, @"C:\Program Files (x86)\NinjaTrader 7\sounds\newalert.wav", int.MaxValue, Color.Black, Color.Yellow);
    Ryan M.NinjaTrader Customer Service

    Comment


      #3
      Thanks - all sorted.

      Comment

      Latest Posts

      Collapse

      Topics Statistics Last Post
      Started by Felix Reichert, 04-26-2024, 02:12 PM
      6 responses
      40 views
      0 likes
      Last Post Felix Reichert  
      Started by MrForgetful, Today, 01:28 AM
      3 responses
      21 views
      0 likes
      Last Post NinjaTrader_Zachary  
      Started by cmtjoancolmenero, 04-29-2024, 03:40 PM
      16 responses
      46 views
      0 likes
      Last Post cmtjoancolmenero  
      Started by ETFVoyageur, Yesterday, 06:05 PM
      6 responses
      38 views
      0 likes
      Last Post ETFVoyageur  
      Started by rbeckmann05, Today, 02:35 PM
      1 response
      7 views
      0 likes
      Last Post NinjaTrader_BrandonH  
      Working...
      X