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 Geovanny Suaza, 02-11-2026, 06:32 PM
      0 responses
      648 views
      0 likes
      Last Post Geovanny Suaza  
      Started by Geovanny Suaza, 02-11-2026, 05:51 PM
      0 responses
      369 views
      1 like
      Last Post Geovanny Suaza  
      Started by Mindset, 02-09-2026, 11:44 AM
      0 responses
      108 views
      0 likes
      Last Post Mindset
      by Mindset
       
      Started by Geovanny Suaza, 02-02-2026, 12:30 PM
      0 responses
      572 views
      1 like
      Last Post Geovanny Suaza  
      Started by RFrosty, 01-28-2026, 06:49 PM
      0 responses
      573 views
      1 like
      Last Post RFrosty
      by RFrosty
       
      Working...
      X