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 NullPointStrategies, Today, 05:17 AM
|
0 responses
52 views
0 likes
|
Last Post
|
||
|
Started by argusthome, 03-08-2026, 10:06 AM
|
0 responses
130 views
0 likes
|
Last Post
by argusthome
03-08-2026, 10:06 AM
|
||
|
Started by NabilKhattabi, 03-06-2026, 11:18 AM
|
0 responses
70 views
0 likes
|
Last Post
|
||
|
Started by Deep42, 03-06-2026, 12:28 AM
|
0 responses
43 views
0 likes
|
Last Post
by Deep42
03-06-2026, 12:28 AM
|
||
|
Started by TheRealMorford, 03-05-2026, 06:15 PM
|
0 responses
48 views
0 likes
|
Last Post
|

Comment