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 CarlTrading, 03-31-2026, 09:41 PM
|
1 response
47 views
0 likes
|
Last Post
|
||
|
Started by CarlTrading, 04-01-2026, 02:41 AM
|
0 responses
23 views
0 likes
|
Last Post
by CarlTrading
04-01-2026, 02:41 AM
|
||
|
Started by CaptainJack, 03-31-2026, 11:44 PM
|
0 responses
33 views
1 like
|
Last Post
by CaptainJack
03-31-2026, 11:44 PM
|
||
|
Started by CarlTrading, 03-30-2026, 11:51 AM
|
0 responses
51 views
0 likes
|
Last Post
by CarlTrading
03-30-2026, 11:51 AM
|
||
|
Started by CarlTrading, 03-30-2026, 11:48 AM
|
0 responses
42 views
0 likes
|
Last Post
by CarlTrading
03-30-2026, 11:48 AM
|

Comment