Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Stop order filling

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

    Stop order filling

    Hi guys!

    What do I set up in the strategy builder to make a stop order stay (do not disappear after the bar ends) until it is filled?

    #2
    Hello Carlos19.

    Thanks for your post.

    The Strategy Builder uses the Managed Approach for submitting and handling orders.

    By default, orders submitted via Entry() and Exit() methods automatically cancel at the end of a bar if not re-submitted. This could be seen on the Managed Approach help guide page linked below.

    Managed Approach: https://ninjatrader.com/support/help...d_approach.htm

    To keep orders alive so they do not close automatically at the end of a bar, you could unlock the script from the Strategy Builder and use the Entry and Exit method isLiveUntilCancelled overload. When this parameter is set to true, the order will not cancel at the end of a bar.

    Note that this is only possible in an unlocked script, not in a Strategy Builder strategy.

    See this reference sample demonstrating keeping orders alive using the isLiveUntilCancelled overload: https://ninjatrader.com/support/help...ders_alive.htm

    Please let me know if I may assist you further.
    <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


      #3
      Ok, thanks Brandom.

      Comment

      Latest Posts

      Collapse

      Topics Statistics Last Post
      Started by kinfxhk, 07-14-2026, 09:39 AM
      0 responses
      15 views
      0 likes
      Last Post kinfxhk
      by kinfxhk
       
      Started by kinfxhk, 07-13-2026, 10:18 AM
      0 responses
      59 views
      0 likes
      Last Post kinfxhk
      by kinfxhk
       
      Started by kinfxhk, 07-13-2026, 09:50 AM
      0 responses
      42 views
      0 likes
      Last Post kinfxhk
      by kinfxhk
       
      Started by kinfxhk, 07-13-2026, 07:21 AM
      0 responses
      47 views
      0 likes
      Last Post kinfxhk
      by kinfxhk
       
      Started by kinfxhk, 07-11-2026, 02:11 AM
      0 responses
      38 views
      0 likes
      Last Post kinfxhk
      by kinfxhk
       
      Working...
      X