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 pvincent, 06-23-2022, 12:53 PM
      14 responses
      238 views
      0 likes
      Last Post Nyman
      by Nyman
       
      Started by TraderG23, 12-08-2023, 07:56 AM
      9 responses
      383 views
      1 like
      Last Post Gavini
      by Gavini
       
      Started by oviejo, Today, 12:28 AM
      0 responses
      1 view
      0 likes
      Last Post oviejo
      by oviejo
       
      Started by pechtri, 06-22-2023, 02:31 AM
      10 responses
      125 views
      0 likes
      Last Post Leeroy_Jenkins  
      Started by judysamnt7, 03-13-2023, 09:11 AM
      4 responses
      59 views
      0 likes
      Last Post DynamicTest  
      Working...
      X