Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Managing orders and accessing their properties

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

    Managing orders and accessing their properties

    I've been working on a strategy that updates an order's stop / profit target individually. One thing I struggle with is a simple way to access an order's properties, and change them. I can't seem to find a reliable way to get an order's properties without storing custom class values.

    With ATM, I can only create/update but not get the properties by order ID? Without ATM, I can use signals, but I don't know how to find the price paid (after slippage). Is there an ideal way to go about managing orders individually?

    #2
    Hello Skifree,

    Thanks for your post.

    You could consider using OnExecutionUpdate() or OnOrderUpdate() to track order objects and get information about those order objects, submit orders, or change orders to a new price.

    See the help guide documentation below for more information about these event-driven methods.

    OnExecutionUpdate(): https://ninjatrader.com/support/help...tionupdate.htm
    OnOrderUpdate(): https://ninjatrader.com/support/help...rderupdate.htm

    Here is a reference sample demonstrating the use of these methods as well: https://ninjatrader.com/support/help...and_onexec.htm
    <span class="name">Brandon H.</span><span class="title">NinjaTrader Customer Service</span><iframe name="sig" id="sigFrame" src="/support/forum/core/clientscript/Signature/signature.php" frameborder="0" border="0" cellspacing="0" style="border-style: none;width: 100%; height: 120px;"></iframe>

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by CaptainJack, 05-29-2026, 05:09 AM
    0 responses
    163 views
    0 likes
    Last Post CaptainJack  
    Started by CaptainJack, 05-29-2026, 12:02 AM
    0 responses
    82 views
    0 likes
    Last Post CaptainJack  
    Started by charlesugo_1, 05-26-2026, 05:03 PM
    0 responses
    125 views
    0 likes
    Last Post charlesugo_1  
    Started by DannyP96, 05-18-2026, 02:38 PM
    1 response
    206 views
    0 likes
    Last Post NinjaTrader_ChelseaB  
    Started by CarlTrading, 05-11-2026, 05:56 AM
    0 responses
    185 views
    0 likes
    Last Post CarlTrading  
    Working...
    X