Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Obtaining information from the SetStopLoss() order

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

    Obtaining information from the SetStopLoss() order

    Hi,

    My strategy needs to print information regarding all new orders submitted and executed to the NinjaTrader output window. I have no problem obtaining information from the orders I control using IOrder and IExecution objects, but how can I do the same for the SetStopLoss() order? The very least, how can I know that the StopLoss Order was executed, the price, and the quantity?

    Thank you.

    #2
    Dmitry75,

    Thank you for your post.

    When an entry order is filled the Stop loss is immediately submitted. Each order contains its own IOrder properties when being submitted and can be accessed via a Print statement from the OnOrderUpdate() method -
    OnOrderUpdate()

    Additionally, take a look at the different properties that can be brought up with the IOrder -
    IOrder Class
    Cal H.NinjaTrader Customer Service

    Comment


      #3
      Originally posted by dmitry75 View Post
      Hi,

      My strategy needs to print information regarding all new orders submitted and executed to the NinjaTrader output window. I have no problem obtaining information from the orders I control using IOrder and IExecution objects, but how can I do the same for the SetStopLoss() order? The very least, how can I know that the StopLoss Order was executed, the price, and the quantity?

      Thank you.
      There are quite a few reference samples on this forum. The question that you ask is one of them.

      ref: http://www.ninjatrader.com/support/f...ead.php?t=5790

      Comment

      Latest Posts

      Collapse

      Topics Statistics Last Post
      Started by charlesugo_1, 05-26-2026, 05:03 PM
      0 responses
      56 views
      0 likes
      Last Post charlesugo_1  
      Started by DannyP96, 05-18-2026, 02:38 PM
      1 response
      143 views
      0 likes
      Last Post NinjaTrader_ChelseaB  
      Started by CarlTrading, 05-11-2026, 05:56 AM
      0 responses
      160 views
      0 likes
      Last Post CarlTrading  
      Started by CarlTrading, 05-10-2026, 08:12 PM
      0 responses
      96 views
      0 likes
      Last Post CarlTrading  
      Started by Hwop38, 05-04-2026, 07:02 PM
      0 responses
      276 views
      0 likes
      Last Post Hwop38
      by Hwop38
       
      Working...
      X