Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
OnExecutionUpdate no override method found
Collapse
X
-
Well, post your code.Originally posted by Lumbeezl View PostIn the NT8 help guide it says I must override, but when I try I get an error that says that no method is found to override. Any help?
Chances are pretty close to 100% that you did something wrong.
The exact syntax and signature of OnExecutionUpdate is here,
Investigate the types of each argument in your code, make sure they are exact same as what the help guide dictates.
In fact, just copy & paste from the help guide into your code, that should help guarantee correctness.
-
Hello Lumbeezl,
Thanks for your post.
As member bltdavid advised, you can pretty much copy the example from the helpguide.
Reference: https://ninjatrader.com/support/help...tionupdate.htm
Please make sure that you are not trying to create this within another method such as OnBarUpdate() and that you are creating this within a strategy.
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by NullPointStrategies, Yesterday, 05:17 AM
|
0 responses
56 views
0 likes
|
Last Post
|
||
|
Started by argusthome, 03-08-2026, 10:06 AM
|
0 responses
132 views
0 likes
|
Last Post
by argusthome
03-08-2026, 10:06 AM
|
||
|
Started by NabilKhattabi, 03-06-2026, 11:18 AM
|
0 responses
73 views
0 likes
|
Last Post
|
||
|
Started by Deep42, 03-06-2026, 12:28 AM
|
0 responses
45 views
0 likes
|
Last Post
by Deep42
03-06-2026, 12:28 AM
|
||
|
Started by TheRealMorford, 03-05-2026, 06:15 PM
|
0 responses
49 views
0 likes
|
Last Post
|

Comment