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 Hwop38, 05-04-2026, 07:02 PM
|
0 responses
168 views
0 likes
|
Last Post
by Hwop38
05-04-2026, 07:02 PM
|
||
|
Started by CaptainJack, 04-24-2026, 11:07 PM
|
0 responses
322 views
0 likes
|
Last Post
by CaptainJack
04-24-2026, 11:07 PM
|
||
|
Started by Mindset, 04-21-2026, 06:46 AM
|
0 responses
246 views
0 likes
|
Last Post
by Mindset
04-21-2026, 06:46 AM
|
||
|
Started by M4ndoo, 04-20-2026, 05:21 PM
|
0 responses
350 views
0 likes
|
Last Post
by M4ndoo
04-20-2026, 05:21 PM
|
||
|
Started by M4ndoo, 04-19-2026, 05:54 PM
|
0 responses
179 views
0 likes
|
Last Post
by M4ndoo
04-19-2026, 05:54 PM
|

Comment