Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

LiveUntilCancelled

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

    LiveUntilCancelled

    Lest say i place an EnterLong order (which means LiveUntilCancelled=false).
    When the next OnBarUpdate run the order is still procceced on the broker side (not rejected). Will the order be cancelled on next tick?

    private bool b = false;

    OnBarUpdate
    {
    if(!b)
    {
    b = true;
    EnterLong();
    }
    }

    #2
    The market orders will not be canceled. As soon as the signal is processed and submitted to the broker, the position will be open until you have closed the position by executing an order in the opposite direction.
    MatthewNinjaTrader Product Management

    Comment


      #3
      So when a position is closed because LiveUntilCancelled=false?
      What is the scenario?

      Comment


        #4
        LiveUntilCanceled would not close a market position. LiveUntilCancelled=false would only cancel orders that were not filled on the next bar.

        A position would only be closed when you executed another order.
        MatthewNinjaTrader Product Management

        Comment


          #5
          So if a new bar is created and the market order was not filled because it's still proccesed, will the order be canceled if LiveUntilCancelled=false?

          Comment


            #6
            It would not be possible to cancel a market order. If the order was not filled and was still "pending", it would not be possible to cancel.

            LiveUntilCancled only applies to Stop/Limit orders.
            MatthewNinjaTrader Product Management

            Comment

            Latest Posts

            Collapse

            Topics Statistics Last Post
            Started by CarlTrading, 03-31-2026, 09:41 PM
            1 response
            68 views
            0 likes
            Last Post NinjaTrader_ChelseaB  
            Started by CarlTrading, 04-01-2026, 02:41 AM
            0 responses
            36 views
            0 likes
            Last Post CarlTrading  
            Started by CaptainJack, 03-31-2026, 11:44 PM
            0 responses
            61 views
            1 like
            Last Post CaptainJack  
            Started by CarlTrading, 03-30-2026, 11:51 AM
            0 responses
            62 views
            0 likes
            Last Post CarlTrading  
            Started by CarlTrading, 03-30-2026, 11:48 AM
            0 responses
            53 views
            0 likes
            Last Post CarlTrading  
            Working...
            X