Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Listen on Order Grid
Collapse
X
-
Listen on Order Grid
Hey NinjaTrader, is there any way to listen on the default Orders grid and get the order name, strategy name, fill price, quantity etc with Ninjascript?Tags: None
-
Thanks Chris, how would I get the Strategy Name / Display Name from an Order that happened on the subscribed account?Originally posted by NinjaTrader_ChrisL View PostHello, thanks for writing in. You can use an Addon style account object to subscribe to the OrderUpdate event method of the account. There is no way to subscribe to the Orders grid though, you will need to set up an Account object for each account you want to listen to for Order events:
https://ninjatrader.com/support/help...rderupdate.htm
Comment
-
Hi Jake, the information like the Singnal Name and the name of the strategy is contained solely within the strategy memory and is not stored anywhere at the account level. Unfortunately, there is no way of getting this information that is supported. You can try to look through the properties of the StrategyBase collection that is given to the Account object to see the data that can be accessed from there:
Comment
-
Thank you I think this is exactly what I need.Originally posted by NinjaTrader_ChrisL View PostHi Jake, the information like the Singnal Name and the name of the strategy is contained solely within the strategy memory and is not stored anywhere at the account level. Unfortunately, there is no way of getting this information that is supported. You can try to look through the properties of the StrategyBase collection that is given to the Account object to see the data that can be accessed from there:
https://ninjatrader.com/support/help...es_account.htm
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by kinfxhk, 07-14-2026, 09:39 AM
|
0 responses
17 views
0 likes
|
Last Post
by kinfxhk
07-14-2026, 09:39 AM
|
||
|
Started by kinfxhk, 07-13-2026, 10:18 AM
|
0 responses
59 views
0 likes
|
Last Post
by kinfxhk
07-13-2026, 10:18 AM
|
||
|
Started by kinfxhk, 07-13-2026, 09:50 AM
|
0 responses
43 views
0 likes
|
Last Post
by kinfxhk
07-13-2026, 09:50 AM
|
||
|
Started by kinfxhk, 07-13-2026, 07:21 AM
|
0 responses
47 views
0 likes
|
Last Post
by kinfxhk
07-13-2026, 07:21 AM
|
||
|
Started by kinfxhk, 07-11-2026, 02:11 AM
|
0 responses
38 views
0 likes
|
Last Post
by kinfxhk
07-11-2026, 02:11 AM
|

Comment