Kindly help explain the relationships between OnExecutionUpdate and OnOrderUpdate event calls, for example the order in which these events are being called and who gets called when and when do we use it? Thanks.
Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Relationships between OnExecutionUpdate and OnOrderUpdate
Collapse
X
-
Relationships between OnExecutionUpdate and OnOrderUpdate
Hello,
Kindly help explain the relationships between OnExecutionUpdate and OnOrderUpdate event calls, for example the order in which these events are being called and who gets called when and when do we use it? Thanks.Tags: None
-
Hello billythekid72,
OnExecutionUpdate() will run anytime there is a fill. OnOrderUpdate will run anytime an order changes states.
Below are links to the help guide.
These are not guaranteed to run in any specific order. Strategies should not depend on these methods running in a specific order.
You can use these methods to run logic when an order fills or changes states. As an example you can place a limit and stop to protect a position when the entry fills.Chelsea B.NinjaTrader Customer Service
-
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by kinfxhk, 07-14-2026, 09:39 AM
|
0 responses
19 views
0 likes
|
Last Post
by kinfxhk
07-14-2026, 09:39 AM
|
||
|
Started by kinfxhk, 07-13-2026, 10:18 AM
|
0 responses
60 views
0 likes
|
Last Post
by kinfxhk
07-13-2026, 10:18 AM
|
||
|
Started by kinfxhk, 07-13-2026, 09:50 AM
|
0 responses
43 views
0 likes
|
Last Post
by kinfxhk
07-13-2026, 09:50 AM
|
||
|
Started by kinfxhk, 07-13-2026, 07:21 AM
|
0 responses
47 views
0 likes
|
Last Post
by kinfxhk
07-13-2026, 07:21 AM
|
||
|
Started by kinfxhk, 07-11-2026, 02:11 AM
|
0 responses
38 views
0 likes
|
Last Post
by kinfxhk
07-11-2026, 02:11 AM
|

Comment