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 DannyP96, 05-18-2026, 02:38 PM
      1 response
      25 views
      0 likes
      Last Post NinjaTrader_ChelseaB  
      Started by CarlTrading, 05-11-2026, 05:56 AM
      0 responses
      115 views
      0 likes
      Last Post CarlTrading  
      Started by CarlTrading, 05-10-2026, 08:12 PM
      0 responses
      69 views
      0 likes
      Last Post CarlTrading  
      Started by Hwop38, 05-04-2026, 07:02 PM
      0 responses
      225 views
      0 likes
      Last Post Hwop38
      by Hwop38
       
      Started by CaptainJack, 04-24-2026, 11:07 PM
      0 responses
      411 views
      0 likes
      Last Post CaptainJack  
      Working...
      X