//Read paper account and submit orders
private void OnPaperExec(object sender, ExecutionEventArgs e)
{
Account senderAccount = (NinjaTrader.Cbi.Account)sender;​
}
Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Get Strategy Name From OnExecutionUpdate
Collapse
X
-
Get Strategy Name From OnExecutionUpdate
I am listening to multiple accounts using OnExecutionUpdate(), is there a way to get the Strategy Name that was executing when listening? See my below code, sender is type of Account and e is only the execution details. I need to know which Strategy executed that trade.
Code:Tags: None
-
Ok thank you!Originally posted by NinjaTrader_Jesse View Post
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by NullPointStrategies, Yesterday, 05:17 AM
|
0 responses
65 views
0 likes
|
Last Post
|
||
|
Started by argusthome, 03-08-2026, 10:06 AM
|
0 responses
139 views
0 likes
|
Last Post
by argusthome
03-08-2026, 10:06 AM
|
||
|
Started by NabilKhattabi, 03-06-2026, 11:18 AM
|
0 responses
75 views
0 likes
|
Last Post
|
||
|
Started by Deep42, 03-06-2026, 12:28 AM
|
0 responses
45 views
0 likes
|
Last Post
by Deep42
03-06-2026, 12:28 AM
|
||
|
Started by TheRealMorford, 03-05-2026, 06:15 PM
|
0 responses
50 views
0 likes
|
Last Post
|

Comment