Used to work in v7.0.0.10, is now broken in v7.0.0.11.
Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
v7.0.0.11 API Bug
Collapse
X
-
v7.0.0.11 API Bug
StrategyBase.OnStartUp() not being invoked when a strategy is enabled.
Used to work in v7.0.0.10, is now broken in v7.0.0.11.Tags: None
-
Just using Reflector to examine the NinjaTrader.Core DLL and it appears that we have OnStart() and OnStop() methods with this release (much better naming convention by the way). Should I be using these instead?
Also, the API exposes a OnExecutionUpdate() method.
This seems to duplicate the functionality of the OnExecution() method. What's the intended usage scenarios for the two methods?
-
I've got a strategy which I'm enabling via the Strategies tab.
OnStart() fires properly.
OnStartUp() doesn't.
Not a problem though. I've just moved my start-up logic to OnStart().
Comment
-
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by Geovanny Suaza, 02-11-2026, 06:32 PM
|
0 responses
626 views
0 likes
|
Last Post
|
||
|
Started by Geovanny Suaza, 02-11-2026, 05:51 PM
|
0 responses
359 views
1 like
|
Last Post
|
||
|
Started by Mindset, 02-09-2026, 11:44 AM
|
0 responses
105 views
0 likes
|
Last Post
by Mindset
02-09-2026, 11:44 AM
|
||
|
Started by Geovanny Suaza, 02-02-2026, 12:30 PM
|
0 responses
562 views
1 like
|
Last Post
|
||
|
Started by RFrosty, 01-28-2026, 06:49 PM
|
0 responses
567 views
1 like
|
Last Post
by RFrosty
01-28-2026, 06:49 PM
|

Comment