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 kinfxhk, 07-13-2026, 10:18 AM
|
0 responses
33 views
0 likes
|
Last Post
by kinfxhk
07-13-2026, 10:18 AM
|
||
|
Started by kinfxhk, 07-13-2026, 09:50 AM
|
0 responses
29 views
0 likes
|
Last Post
by kinfxhk
07-13-2026, 09:50 AM
|
||
|
Started by kinfxhk, 07-13-2026, 07:21 AM
|
0 responses
36 views
0 likes
|
Last Post
by kinfxhk
07-13-2026, 07:21 AM
|
||
|
Started by kinfxhk, 07-11-2026, 02:11 AM
|
0 responses
33 views
0 likes
|
Last Post
by kinfxhk
07-11-2026, 02:11 AM
|
||
|
Started by SalmaTrader, 07-07-2026, 10:26 PM
|
0 responses
141 views
0 likes
|
Last Post
by SalmaTrader
07-07-2026, 10:26 PM
|

Comment