Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

The best way to implement staggered exit

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

    The best way to implement staggered exit

    Greetings,

    What is the best way in NinjaTrader to implement staggered exits?

    For example, I enter position with 3 contract lots and the exit should be:
    1) first contract exits at X1 ticks profit target
    2) 2nd contract exits at X2 ticks profit target
    3) The last goes until some condition is true

    I know it is not a pure staggered exit but would appreciate your thoughts. May be NT has a native support for at least 1) and 2)

    Thank you!

    #2
    Hello,

    Thanks for the forum post.

    Yes you can do this in strategies with this sample code:



    So you would use this sample and call EnterLong("1"); EnterLong("2");, now you can separate out the exit conditions for each leg in strategy.

    Let me know if I can be of further assistance.
    BrettNinjaTrader Product Management

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by Geovanny Suaza, 02-11-2026, 06:32 PM
    0 responses
    649 views
    0 likes
    Last Post Geovanny Suaza  
    Started by Geovanny Suaza, 02-11-2026, 05:51 PM
    0 responses
    370 views
    1 like
    Last Post Geovanny Suaza  
    Started by Mindset, 02-09-2026, 11:44 AM
    0 responses
    109 views
    0 likes
    Last Post Mindset
    by Mindset
     
    Started by Geovanny Suaza, 02-02-2026, 12:30 PM
    0 responses
    574 views
    1 like
    Last Post Geovanny Suaza  
    Started by RFrosty, 01-28-2026, 06:49 PM
    0 responses
    576 views
    1 like
    Last Post RFrosty
    by RFrosty
     
    Working...
    X