Announcement

Collapse

Looking for a User App or Add-On built by the NinjaTrader community?

Visit NinjaTrader EcoSystem and our free User App Share!

Have a question for the NinjaScript developer community? Open a new thread in our NinjaScript File Sharing Discussion Forum!
See more
See less

Partner 728x90

Collapse

update order price for unmanaged orders

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

    update order price for unmanaged orders

    I am using unmanaged orders approach.

    I have two StopMarket orders with names 1.2 and 2.2. When price reaches A, I want to change StopPrice of order 1.2 to B. When price reaches C, I want to change StopPrice of order 2.2 to D. How can I change these prices from OnBarUpdate?

    #2
    Hello Eklavya,

    Thanks for your post.

    You can use ChangeOrder to change the properties of an order.

    ChangeOrder - https://ninjatrader.com/support/help...hangeorder.htm

    For more information on using Order objects, please see the SampleOnOrderUpdate strategy. This example outlines how to assign Order objects in OnOrderUpdate and can also be used for demonstration on how to submit target and stop loss orders from OnExecutionUpdate.

    SampleOnOrderUpdate - https://ninjatrader.com/support/help...and_onexec.htm

    I look forward to being of further assistance.
    JimNinjaTrader Customer Service

    Comment


      #3
      ChangeOrder needs the order object to change right? How do I get that in the OnBarUpdate method?

      Comment


        #4
        Hello Eklavya,

        The order object is assigned in OnOrderUpdate and then can be accessed in OnBarUpdate. Please see SampleOnOrderUpdate for using OnOrderUpdate and assigning order objects.

        Please let me know if you have any questions.
        JimNinjaTrader Customer Service

        Comment

        Latest Posts

        Collapse

        Topics Statistics Last Post
        Started by DanielTynera, Today, 01:14 AM
        0 responses
        2 views
        0 likes
        Last Post DanielTynera  
        Started by yertle, 04-18-2024, 08:38 AM
        9 responses
        40 views
        0 likes
        Last Post yertle
        by yertle
         
        Started by techgetgame, Yesterday, 11:42 PM
        0 responses
        10 views
        0 likes
        Last Post techgetgame  
        Started by sephichapdson, Yesterday, 11:36 PM
        0 responses
        2 views
        0 likes
        Last Post sephichapdson  
        Started by bortz, 11-06-2023, 08:04 AM
        47 responses
        1,615 views
        0 likes
        Last Post aligator  
        Working...
        X