Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Strategy VS Account position

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

    Strategy VS Account position

    Is there a way to cancel the strategy orders placed when a strategy "starts" mid trade. But there were no orders placed?

    #2
    clfield,

    You should run with "Wait until flat" as your setting and if you started your strategy midtrade it will only simulate the closing orders for that particular trade and go live after the strategy passes a flat state.

    Tools->Options->Strategies->NinjaScript
    Josh P.NinjaTrader Customer Service

    Comment


      #3
      Yes I am doing that.
      However it would be great to be able to remove those unfilled or unplaced orders so that you do not have to wait for them to be filled in the strategy before you can place anymore orders.

      Comment


        #4
        If you want that, just don't have your strategy process any historical information. Add this line to the top of your OnBarUpdate()

        if (Historical) return;
        Josh P.NinjaTrader Customer Service

        Comment

        Latest Posts

        Collapse

        Topics Statistics Last Post
        Started by Geovanny Suaza, 02-11-2026, 06:32 PM
        0 responses
        648 views
        0 likes
        Last Post Geovanny Suaza  
        Started by Geovanny Suaza, 02-11-2026, 05:51 PM
        0 responses
        369 views
        1 like
        Last Post Geovanny Suaza  
        Started by Mindset, 02-09-2026, 11:44 AM
        0 responses
        108 views
        0 likes
        Last Post Mindset
        by Mindset
         
        Started by Geovanny Suaza, 02-02-2026, 12:30 PM
        0 responses
        572 views
        1 like
        Last Post Geovanny Suaza  
        Started by RFrosty, 01-28-2026, 06:49 PM
        0 responses
        573 views
        1 like
        Last Post RFrosty
        by RFrosty
         
        Working...
        X