Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

How to place two StopMarket order for trading range extension at same time ?

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

    How to place two StopMarket order for trading range extension at same time ?

    Hi NT,

    I am coding a range extension strategy which trades breakouts using Entry Stop Orders.
    It is described in the image attached. I am wondering how I can place two Stop orders at same time.

    Need help from Expert !

    Attached Files

    #2
    Hello dastaan,

    Thanks for your post.

    Anytime your script is not working as expected please check the "Log" tab of the control center as any error messages generated by the strategy would be noted there.

    If you are using the "Managed Approach" (Strategy builder type strategy is a managed approach or Ninjascript strategy by default) then you would be violating the internal order handling rules to prevent unwanted positions. Please see the section, " Internal Order Handling Rules that Reduce Unwanted Positions" here: https://ninjatrader.com/support/help...d_approach.htm

    What you can do is monitor price and place whichever order will fit the direction.

    If you would like more control in placing any orders you wish then you can use the "Unmanaged approach" which is described as, "The Unmanaged approach is reserved for VERY EXPERIENCED programmers. In place of the convenience layer that the Managed approach offered, the Unmanaged approach instead offers ultimate flexibility in terms of order submission and management.": https://ninjatrader.com/support/help...d_approach.htm

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by Mindset, 04-21-2026, 06:46 AM
    0 responses
    90 views
    0 likes
    Last Post Mindset
    by Mindset
     
    Started by M4ndoo, 04-20-2026, 05:21 PM
    0 responses
    137 views
    0 likes
    Last Post M4ndoo
    by M4ndoo
     
    Started by M4ndoo, 04-19-2026, 05:54 PM
    0 responses
    68 views
    0 likes
    Last Post M4ndoo
    by M4ndoo
     
    Started by cmoran13, 04-16-2026, 01:02 PM
    0 responses
    120 views
    0 likes
    Last Post cmoran13  
    Started by PaulMohn, 04-10-2026, 11:11 AM
    0 responses
    71 views
    0 likes
    Last Post PaulMohn  
    Working...
    X