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 cmoran13, Yesterday, 01:02 PM
        0 responses
        29 views
        0 likes
        Last Post cmoran13  
        Started by PaulMohn, 04-10-2026, 11:11 AM
        0 responses
        21 views
        0 likes
        Last Post PaulMohn  
        Started by CarlTrading, 03-31-2026, 09:41 PM
        1 response
        160 views
        1 like
        Last Post NinjaTrader_ChelseaB  
        Started by CarlTrading, 04-01-2026, 02:41 AM
        0 responses
        95 views
        1 like
        Last Post CarlTrading  
        Started by CaptainJack, 03-31-2026, 11:44 PM
        0 responses
        148 views
        2 likes
        Last Post CaptainJack  
        Working...
        X