Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Setting Alarms

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

    Setting Alarms

    Hello,

    I would like to set up a buy stop at 203.30 and a sell stop at 202.50 IN GJ pair,

    How i can setup the chart in order to hear alarm in these levels ?

    #2
    Unfortunately this is not supported.

    Comment


      #3
      Something like this might work. You could always make a strategy with price parameters so you could put in your desired prices without having to change the strategy every time.

      // Condition set 1
      if (Close[0] == 203.3)
      {
      Alert("MyAlert770", Priority.High, "Buy Stop", @"C:\Program Files\NinjaTrader 6.5\sounds\Alert1.wav", 0, Color.White, Color.Black);
      EnterLongStop(DefaultQuantity, 203.3, "");
      }

      etc...

      Comment

      Latest Posts

      Collapse

      Topics Statistics Last Post
      Started by argusthome, 03-08-2026, 10:06 AM
      0 responses
      83 views
      0 likes
      Last Post argusthome  
      Started by NabilKhattabi, 03-06-2026, 11:18 AM
      0 responses
      47 views
      0 likes
      Last Post NabilKhattabi  
      Started by Deep42, 03-06-2026, 12:28 AM
      0 responses
      29 views
      0 likes
      Last Post Deep42
      by Deep42
       
      Started by TheRealMorford, 03-05-2026, 06:15 PM
      0 responses
      32 views
      0 likes
      Last Post TheRealMorford  
      Started by Mindset, 02-28-2026, 06:16 AM
      0 responses
      66 views
      0 likes
      Last Post Mindset
      by Mindset
       
      Working...
      X