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 ?

Comment