Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
OnExecutionUpdate with Playback
Collapse
X
-
OnExecutionUpdate with Playback
I have written a strategy which overrides the OnExecutionUpdate method to add stops and targets. It works fine in Sim. But in Playback OnExecutionUpdate does not get called.. Can anyone advise what the problem might be? Thanks!Tags: None
-
Hello gbourque,
We would need more specific details about what you created to be of assistance here. OnExecutionUpdate can be used with the playback connection, that override is called based on executions a strategy places. There is a sample in the following link that uses OnExecutionUpdate: https://ninjatrader.com/support/help...and_onexec.htm
-
I was using a global for my main order object and referencing that in OnExecutionUpdate instead of referencing the order object in the execution object parameter, as the example you pointed out shows. Apparently that was the problem. Thanks for your help!
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by CaptainJack, 05-29-2026, 05:09 AM
|
0 responses
165 views
0 likes
|
Last Post
by CaptainJack
05-29-2026, 05:09 AM
|
||
|
Started by CaptainJack, 05-29-2026, 12:02 AM
|
0 responses
87 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
128 views
0 likes
|
Last Post
by charlesugo_1
05-26-2026, 05:03 PM
|
||
|
Started by DannyP96, 05-18-2026, 02:38 PM
|
1 response
207 views
0 likes
|
Last Post
|
||
|
Started by CarlTrading, 05-11-2026, 05:56 AM
|
0 responses
185 views
0 likes
|
Last Post
by CarlTrading
05-11-2026, 05:56 AM
|

Comment