Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Order cancelled in simulation

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

    Order cancelled in simulation

    By tracing the order status in OnOrderUpdate(), I've noticed that when I simulate a multi-timeframe strategy which places limit orders which are auto-cancelled (liveUntilCancelled = false), the order gets cancelled on every multiple of the secondary time frame, even if the limit price does not change.

    For example, if my main timeframe is 1 min, and my secondary is 60 min, than every round hour the order will get cancelled, and re-placed one minute later with the same limit price.

    A few questions:
    • What is the reason for this behavior?
    • Is this a aritfact of the simulation? Can I rest assured that during live trading the order will not be cancelled and re-sent?

    #2
    boaza, this would expected behavior in NT's framework if you're not working with liveUntilCancelled = true in the advanced order entry overloads, then the order would persist across bar update calls and there would be no need for resubmission as you currently do.

    Comment


      #3
      Bertrand,
      Will this be the behavior in live trading? Will the order be cancelled just to be placed again with the same limit price?

      Comment


        #4
        Yes, that can happen - if your order expires and conditions are still present on the next bar update the order would be resubmitted by NT. For more control please work with the liveUntilCancelled bool and CancelOrder() yourself as needed.

        Comment

        Latest Posts

        Collapse

        Topics Statistics Last Post
        Started by Geovanny Suaza, 02-11-2026, 06:32 PM
        0 responses
        649 views
        0 likes
        Last Post Geovanny Suaza  
        Started by Geovanny Suaza, 02-11-2026, 05:51 PM
        0 responses
        370 views
        1 like
        Last Post Geovanny Suaza  
        Started by Mindset, 02-09-2026, 11:44 AM
        0 responses
        109 views
        0 likes
        Last Post Mindset
        by Mindset
         
        Started by Geovanny Suaza, 02-02-2026, 12:30 PM
        0 responses
        574 views
        1 like
        Last Post Geovanny Suaza  
        Started by RFrosty, 01-28-2026, 06:49 PM
        0 responses
        576 views
        1 like
        Last Post RFrosty
        by RFrosty
         
        Working...
        X