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 chbruno, 04-24-2024, 04:10 PM
      2 responses
      46 views
      0 likes
      Last Post chbruno
      by chbruno
       
      Started by WHICKED, Today, 12:45 PM
      1 response
      10 views
      0 likes
      Last Post NinjaTrader_Gaby  
      Started by samish18, Today, 01:01 PM
      0 responses
      5 views
      0 likes
      Last Post samish18  
      Started by WHICKED, Today, 12:56 PM
      1 response
      8 views
      0 likes
      Last Post NinjaTrader_Gaby  
      Started by Spiderbird, Today, 12:15 PM
      2 responses
      11 views
      0 likes
      Last Post Spiderbird  
      Working...
      X