Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Are various callbacks on strategy synchronized or parallel ?

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

    Are various callbacks on strategy synchronized or parallel ?

    Question is, if various callbacks are synchronized on strategy,
    or they can run in parallel ?

    I know, that OnBarUpdate() callback itself is called in series only, so there is no paralelism.

    But can various other callbacks be invoked in parallel ?
    For example can run OnBarUpdate() and OnExecution() and OnOrderUpdate() in parallell ?

    #2
    Hello misova,

    Thank you for your post.

    The methods are not called at the same time, and will be called in order of when they are received for the events. Such as execution, position, or bar update.

    Please let me know if you ahve any questions.

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by cmoran13, Yesterday, 01:02 PM
    0 responses
    23 views
    0 likes
    Last Post cmoran13  
    Started by PaulMohn, 04-10-2026, 11:11 AM
    0 responses
    16 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
    94 views
    1 like
    Last Post CarlTrading  
    Started by CaptainJack, 03-31-2026, 11:44 PM
    0 responses
    147 views
    2 likes
    Last Post CaptainJack  
    Working...
    X