Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

ChangeOrder on managed approach

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

    ChangeOrder on managed approach

    Hello,

    I'm programming a MTF scalping strategy based on range bar with managed approach. The entery and the exit is on the same bar....

    I use the upper time frame to trigger the entry and the lower time frame to manage the position.

    I want to change the stop loss with 'ChangeOrder' but is called only in unmanaged approach.

    Is there a way to do this in managed approach?

    Thank for your help.

    Michel

    #2
    Hello elechim,

    Thanks for your post.

    What method are you using for stop loss?

    Comment


      #3
      Hello Paul,

      I use SetProfitTarget and SetStopLoss.

      Regards,

      Michel

      Comment


        #4
        Hello Michel,

        Thanks for your reply.

        You can dynamically change the SetStopLoss() method as needed. After the order has closed you would then want to reset your stoploss value as needed for the next order. From the helpguide: "You may call this method from within the strategy OnBarUpdate() method should you wish to dynamically change the stop loss price while in an open position" Also, "Should you call this method to dynamically change the stop loss price in the strategy OnBarUpdate() method, you should always reset the stop loss price/offset value when your strategy is flat otherwise, the last price/offset value set will be used to generate your stop loss order on your next open position "

        Here is the link to the SetStopLoss page: http://ninjatrader.com/support/helpG...etstoploss.htm

        Comment

        Latest Posts

        Collapse

        Topics Statistics Last Post
        Started by Geovanny Suaza, 02-11-2026, 06:32 PM
        0 responses
        558 views
        0 likes
        Last Post Geovanny Suaza  
        Started by Geovanny Suaza, 02-11-2026, 05:51 PM
        0 responses
        324 views
        1 like
        Last Post Geovanny Suaza  
        Started by Mindset, 02-09-2026, 11:44 AM
        0 responses
        101 views
        0 likes
        Last Post Mindset
        by Mindset
         
        Started by Geovanny Suaza, 02-02-2026, 12:30 PM
        0 responses
        545 views
        1 like
        Last Post Geovanny Suaza  
        Started by RFrosty, 01-28-2026, 06:49 PM
        0 responses
        547 views
        1 like
        Last Post RFrosty
        by RFrosty
         
        Working...
        X