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 CaptainJack, 05-29-2026, 05:09 AM
|
0 responses
236 views
0 likes
|
Last Post
by CaptainJack
05-29-2026, 05:09 AM
|
||
|
Started by CaptainJack, 05-29-2026, 12:02 AM
|
0 responses
150 views
0 likes
|
Last Post
by CaptainJack
05-29-2026, 12:02 AM
|
||
|
Started by charlesugo_1, 05-26-2026, 05:03 PM
|
0 responses
162 views
1 like
|
Last Post
by charlesugo_1
05-26-2026, 05:03 PM
|
||
|
Started by DannyP96, 05-18-2026, 02:38 PM
|
1 response
243 views
0 likes
|
Last Post
|
||
|
Started by CarlTrading, 05-11-2026, 05:56 AM
|
0 responses
198 views
0 likes
|
Last Post
by CarlTrading
05-11-2026, 05:56 AM
|

Comment