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 charlesugo_1, 05-26-2026, 05:03 PM
        0 responses
        60 views
        0 likes
        Last Post charlesugo_1  
        Started by DannyP96, 05-18-2026, 02:38 PM
        1 response
        147 views
        0 likes
        Last Post NinjaTrader_ChelseaB  
        Started by CarlTrading, 05-11-2026, 05:56 AM
        0 responses
        161 views
        0 likes
        Last Post CarlTrading  
        Started by CarlTrading, 05-10-2026, 08:12 PM
        0 responses
        97 views
        0 likes
        Last Post CarlTrading  
        Started by Hwop38, 05-04-2026, 07:02 PM
        0 responses
        284 views
        0 likes
        Last Post Hwop38
        by Hwop38
         
        Working...
        X