Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

OnBarUpdate Vs. OnExecution

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

    OnBarUpdate Vs. OnExecution

    Hi NT experts,

    I have a generic questions on the difference in handling order status with OnBarUpdate and OnExecution.

    Right now stop and target orders are submitted in OnExecution after verifying the associated entry orders are filled.

    Are there any pitfalls if stop and target orders are submitted in OnBarUpdate after vefifying entries are filled? Suppose CalculateOnBarClose = false.

    #2
    binwang2, the difference would be the slightly different timing when those methods are called then, OnBarUpdate() on each tick (thus can depend on the speed of the market), while OnExecution() would be called for the incoming executions directly, thus OnExecution() would give you more granular access in the event cycle.

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by Geovanny Suaza, 02-11-2026, 06:32 PM
    0 responses
    650 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
    577 views
    1 like
    Last Post RFrosty
    by RFrosty
     
    Working...
    X