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 argusthome, Yesterday, 10:06 AM
            0 responses
            20 views
            0 likes
            Last Post argusthome  
            Started by NabilKhattabi, 03-06-2026, 11:18 AM
            0 responses
            18 views
            0 likes
            Last Post NabilKhattabi  
            Started by Deep42, 03-06-2026, 12:28 AM
            0 responses
            14 views
            0 likes
            Last Post Deep42
            by Deep42
             
            Started by TheRealMorford, 03-05-2026, 06:15 PM
            0 responses
            9 views
            0 likes
            Last Post TheRealMorford  
            Started by Mindset, 02-28-2026, 06:16 AM
            0 responses
            40 views
            0 likes
            Last Post Mindset
            by Mindset
             
            Working...
            X